@import url("animate.css");
/*@import url("../fonts/font-awesome/css/font-awesome.css");   */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #0076bd;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #6a5986;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 14px;
    margin-bottom: 20px;
}

section {
    padding: 50px 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#0076bd, #3fbebd);
    background: linear-gradient(#0076bd, #3fbebd);
}

.bg-violet {
    background: #6a5887;
}

.bg-grey {
    background: #ebebeb;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-primary {
    color: #fdcc52;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/************************/

/*    . Botones     */

/************************/

.btn-outline {
    color: #3d60f4;
    border: 1px solid;
    border-color: #3d60f4;
    background: transparent;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border: 1px solid;
    border-color: #3d60f4;
    background: #3d60f4;
}

.btn {
    border-radius: 300px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

.btn {
    font-size: 14px;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    background-color: #3d60f4;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.btn-common:hover {
    color: #fff;
    background-color: #222;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-common-black {
    background-color: #222;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.btn-common-black:hover {
    color: #fff;
    background-color: #3d60f4;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.no-padd {
    padding: 0px !important;
}

.padd-l-r {
    padding: 0 100px 0 100px !important;
}

.padd-t-b-30 {
    padding: 30px 0;
}

/************************/

/*    . Navbar     */

/************************/

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: black;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    color: #3d60f4;
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: #3d60f4;
}

#mainNav .navbar-toggler {
    font-size: 20px;
    padding: 15px 10px;
    color: #fff;
    cursor: pointer;
}

#mainNav .navbar-nav>li>a {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

#mainNav .navbar-nav>li>a.active {
    color: #3d60f4 !important;
    background-color: transparent;
    font-weight: bold;
}

#mainNav .navbar-nav>li>a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #fff;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
    color: #3d60f4;
}


/* Navbar logo *********************/

.fixed-top .nav-logo-black{
	display:none;
}

.fixed-top .nav-logo-onscroll {
    display: block
}

.fixed-top .nav-logo-onscroll+img,
.fixed-top.navbar-shrink .nav-logo-onscroll  {
    display: none
}

.fixed-top.navbar-shrink .nav-logo-black  {
    display: block
}



@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        color: fade(white, 70%);
    }
    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
        color: white;
    }
    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-nav>li>a:hover,
    #mainNav .navbar-nav>li>a:focus:hover {
        color: white;
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: black;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-brand:hover,
    #mainNav.navbar-shrink .navbar-brand:focus {
        color: #0076bd;
    }
    #mainNav.navbar-shrink .navbar-nav>li>a,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus {
        color: #ffffff;
    }
    #mainNav.navbar-shrink .navbar-nav>li>a:hover,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
        color: #3d60f4;
    }
    /* Features Lightboxes */
    .lightbox-basic {
        max-width: 62.5rem;
        padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    }
    .lightbox-basic .image-container {
        max-width: 100%;
        margin-right: 2rem;
        margin-bottom: 0;
        margin-left: 0.5rem;
    }
    .lightbox-basic h3 {
        margin-top: 0.5rem;
        font-size: 25px;
    }
    .lightbox-basic h5 {
        margin-top: 0.5rem;
        font-size: 13px;
        text-transform: uppercase;
    }
 
    /************************/
    /*    . video header     */
    /************************/
    .homepage-hero-module {
        border-right: none;
        border-left: none;
        position: relative;
        align-items: center;
    }
}


		

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4) url("../productos/administrador-turnos/images/overlay-pat.png") repeat scroll 0% 0%;
    height: 100%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.video-container video.fillWidth {
    width: 100%;
}

.hidden {
    display: none;
}

.container-wrapper {
    position: relative;
    z-index: 200;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

#inicio.masthead .header-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top:15px;
}

#inicio .text-center {
    text-align: center;
}

#inicio .caption-text-4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 40px;
}


video.pantallasvideo{
    border-radius: 5px;
    border: 15px solid #2b2b2b;
}

/*===========================
     questions
===========================*/

.questions-area {
    padding-top: 80px;
    padding-bottom: 130px;
    position: relative;
}

.questions-area .questions-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #0067f4;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .questions-area .questions-title .sub-title {
        font-size: 16px;
    }
}

.questions-area .questions-title .title {
    font-size: 30px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .questions-area .questions-title .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .questions-area .questions-title .title {
        font-size: 22px;
    }
}

.questions-area .questions-accordion .accordion .card {
    border: 0;
    background: none;
}

.questions-area .questions-accordion .accordion .card .card-header {
    padding: 0;
    border: 0;
    background: none;
    margin-top: 40px;
}

.questions-area .questions-accordion .accordion .card .card-header a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    position: relative;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .questions-area .questions-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .questions-area .questions-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

.questions-area .questions-accordion .accordion .card .card-header a::before {
  content: "\e649";
  font-family: 'themify';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.questions-area .questions-accordion .accordion .card .card-header .collapsed::before {
  content: "\e64b";
}

.questions-area .questions-accordion .accordion .card .card-body {
    padding: 20px 20px 0;
}

.questions-area .questions-image img {
    width: 100%;
}

/************************/

/*    . Footer     */

/************************/

#footer {
    background: #222222;
    color: #ffffff;
    padding: 20px 0 15px 0;
    text-align: left;
}

#footer p {
    font-size: 13px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.45);
}

#footer h5 {
    color: #fff;
}

#footer h5 {
    margin-bottom: 20px;
}

#footer ul li {
    list-style: none;
}

#footer ul {
    padding: 0px;
}

/************************/

/*    . General     */

/************************/

.section-head h3 {
    font-size: 1.4em;
    margin: 0;
}

.section-head p {
    width: 80%;
    margin: 1em auto 0.8em auto;
    font-size: 0.875em;
}

.section-head {
    text-align: center;
    padding: 2em 0;
}

.section-head h3 {
    color: #282528;
    font-weight: 800;
    font-size: 1.6em;
}

.section-head h3 span {
    width: 10%;
    background: #8A888A;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}

.section {
    position: relative;
    z-index: 1;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

/************************/

/*    . About     */

/************************/

.elementor-section {
    background-image: url("../productos/administrador-turnos/images/dots.png");
    background-color: #ffffff;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
}

.elementor-column-wrap {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-clearfix::after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.elementor-column-wrap .elementor-element.number p {
    color: #465ee7;
    font-family: "Roboto", Sans-serif;
    font-size: 90px;
    font-weight: 100;
    line-height: 90px;
}

.elementor-element.elementor-heading-title {
    margin: -45px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-color: #ffffff;
    position: relative;
}

.elementor-element.elementor-heading-title h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 2px;
}

.elementor-text-editor {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000;
}

.title-section h2 {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

h3.text-color-blue {
    color: #465ee7;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

.elementor-column-wrap .elementor-element.number p.txt-white {
    color: #fff !important;
}

/************************/

/*    . Caracteristicas     */

/************************/

.feature-bg {
    background: #465ee7;
}

.feature-bg-grey {
    background: #dee0eb;
}

.text-wrapper {
    height: 100%;
    display: table;
    padding: 20px;
}

.elementor-element.elementor-heading-title.bg-grey {
    margin: -45px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-color: #dee0eb;
    position: relative;
}

.text-wrapper>div {
    vertical-align: middle;
    display: table-cell;
}

.feature-thumb {
    padding: 40px 0;
}

.feature-item {
    padding: 30px;
}

.feature-item .icon {
    float: left;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.feature-item .icon i {
    font-size: 36px;
    color: #fff;
    line-height: 80px;
}

.feature-content {
    color: #fff;
    margin-left: 100px;
}

.feature-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.feature-item:hover .icon {
    background: #fff;
}

.feature-item:hover .icon i {
    color: #3d60f4;
}

.skills-section {
    margin-top: 30px;
}

.skills-section .progress-box h5 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.skills-section .progress {
    background: #f9f9f9;
    height: 10px;
    margin-bottom: 30px;
}

.skills-section .progress .progress-bar {
    background: #3d60f4;
}

/************************/

/*    . turnera recibidor     */

/************************/

.elementosTurnos img {
    width: 100%;
    max-width: 480px;
}

#elementosTurnos-first {
    background: linear-gradient(168deg, #ffffff 50%, #3d60f4 0);
}

#elementosTurnos-last {
    background: #3d60f4;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.elementor-element.elementor-heading-title.bg-blue {
    margin: -45px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-color: #3d60f4;
    position: relative;
}

/************************/

/*    . Funciones     */

/************************/

.tabs {
    padding-top: 6.5rem;
    padding-bottom: 4.25rem;
    background-color: #222;
    background-image: url("../productos/administrador-turnos/images/dotsopacity.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
}

.elementor-element.elementor-heading-title.bg-function {
    margin: -45px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-color: #222;
    position: relative;
}

.elementor-element.elementor-heading-title.bg-function h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 2px;
}

.tabs .nav-tabs {
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
    justify-content: center;
    border-bottom: none;
}

.tabs .nav-link {
    margin-bottom: 1rem;
    padding: 0.5rem 1.375rem 0.25rem 1.375rem;
    border: none;
    border-bottom: 0.1875rem solid #f1f1f8;
    border-radius: 0;
    color: #f1f1f8;
    font: 700 1rem/1.75rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tabs .nav-link.active,
.tabs .nav-link:hover {
    border-bottom: 0.1875rem solid #3d60f4;
    background-color: transparent;
    color: #3d60f4;
}

.tabs .nav-link .fas {
    margin-right: 0.375rem;
    font-size: 1rem;
}

.tabs .tab-content {
    width: 100%;
}

.tabs .card {
    border: none;
    background: transparent;
}

.tabs .card-body {
    padding: 1rem 0 1.25rem 0;
    color: #fff;
}

.tabs .card-title {
    margin-bottom: 0.5rem;
    font-size: 16px;
    text-transform: uppercase;
}

.tabs .card .card-icon {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #3d60f4;
    text-align: center;
    vertical-align: top;
}

.tabs .card .card-icon .fas,
.tabs .card .card-icon .far {
    color: #fff;
    font-size: 1.75rem;
    line-height: 3.5rem;
}

.tabs #tab-1 .card.left-pane .text-wrapper {
    display: inline-block;
    width: 75%;
}

.tabs #tab-1 .card.left-pane .card-icon {
    float: left;
    margin-right: 1rem;
}

.tabs #tab-1 img {
    display: block;
    margin: 2rem auto 3rem auto;
}

.tabs #tab-1 .card.right-pane .text-wrapper {
    display: inline-block;
    width: 75%;
}

.tabs #tab-1 .card.right-pane .card-icon {
    margin-right: 1rem;
}

.tabs #tab-2 img {
    display: block;
    margin: 0 auto 2rem auto;
}

.tabs #tab-2 .text-area {
    margin-top: 1.5rem;
    color: #fff;
}

.tabs #tab-2 h3 {
    margin-bottom: 0.75rem;
}

.tabs #tab-2 .icon-cards-area {
    margin-top: 2.5rem;
}

.tabs #tab-2 .icon-cards-area .card {
    width: 100%;
    /* for proper display in IE11 */
}

.tabs #tab-3 .icon-cards-area .card {
    width: 100%;
    /* for proper display in IE11 */
}

.tabs #tab-3 .text-area {
    margin-top: 0.75rem;
    margin-bottom: 4rem;
}

.tabs #tab-3 h3 {
    margin-bottom: 0.75rem;
}

.tabs #tab-3 img {
    margin: 0 auto 3rem auto;
}

/***********************************/

/*    . slidescreen con lightbox     */

/***********************************/

/* Fade-move Animation For Details Lightbox - Magnific Popup */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0);
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0);
    transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* end of fade-move animation for details lightbox - magnific popup */

/* Fade Animation For Image Lightbox - Magnific Popup */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.8s;
    animation: fadeOut 0.8s;
}

/* end of fade animation for image lightbox - magnific popup */

.slider-screen {
    padding: 80px 0;
}

.lightbox-basic {
    margin: 2.5rem auto;
    padding: 2rem 1.5rem 2rem 1.5rem;
    border-radius: 0.25rem;
    background: #fff;
    text-align: left;
}

.lightbox-basic .container {
    padding-right: 0;
    padding-left: 0;
}

.lightbox-basic .image-container {
    max-width: 33.75rem;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: auto;
}

.lightbox-basic h3 {
    margin-bottom: 0.5rem;
}

.lightbox-basic hr {
    width: 2.5rem;
    height: 0.125rem;
    margin-top: 0;
    margin-bottom: 0.875rem;
    margin-left: 0;
    border: 0;
    background-color: #3d60f4;
    text-align: left;
}

.lightbox-basic h4 {
    margin-bottom: 1rem;
}

.lightbox-basic .list-unstyled .fas {
    color: #3d60f4;
    font-size: 0.6rem;
    line-height: 1.625rem;
}

.lightbox-basic .list-unstyled .media-body {
    margin-left: 0.625rem;
    font-size: 13px;
}

.lightbox-basic .btn-outline-reg,
.lightbox-basic .btn-solid-reg {
    margin-top: 0.75rem;
}

.list-unstyled .fas {
    color: #3d60f4;
    font-size: 1.0rem;
    line-height: 1.625rem;
    margin-right: 10px;
}

/*====Caracteristicas section==========================
====================================

.section_heading {
    text-align: center;
}

.section_heading h2 {
    border-bottom: 1px solid hsl(0, 0%, 75%);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0 10px 10px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.mode.section_heading {
    text-align: left;
    margin: 40px 0 0 0;
}

.mode.section_heading h2 {
    border-bottom: none;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

@media (min-width:768px) {
    .section_heading h2 {
        font-size: 60px;
    }
}

@media (min-width:320px) {
    .section_heading h2 {
        font-size: 20px;
    }
}

@media (min-width:576px) {
    .section_heading h2 {
        font-size: 60px;
    }
}

@media (min-width:992px) {
    .section_heading h2 {
        font-size: 60px;
    }
}

@media (min-width:1200px) {
    .section_heading h2 {
        font-size: 60px;
    }
}

.section_heading h4 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 0 0 50px;
    color: #555454;
}

*/

/*===================vacio section========
=====================================*/

#vacio {
    height: 350px;
    background: #fff;
}

/*===================mate section========
=====================================*/

.mate {
    position: relative;
    background: #3d60f4;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 450px
}

.mate .section_heading h4 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 0 0 50px;
    color: #fff;
}

.mate .mate-buttons {
    max-width: 450px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px
}

.mate .mate-buttons button {
    margin-bottom: 20px
}

.mate .mate-image {
    margin-bottom: -220px
}

.mate #mate-mug {
    position: absolute;
}

@media (min-width:768px) {
    .mate .mate-image {
        margin-bottom: -440px
    }
}

/*--responsive design--*/

/*-----320px-mediaquries----*/

@media (min-width:320px) {
    .mate #mate-mug {
      display:none;
    }
}

@media (min-width:768px) {
    .mate #mate-mug {
        width: 180px;
        top: 250px;
        right: 10px;
        display:block;
    }
}

@media (min-width:1024px) {
    .mate #mate-mug {
        width: 180px;
        top: 550px;
        right: 10px;
        display:block;
    }
}

@media (min-width:1366px) {
    .mate #mate-mug {
        width: 220px;
        right: 11px;
        top: 550px;
        display:block;
    }
}

/*====backend fronted section==========================
====================================*/

.modeApp {
    position: relative;
}

.modeApp blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0;
}

.modeApp h1 {
    color: #000;
}

.modeApp p {
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
}

/*====funciones section==========================
====================================*/

#about-sub {
    padding-top: 40px;
    padding-bottom: 36px;
}

.feature-list {
    margin-top: 0px;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0px;
}

.feature-list li {
    margin-bottom: 15px;
    list-style: none;
}

#about-sub .feature-list li .fa {
    margin-right: 16px;
    vertical-align: inherit;
    color: #0076bd;
    font-size: 20px;
}

/*--responsive design--*/

@media (max-width:1024px) {
    .footer-divice img {
        width: 100%;
    }
    .footer-divice {
        margin-top: 15em;
    }
}

/*-----768px-mediaquries----*/

@media (max-width:768px) {
    .footer-divice img {
        width: initial;
    }
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
}

/*-----640px-mediaquries----*/

@media (max-width:640px) {
    .footer-divice img {
        width: initial;
    }
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
}

/*-----480px-mediaquries----*/

@media (max-width:480px) {
    .footer-divice img {
        width: initial;
    }
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
    .elementor-section {
        background-image: none;
        background-color: #fff;
    }
    #inicio.masthead .header-content h1 {
        font-size: 35px;
    }
    #inicio .caption-text-4 {
        font-size: 15px;
        line-height: 20px;
    }
    .tabs {
        background-image: none;
    }
    #vacio {
        display: none;
    }
}

/*-----320px-mediaquries----*/

@media (max-width:320px) {
    .footer-divice img {
        width: 100%;
    }
    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
    .getintouch {
        padding: 0em 0 0 0;
    }
    #inicio.masthead .header-content h1 {
        font-size: 35px;
    }
    .section-num span {
        margin-left: -17px;
        font-size: 130px;
    }
    .elementor-section {
        background-image: none;
        background-color: #fff;
    }
    #inicio .caption-text-4 {
        font-size: 15px;
        line-height: 20px;
    }
    #vacio {
        display: none;
    }
}

@media (min-width: 768px) {
    .tabs .card .card-icon {
        width: 4.5rem;
        height: 4.5rem;
    }
    .tabs .card .card-icon .fas,
    .tabs .card .card-icon .far {
        font-size: 1.75rem;
        line-height: 4.5rem;
    }
    .tabs #tab-1 .card.left-pane .text-wrapper {
        width: 85%;
    }
    .tabs #tab-2 img {
        margin-bottom: 0;
    }
    .tabs #tab-2 .text-area {
        margin-top: 0;
    }
    .tabs #tab-2 .icon-cards-area .card {
        display: inline-block;
        width: 44%;
        margin-right: 2.5rem;
        vertical-align: top;
    }
    .tabs #tab-2 div.card:nth-child(2n+2) {
        margin-right: 0;
    }
    .tabs #tab-3 .text-area {
        margin-bottom: 0;
    }
    .tabs #tab-3 .icon-cards-area .card {
        display: inline-block;
        width: 44%;
        margin-right: 2.5rem;
        vertical-align: top;
    }
    .tabs #tab-3 div.card:nth-child(2n+2) {
        margin-right: 0;
    }
    .tabs #tab-3 img {
        margin-bottom: 0;
    }
}

/* Min-width width 992px */

@media (min-width: 992px) {
    .tabs .card-body {
        padding: 1rem 0 1.5rem 0;
        color: #fff;
    }
    .tabs #tab-1 .card.left-pane {
        text-align: right;
    }
    .tabs #tab-1 .card.left-pane .text-wrapper,
    .tabs #tab-1 .card.right-pane .text-wrapper {
        width: 68%;
    }
    .tabs #tab-1 .card.left-pane .card-icon {
        float: none;
        margin-right: 0;
        margin-left: 1rem;
    }
    .tabs #tab-1 img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .tabs #tab-2 .icon-cards-area {
        margin-top: 2.25rem;
    }
    .tabs #tab-2 .icon-cards-area .card {
        width: 45%;
        margin-right: 3.5rem;
    }
    .tabs #tab-2 .icon-cards-area .card p {
        margin-bottom: 0.5rem;
    }
    .tabs #tab-3 .icon-cards-area .card {
        width: 45%;
        margin-right: 3.5rem;
    }
    .tabs #tab-3 .icon-cards-area .card p {
        margin-bottom: 0.5rem;
    }
}

/* Min-width width 1200px */

@media (min-width: 1200px) {
    .tabs {
        padding-bottom: 6.5rem;
    }
    .tabs #tab-1 .card.first {
        margin-top: 4.25rem;
    }
    .tabs #tab-1 .card {
        margin-bottom: 0.75rem;
    }
    .tabs #tab-1 .card.left-pane .text-wrapper,
    .tabs #tab-1 .card.right-pane .text-wrapper {
        width: 73%;
    }
    .tabs #tab-1 img {
        margin-top: 0;
    }
    .tabs #tab-2 .container {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    .tabs #tab-2 .text-area {
        margin-top: 1.5rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .tabs #tab-2 .icon-cards-area {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .tabs #tab-2 .icon-cards-area .card {
        margin-right: 3.875rem;
    }
    .tabs #tab-3 .container {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    .tabs #tab-3 .icon-cards-area {
        margin-top: 2rem;
        margin-left: 1rem;
    }
    .tabs #tab-3 .icon-cards-area .card {
        margin-right: 3.875rem;
    }
    .tabs #tab-3 .text-area {
        margin-right: 1.5rem;
        margin-left: 1rem;
    }
    .image-container {
        margin-right: 1.5rem;
        margin-left: 1rem;
    }
    .text-container {
        margin-top: 1.5rem;
        margin-right: 1rem;
        margin-left: 1.5rem;
    }
}



.icon-linkedin{
    background:#666;
    
    border-radius:3px;
  color:#fff;
    width:25px;
    height:25px;
    line-height:25px;
    text-align:center;
  }
  
  .icon-linkedin:hover{
    background:#0E76A8;
  }