*{
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
button {
    cursor: pointer
}

.titulo h4 {
    text-align: center;
    color: #fff;
    font-weight: 300;
}



body{
    width:100%;
	margin:0px;
	padding:0px;
    overflow-x: hidden;
    position:relative;
    background-color: white;
    z-index: -2;
}
#abrir{
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
-ms-tap-highlight-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: none;
box-shadow: none;
cursor: pointer;
text-decoration: none

}
#cta {
    display: none;
}

textarea{
    resize: none;
}
/* body::after{
    content:"";
    position: fixed;
    width:100%;
    height:100vh;
    left:0;
    top:0px;
    background: -moz-linear-gradient(to bottom,#0D426A 0%, #013963 100%);
    background: -webkit-linear-gradient(to bottom, #0D426A 0%, #013963 100%);
    background: -ms-linear-gradient(to bottom, #0D426A 0%, #013963 100%);
    background: linear-gradient(to bottom, #0D426A 0%, #013963 100%);
    opacity : 0.88;
    filter: alpha(opacity=88) progid:DXImageTransform.Microsoft.Alpha(opacity=88) progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F4A77',endColorstr='#13213A' , GradientType=1);
    z-index: -1;
} */
.mobile{
    display: none;
}

#logo_cont{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#logo_cont img{
    display: inline;
    height: 25px;
}
#logo_cont .logo_icon{
    height: 45px;
}


@media(min-width:992px){
#nosotros_main{
    position: absolute;
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    background-image: url("../recursos/fondo_nosotros2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#visitas_main{
    position: absolute;
    width:100%;
    height:100vh;
    margin:0px;
    padding:0px
}
}

.help {
    font-size: 18px;
    color: white;
    display: block;
    margin-top: 50px;
    font-weight: 600
}

header{
	width:100%;
}
#navegador{
    width:100%;
    position:fixed;
    z-index: 1000;
}
#logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#logo img {
    margin-left: 5rem;
}
header .active{
    position:relative;
}
@media(max-width:992px){
    header .active::after{
        content:"";
        width:calc(100% - 15px);
        left:0;
        bottom:8px;
        position: absolute;
        border-bottom:3px solid #0F3E66;

    }
}
@media(min-width:992px){
    header .active::after{
        content:"";
        width:100%;
        left:0;
        bottom:-45px;
        position: absolute;
        border-bottom:20px solid #b8e2e2;
    }
}

#menu_movile{
    width:100%;
    position:relative;
    background: #40c1c0;
}
#menu_movile #abrir {
    width:40px;
    height:40px;
    border-radius:50%;
    text-align:center;
    border:1px solid white;
    position:absolute;
    right:15px;
    top:10px;
}
#menu_movile #abrir .cont{
    position:absolute;
    right:0px;
    top:0px;
    font-size:24px;
    color:white;
    width:40px;
    height:40px;
    border-radius:50%;
}
.curso{
    cursor:pointer;
}
#desplegable{
    width:100%;
    overflow:hidden;
    background-color:#40c1c0;
    transition: height .6s;
    display: flex;
}
.desplegable_abierto{
    height:300px;

}
.desplegable_cerrado{
    height:0px;
}
.ver{
    margin-top:50px;
}
a:link {
    text-decoration: none;
}
#menu_movile ul{
    list-style-type:none;
    padding-left:15px;
}
#menu_movile ul li{
    padding-bottom:20px;
}
#menu_movile ul li a{
    color: white;
    display:block;
    font-weight: 500;
}
#menu_movile ul li a:hover{
    color: #FA6D47;
}

@media (min-width:992px){
    #navegador{
        position:absolute;
    }
    #abrir{
        display:none;
    }
    .ver{
        margin-top:35px;
    }
    #desplegable{
        height:100px;
        background-color: transparent;
    }
    #menu_movile ul{
        width:100%;
        text-align: right;
        padding-right:35px;
    }
    #menu_movile ul li{
        padding-bottom:10px;
        padding-right:15px;
        padding-left:15px;
        display: inline-block;
        text-align: right;
        padding-bottom:0px;
    }
    #menu_movile ul li:last-child{
        border:0px;
        padding-right:0px;

    }

}


.contenedor {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;

}

@media (min-width: 768px){
	.contenedor {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 992px;
		width: 100%;
	}
}
@media (min-width: 992px){
	.contenedor {
		width: 992px;
		max-width: 992px;
	}
}

@media (min-width: 1200px){
	.contenedor {
		width: 1140px;
		max-width: 1140px;
	}
}
h1{
    font-weight: 600;
    font-size:20px;
    text-align: center;
    color:#023c5b;
}
h2{
    font-weight: 600;
    font-size:30px;
    text-align: center;
    color:#023c5b;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    text-transform: none;
}

/* First Section */

.contenedor .first-section {
    width:100%;
    margin-top:35px;
    margin-bottom:35px;
}
.contenedor .first-section .logo, .contenedor .first-section .text-logo{
    width: 250px;
    text-align: center;
}
.contenedor .first-section .logo{
    margin-bottom:20px;
}
.contenedor .first-section .logo img{
    width:120px;
}

.contenedor .first-section .text-logo p{
    color:white;
    text-transform: uppercase;
    font-size:18px;
    padding:0px;
    margin:0px;
    margin-top:10px;
}
.contenedor .contenedor-main{
    width:100%;
    padding: 1rem;
}
.contenedor .contenedor-main h1{
    font-size: 35px;
}
.contenedor .contenedor-main p{
    text-align: left;
    color: gray;
    max-width: 350px;
    line-height: 2;
}
#contenedor-banner .first-section {
    display: none;
}
#botonera{
    margin-top:35px;
}
#botonera .cont-botonera{
    width:100%;
    font-size:0;
    text-align: left;
    padding-left: 2rem;
}
#botonera .cont-botonera .cont-link{
    /* width:calc(50% - 10px); */
    width:100%;
    display:inline-block;
    margin-bottom:15px;

}
#botonera .cont-botonera .cont-link div, #about-home .cont-link div {
    /* height:50px;  */
    background-color:#40c1c0;
    border-radius: 2rem;
    padding: 0.5rem;
    transition: background-color .3s;
}
#botonera .cont-botonera .cont-link div:hover, #about-home .cont-link div:hover{
     background-color: #39a8a8;

}

a.lw-link {
    color: #212529;
}

a.lw-link:hover {
    color: #FA6D47;
}

/* @media (max-width:768px){
    #botonera .cont-botonera .cont-link:nth-child(1), #botonera .cont-botonera .cont-link:nth-child(3) {
        margin-right:10px;
    }
    #botonera .cont-botonera .cont-link:nth-child(2), #botonera .cont-botonera .cont-link:nth-child(4) {
        margin-left:10px;
    }
} */

#botonera .cont-botonera div a{
    display:block;
    text-align: center;
    font-size:16px;
    font-weight: 300;
    padding-top:15px;
    padding-bottom:15px;
    width:100%;
    display:inline-block;
    transition: font-weight .3s;
    color: #fff;
}
#botonera .cont-botonera .cont-link div:hover>a{
    font-weight: bold;
}
@media(max-width:768px){
    .mobile{
        display: block;
    }
    #banner{
        background-repeat: no-repeat;
        background-size: cover;
    }
    #logo_other_sections .first-section .logo img {
        width: 70px !important;
    }
    #logo_other_sections .first-section .logo {
        width: auto;
        text-align: left;
        padding-left: 7%;
    }
    .contenedor .first-section {
        margin-top: 55px;
        margin-bottom: 25px;
    }
    #logo img {
        width: 50%;
    }
    #cta {
        display: none;
        margin-top: 200px;
        margin-bottom: 1rem;
    }
    #cta h2{
        font-weight: 100;
        text-transform: none;
        margin-bottom: 3px;
    }
    #cta img.scroll{
        width: 20px;
        display: block;
        margin: auto;
        filter: invert();
        animation: pulse 4s infinite;
    }
    @keyframes pulse {
        0% {
          opacity: 0.2;
        }
        50% {
            opacity: 0.9;
        }
        100% {
          opacity: 0.2;
        }
      }
    #botonera {
        padding-top: 60px;
        margin-top: 0;
        padding-bottom: 100px;
    }
}
@media(min-width:768px){
    #banner{
        /* background-image: url("../recursos/banner_7.jpg"); */
        /* background-color: rgba(0, 0, 0, 0.5); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -360px;
    }
    #home.home1 #banner{
        /* background-image: url("../recursos/banner_1.jpg"); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    #home.home2 #banner{
        /* background-image: url("../recursos/banner_2.jpg"); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    #home.home3 #banner{
        /* background-image: url("../recursos/banner_3.jpg"); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    #home.home4 #banner{
        /* background-image: url("../recursos/banner_4.jpg"); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    #home.home5 #banner{
        /* background-image: url("../recursos/banner_5.jpg"); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    #home.home6 #banner{
        /* background-image: url("../recursos/banner_6.jpg"); */
        background-repeat: no-repeat;
        background-size: cover;
    }
    #home.home7 #banner{
        /* background-image: url("../recursos/banner.png"); */
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (min-width:768px) and (max-width:992px){
    .contenedor .first-section .logo img{
        width:180px;
    }
    .contenedor .first-section .text-logo img{
        width:550px;
    }
    .contenedor .first-section .text-logo p{
        font-size:28px;
    }
    .contenedor .contenedor-main h1{
        font-size:20px;
    }
    #botonera .cont-botonera .cont-link {
        width:40%;
        padding-left:5px;
        padding-right:5px;
    }
}

/* Redes Home */

#redes_sociales{
    margin-top:35px;
    margin-bottom:35px;
}


#redes_sociales #cont-gral-redes{
    font-size:0;
    text-align: center;
}
#redes_sociales #cont-gral-redes .cont-icon-redes{
    width:60px;
    display:inline-block;
    text-align: center;
}
#redes_sociales #cont-gral-redes .cont-icon-redes a img{
    width:45px;
}

@media ( min-width: 768px ){
    #home #banner {
        overflow: visible !important;
        position: relative
    }
/* 
    #home #banner:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 10px;
            background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
            background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
            background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    } */
}

@media (min-width:992px){
    #banner.contenedor{
        max-width:none;
    }
    #banner{
        width:100%;
        display:inline-block;
        background-position-x: 40%;
        /* background-size: contain; */
        height:100vh;
    }
    #banner #contenedor-banner{
        width:540px;
        text-align: right;
        display: inline-block;
        position:absolute;
        left: 5%;
        top:55%;   
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    .contenedor .first-section .logo, .contenedor .first-section .text-logo{
        width:100%;
        text-align: left;
    }
    .contenedor .first-section .logo{
        display:none;
    }
    .contenedor .first-section .text-logo img{
        width:350px;
    }
    .contenedor .first-section .text-logo p{
        font-size:20px;
    }
    .contenedor .first-section {
        margin-bottom:15px;
    }
    .contenedor .contenedor-main h1{
        text-align: left;
        margin: 0;
        margin-bottom: 1rem;
    }
    #botonera{
        margin-top:15px;
    }
    #botonera .cont-botonera .cont-link {
        width: 230px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #botonera .cont-botonera div a{
        font-size:16px;
        padding-top:8px;
        padding-bottom:8px;
    }
    #botonera .cont-botonera .cont-link:first-child {
        padding-left:0px;
    }
    #botonera .cont-botonera .cont-link:last-child {
        padding-right:0px;
    }
    #redes_sociales{
        margin-top:0px;
        margin-bottom:0px;
    }
    #redes_sociales #cont-gral-redes{
        text-align:left;
    }
    #redes_sociales #cont-gral-redes .cont-icon-redes {
        text-align: left;
    }

}

#banner img{
    max-height: 360px;
    display: inline-block;
    position: absolute;
    left: 46%;
    top: 33%;
}

/*Nuestros Servicios*/

#servicios, #network{
    max-width: 100%;
    width:100%;
    padding-top:35px;
    padding-left: 0;
    padding-right: 0;
    color: #2b2b2b;
    background: #fff;
    /* height:100%; */
}


#servicios .titulo h2, h1.titulo {
    font-size: 30px;
    color: #023c5b;
    max-width: 600px;
    margin: 10px auto 0;
}
#servicios .titulo p{
    color: #40c1c0;
    margin-top: 0.5rem;
}

#network .titulo h2, #network .titulo h3 {
    font-size: 30px;
    color: #023c5b;
    margin-top: 60px;
}

#network .titulo h2{
    text-align: left;
    margin: 0;
    width: 100%;
}

#servicios .cta-text{
    color: #40c1c0;
    font-weight: bold;
    padding-top: 2rem;
    font-size: 18px;
}

#servicios .cta-text a{
    color: #40c1c0;
}

#servicios .cta-text a:hover{
    color: #FA6D47;
}

#servicios #contenedor-servicios{
    width:100%;
}

#servicios #contenedor-servicios .item-servicios{
    width:100%;
    height:100%;
    margin-top:35px;
}

#servicios #contenedor-servicios .item-servicios .icono-servicios{
    width:15%;
    display:inline-block;
    vertical-align: top;
    height:auto;
    margin:0 auto;
    text-align: center;
}
#servicios #contenedor-servicios .item-servicios:nth-child(1) .icono-servicios i, #servicios #contenedor-servicios .item-servicios:nth-child(3) .icono-servicios i{
    font-size:18px;
    text-align: center;
}
#servicios #contenedor-servicios .item-servicios:nth-child(2) .icono-servicios i{
    font-size:20px;
    text-align: center;
}
#servicios #contenedor-servicios .item-servicios .descripcion-servicio p{
    color: dimgray;
    text-align: justify;
    text-justify: inter-word;
}
#servicios #contenedor-servicios .item-servicios a.btn-std{
    margin-top: 2rem;
    width: 110px;
}
#servicios #contenedor-servicios .item-servicios .descripcion-servicio ul{
    padding-left:15px;
    padding-top:15px;
    line-height: 20px;
    text-align: left
}

#servicios #contenedor-servicios .item-servicios .descripcion-servicio ul li{
    width:100%;
    font-size:14px;
    font-weight: 300;
    list-style: none;
}
#servicios #contenedor-servicios .item-servicios .descripcion-servicio ul li:before{
    content:"·";
    font-size:20px;
    vertical-align:top;
    line-height:15px;
    padding-right:5px;
}

#servicios #contenedor-servicios .item-servicios .titulo-servicio{
    display:flex;
    flex-direction: row;
    justify-content: center;
}
#servicios #contenedor-servicios .item-servicios .titulo-servicio h3{
    font-weight: 600;
    font-size:18px;
    text-align: center;
    max-width: 200px;
    color: #023c5b;
    margin: 1rem;
}

#servicios #contenedor-servicios .item-servicios .icono-servicios img{
    max-height: 190px;
}



@media (min-width:768px){
    .titulo{
        margin:0 auto;
        text-align: center;
    }
    #network .titulo{
        margin: 0;
        width: 100%;
    }
    #servicios #contenedor-servicios{
        margin: 35px auto 4rem auto;
        max-width: 1000px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    #servicios #contenedor-servicios .item-servicios{
        max-width: 233px;
        display:inline-block;
        vertical-align: top;
        height:100%;
    }
    #servicios #contenedor-servicios .item-servicios .icono-servicios{
        width:100%;
        display:block;
        margin-bottom:10px;
    }
    #servicios #contenedor-servicios .item-servicios:nth-child(1) .icono-servicios i, #servicios #contenedor-servicios .item-servicios:nth-child(3) .icono-servicios i{
        font-size:32px;
    }
    #servicios #contenedor-servicios .item-servicios:nth-child(2) .icono-servicios i{
        font-size:34px;
    }

}







/* About */

#about-home, #testimonials{
    max-width: 100%;
    width:100%;
    padding-top:35px;
    padding-left: 0;
    padding-right: 0;
    background-color: #40c1c12d;
}

#about-home .titulo{
    margin-bottom:15px;
}
#about-home .titulo h2{
    text-align: left;
}
#about-home .titulo h4{
    padding: 1rem;
}

#about-home .container_wrapper {
    max-width: 1140px;
    margin: auto;
    overflow: hidden;
    padding: 30px 30px 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#about-home #about-img, #about-home #about-img img{
    max-width:100%;
    max-height: 260px;
}

#about-home p{
    font-weight: 300;
    color: dimgray;
    font-size:17px;
    line-height: 2;
}


#about-home .cont-link  {
    /* width:calc(50% - 10px); */
    width:50%;
    display:inline-block;
    margin-bottom:35px;
    margin-top:35px;

}

#about-home .cont-link div:hover>a{
    color:#003a63;
}

@media (min-width:768px){

    #about-home #about-img{
        width:50%;
        display:inline-block;
        max-width: 400px;
    }
    #about-home #about-text{
        display:inline-block;
        width:50%;
        max-width: 500px;
        padding-right:35px;
        vertical-align: top;
    }
    #about-home #about-text p:first-child{
        margin-top:0px;
    }
    #about-home .cont-link{
        width:50%;
        text-align: right;
        padding-right:35px;
        margin-top:15px;
    }
    #about-home .cont-link div {
        width:50%;
        display:inline-block;
    }
}



/* Seccion Nosotros */
#nosotros_main #about-home{
    position: relative;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
}

#nosotros_main #about-home #about-img{
    width:100%;
    display:inline-block;
    float: none;
}

#nosotros_main #about-home #about-contenido{
    width:100%;
    display:inline-block;
    vertical-align: top;
    position: relative;
    left:0;
    text-align:left;
}
#nosotros_main #about-home #about-contenido #about-text{
    width:100%;
    text-align: left;
}
#nosotros_main #about-home #about-contenido .titulo{
    border:0px;
    width:100%;
}
#nosotros_main #about-home #about-contenido .titulo h2{
    text-align: left;
}
#about-home .galleryLW a{
    display: inline;
}



[data-fancybox="gallery"] {
    width: calc(16.66% - 10px) !important;
    display: inline-block !important;
    margin-left: 5px;
}

[data-fancybox="gallery"] img {
   width: 100%;
}



@media ( max-width: 991px ){
    [data-fancybox="gallery"] {
        width: calc(33.33% - 10px) !important
    }
}

@media ( max-width: 767px ){
    [data-fancybox="gallery"] {
        width: calc(50% - 10px) !important;
    }


}



@media(max-width:992px){
    #nosotros_main #about-home{
        margin-top:0px;
        padding-top:0px;
    }
}
@media(min-width:992px){
    #nosotros_main #about-home{
        position: relative;
        top: 0;
        width:100%;
        padding-top:20px;
        padding-bottom:20px;
    }

    #nosotros_main #about-home > * {
      position: relative;
      z-index: 1;
    }

    #nosotros_main #about-home::after{
        content:"";
        background-color: #000000;
        opacity: 0.6;
        width:100%;
        height:100%;
        position: absolute;
        z-index: 0;
        top:0;
        left:0;
    }

    #nosotros_main #about-home #about-img{
        width:50%;
        display:inline-block;
        float: none;
    }

    #nosotros_main #about-home #about-contenido{
        width:50%;
        display:inline-block;
        vertical-align: top;
        position: relative;
        left:0;
        text-align: right;
    }

    #nosotros_main #about-home #about-contenido .titulo{
        border:0px;
        width:100%;
    }
    #nosotros_main #about-home #about-contenido .titulo h2{
        text-align: right;
        padding-right: 35px;
    }
    #nosotros_main #about-home #about-contenido #about-text {
        width:100%;
        text-align: right;
    }
}

/*Seccion Testimonials*/
#testimonials{
    padding-top: 4rem;
}
#testimonials #giant-quote{
    display: block;
    color: #40c1c0;
    font-size: 66px;
    font-weight: bolder;
    line-height: 1.0;
}

#testimonials .container_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 1140px;
    margin: 0 auto 7rem auto;
}

#testimonials .container_wrapper h3 {
    margin-bottom: 0;
    color: #023c5b;
    font-weight: bold;
    font-size: 19px;
}
#testimonials .container_wrapper h4 {
    margin-top: 0;
    color: #40c1c0;
    font-size: 18px;
}
#testimonials .container_wrapper p {
    color: #023c5b;
    font-size: 18px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    line-height: 2;
}
#testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos{
    width: 50%;
    margin: 1rem;
    max-width: 440px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 6rem 0;
}

#testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos img{
    height: 80px;
    padding: 1rem;
    width: auto;
    min-width: auto;
}

#testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos img:first-child,
#testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos img:nth-child(2) {
    height: 90px;
}

#testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos img:nth-child(3) {
    height: 70px;
}

/*Clientes*/
#clients{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#clients img{
    max-height: 75px;
    margin: 1rem;
}
#clients .container_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
/*Logo otras secciones*/

#logo_other_sections{
    width:100%;
    font-size:0;
}
#logo_other_sections .first-section{
    font-size: 0;
    margin-top:15px;
    margin-bottom:15px;
}
#logo_other_sections .first-section .logo{
    width:210px;
    margin-bottom: 0;
    display: inline-block;
    padding-right:15px;
}
#logo_other_sections .first-section .logo img{
    width:100%;
}
#logo_other_sections .first-section .text-logo{
    width:220px;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    vertical-align: top;
    padding-top:7px;
    padding-bottom:7px;
}
#logo_other_sections .first-section .text-logo img{
    width:150px;
}
#logo_other_sections .first-section .text-logo p{
    font-size:12px;
    margin-top:2px;
    padding-left:2px;
}


#tarjeta_visita .first-section .logo {
    width: 80px
}


/* planos */
#planos_main article {
    width:100%;
    max-width:none;
    margin:0 auto;
    padding-top: 20px;
    position:relative;
    font-size: 0;
    background-color: #fff;
}

#planos_main .contenedor {
    overflow: hidden;
}

#planos_main .planos-cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-height: 925px;
    margin-top: 1rem;
}
#planos_main .plan-subtitle h5 {
    color: #FA6D47;
}
#planos_main .plan-subtitle2 ol {
    font-size: 16px;
}

#planos_main .planos-img-cont, #planos_main .planos-detail{
    width: 50%;
}

#planos_main .feature-cont{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#planos_main .feature-cont .feature-nome p{
    margin-top: 5px;
    margin-bottom: 5px;
}
#planos_main .feature-cont .feature-icon{
    padding-right: 1rem;
}
#planos_main .planos-detail{
    padding: 1rem 15px;
    max-width: 500px;
}
#planos_main .planos-img-cont {
    text-align: center;
    display: flex;
}
#planos_main .planos-detail-img{
    max-width: 100%;
    max-height: 670px;
    padding-top: 2rem;
    margin: auto;
}
#planos_main .price{
    margin: 1rem 1rem 1rem 0;
    color: #FA6D47;
}
#planos_main .btn-request{
    margin: 1rem 0;
    max-width: 185px;
    border: 1px solid #FA6D47;
    background-color: #fff;
    color: gray;
}

#planos_main .btn-request:hover{
    background-color: #FA6D47;
    color: #fff;
}

#planos_main .btn-buy{
    margin: 2rem auto;
}

#planos_main p.foot-note{
    font-size: 12px;
    color: gray;
}


#planos_main table{
  table-layout:fixed;
  width:100%;
  border-collapse: separate;
  border-spacing: 10px 0px;
}
#planos_main th {
  background:#F5F5F5;
}
#planos_main td, #planos_main th {
  height:53px
}
#planos_main td, #planos_main th {
    padding:10px;
    empty-cells:show;
}
#planos_main td, #planos_main th {
  text-align:left;
}
#planos_main td+td{
  text-align:center;
  display:none;
}
#planos_main td.default {
  display:table-cell;
  column-width: 150px !important;
}

.tick {
  font-size:18px; color:#2CA01C;
}

.tick.text {
    color: black
}

.not-tick {
  font-size:18px;
  color:#c43030;
}


#planos_main .blue-tag{
    background-color:#003a63;
    color: white;
    text-align:center;
}
#planos_main .cyan-tag{
    position: relative;
    background-color:#8fc4e9;
    text-transform:uppercase;
}
#planos_main .text-gray{
  color: #666666;
  font-weight: 300;
  font-size:14px;
}

#planes_main .cyan-tag .cucarda_descuento {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #FA6D47;
    position: absolute;
    top: -41px;
    left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 100%;
}

#planos_main .cyan-tag .cucarda_descuento span {
    color: white;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.espacio_filas{
  border-spacing: 0px 10px;
  border-collapse: separate;

}

#planos_main tr:nth-child(even) {
  background: #dcdfe2;
}
#planos_main tr:nth-child(odd) {
  background: #f0f0f0
}

.espaciado{
    height:10px;
}
#planos_main tfoot tr td{
  border:3px solid white;
}

#planos_main tfoot .espacio_filas td.hide {
  border:0;
  visibility: hidden;
}

.txt-l {
  font-size:28px;
  font-weight:600;
}
#planos_main tfoot .espacio_filas a{
  color: #1f1f1f;
  font-weight:300;
  text-transform:uppercase;
  font-size:12px;
}

.plano-nome {
    font-size: 20px;
}
#planos_main .carousel-indicators{
    position: inherit;
    height: 42px;
    margin: 0;
    background-color: #0F3E66;
    justify-content: start;
    padding: 0;
}
#planos_main .carousel-indicators li {
    text-indent: 0;
    width: auto;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 10px 2rem 2px 2rem;
    height: 30px;
    background-color: #0F3E66;
    border: none;
}

#planos_main .carousel-indicators li.active {
    background-color: #1a558a;
}

@media (max-width:992px){
    #planos_main{
        position:relative;
    }
    #planos_main table {
    position:relative;
    top:0px;
    border-spacing: 0px 0px;
    border-top:6px solid black;
    border-left:6px solid black;
    border-right:6px solid black;
    -webkit-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -o-transform: translatey(0%);
    transform: translatey(0%);
  }
  #planos_main tr:nth-child(odd) td:not(:first-child) {
    background: #f5f5f5
  }
  #planos_main tr:nth-child(even) td:not(:first-child) {
    background: #e5e8eb
  }
  #planos_main .cyan-tag, #planos_main .blue-tag{
    background-color:#8fc4e9 !important;
  }
  #planos_main td+td{
    text-align:center;
    display:none;
  }
  #planos_main thead th:not(.default) {
    text-align:center;
    display:none;
  }
  #planos_main thead th.default{
    text-align: center;
    color:black;
    font-size:33px;
    height:100px;
    font-weight:900;
  }
  tfoot{
      display:none;
  }
  #planos_main #tabla_botonera{
      display:relative;
      width:100%;
      font-size:0;
  }

  #planos_main #tabla_botonera ul {
      display:inline-block;
      bottom:100px;
      z-index:10;
      width:100%;
      padding:0;
      font-size:0;
      list-style:none;
      border-left:6px solid black;
      border-right:6px solid black;
      border-bottom:6px solid black;
      overflow: hidden;
  }
  #planos_main #tabla_botonera ul li{
      list-style:none;
  }
  #planos_main #tabla_botonera ul li button {
      width:100%;
    border:0;
    padding: 10px;
    background:#8fc4e9;
    font-size:20px;
    font-weight:bold;
    height:60px;
        -webkit-box-shadow: inset 0px 14px 9px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 14px 9px -7px rgba(0,0,0,0.75);
    box-shadow: inset 0px 14px 9px -7px rgba(0,0,0,0.75);
  }
  #planos_main #tabla_botonera ul li.active button {
    color:#000;
  }
  #planos_main #tabla_botonera ul li{
    height:60px;
    transition: height 0.5s;
  }
  #planos_main #tabla_botonera ul li.active button{
    background-color: #6098bf
  }
}
@media (max-width:768px){
  .txt-l{
    font-size:24px;
  }
}
@media (min-width: 992px){
  #planos_main article {
      padding-left: 0;
      padding-right: 0;
      height:auto;
      padding-bottom: 2rem;
  }
  #planos_main table {
    border:0;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0px
  }
  #planos_main .blue-tag {
    background-color:#003a63 !important;
    color:white;
    text-align: center;
  }
  #planos_main td, #planos_main th {
    text-align: center;
  }

  #planos_main thead th.default{
    height:auto;
  }
  #planos_main thead th.default{
    font-size:14px;
    font-weight: 600;
  }
  #planos_main thead th{
    font-size:14px;
    font-weight: 600;
  }
  #planos_main thead th.blue-tag{
    text-transform: uppercase;
    font-size:18px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  #planos_main thead th span{
    font-size:10px;
    text-transform: uppercase;
    display:block;
    font-weight: 300;
    letter-spacing: 2px;
  }

  #planos_main ul {
      display:none;
    }
    #planos_main td, #planos_main th {
      display:table-cell !important;
    }
    #planos_main td, #planos_main th {
      width: 330px;

    }
    #planos_main td+td, #planos_main th+th {
      width: auto;
    }

    tfoot{
      display:table-footer-group;
    }

}

@media(max-width:768px){
    #planos_main article{
        padding-top: 0;
        padding-bottom: 2rem;
    }
    #planos_main .planos-img-cont{
        display: none;
    }
    #planos_main .planos-detail {
        width: 100%;
    }
    #planos_main .carousel-indicators{
        height: 67px;
    }
    #planos_main .carousel-indicators li {
        padding: 10px 10px 2px 10px;
        font-size: 16px;
        height: 55px;
    }

}

/* contato */
#contato{
    width:100%;
    position: relative;
    z-index: 0;
    font-size: 0;
    padding-top:20px;
    padding-bottom:30px;
}
@media(min-width:991px){
#contato::after{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    z-index: -1;
    background-color: #fff;
}
}
#plan_detalle,
#contato #mapa_contato{
    width:50%;
    display:inline-block;
    margin: auto;
    padding-top: 30px;
}
#contato .text_landing{
    font-size: 20px;
}
#contato form{
    display: flex;
    flex-direction: column;
    width: 450px;
}

#plan_detalle {
    font-size: 15px
}

@media (max-width: 992px) {

    #plan_detalle td + td {
        display: table-cell !important
    }

}

@media (max-width: 768px){
    #plan_detalle {
        display: inline-block !important
    }
}


#plan_detalle table {
    position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    transform: none;
}

#plan_detalle .tax{
    color: white;
}

#plan_form #contato {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#plan_form table {
    table-layout: initial
}

#plan_form #planos_main thead th {
    display: table-cell
}

#contato #mapa_contato .cont_map{
    width:100%;
    margin-bottom:20px;
    position: relative;
}

#plan_form .fixed_input {
    display: block;
}

#plan_form .fixed_input p {
    font-size: 17px;
    display: inline-block;
    color: #40c1c0;
}

#plan_form .link_button {
    margin-left: 30px;
    font-size: 13px;
    text-decoration: underline;
    color: #064779;
    display: inline-block
}

#plan_form .link_button:hover {
    opacity: 0.7
}

#plan_form a.button {
    font-size: 12px;
    color: #40c1c0;
    margin: 1rem auto;
    text-decoration: underline
}


#contato #mapa_contato .logo_map{
    width:20%;
    display: inline-block;
    text-align: right;
    position: absolute;
    right:0;
    height:108%;
}
#contato #mapa_contato .logo_map img{
    width:65px;
    position: absolute;
    right:0;
    top:60%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}
#contato #mapa_contato .text_map{
    width:220px;
    display: inline-block;

}
#contato #mapa_contato .text_map p{
    width:100%;
    font-weight: 300;
    font-size:16px;
}


#contato #mapa_contato .text_under_map{
    width:100%;
    display: inline-block;
}
#contato #mapa_contato .text_under_map p{
    width:100%;
    font-weight: 300;
    font-size:16px;
    text-align: right;
}


#contato #mapa_contato .text_under_map a,
#contato #mapa_contato .text_under_map a:active,
#contato #mapa_contato .text_under_map a:hover,
#contato #mapa_contato .text_under_map a:visited{
    text-decoration: underline;
}

#contato #mapa_contato iframe{
    width:100%;
    height:250px;
}
#contato #form_contato h1{
    text-align: center;
    text-transform: uppercase;
}
#contato #form_contato{
    padding-left:30px;
    max-width: 550px;
    display:inline-block;
    vertical-align: top;
    text-align: center;
    margin: auto;
}


#contato #form_contato label input, #contato #form_contato label textarea, #contato #form_contato label select{
    background-color: transparent;
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    padding: 7px 0;
    font-style: normal;
    font-weight: normal;
    box-shadow: none;
    border: none;
    font-weight: 300;
    border-bottom: 1px solid #40c1c0;
}
#contato #form_contato label textarea{
    height:140px;
}
#contato #form_contato label input:focus, #contato #form_contato label textarea:focus {
    outline:none;
}

footer{
    width:100%;
    background: #023c5b;
}
@media(min-width:992px){
    #redes_sociales{
        display:none;
    }
}
footer .btn-std{
    background-color: #40c1c0;
}
footer .btn-std:hover{
    background-color: #3aadad;
}
@media (max-width:992px){
    #contato{
        -webkit-transform: translatey(0%);
        -moz-transform: translatey(0%);
        -ms-transform: translatey(0%);
        -o-transform: translatey(0%);
        transform: translatey(0%);
    }
    #contato #form_contato{
        width:100%;
        padding-left:0;
    }
    #plan_detalle,
    #contato #mapa_contato{
        width:100%;
        padding-right:0;
    }
    #contato #form_contato .form_buttom{
        font-size:0;
        display:inline-block;
        width:100%;
    }
    #contato #form_contato .form_buttom button{
        display:inline-block;
        width:calc(50% - 10px);
    }
    #contato #form_contato .form_buttom button:nth-child(1){
        margin-right:10px;
        margin-left:0px;
    }
    #contato #form_contato .form_buttom button:nth-child(2){
        margin-left:10px;
        margin-right:0px;
    }
}
@media (max-width:768px){
    #contato::after{
        background-color: transparent;
    }
    #plan_detalle{
        display:none;
    }
    #contato #mapa_contato{
        /* display:none; */
    }
    #contato #mapa_contato .logo_map{
        display:none;
    }
    #contato #mapa_contato .text_map{
        width:100%;
    }
    #contato #form_contato h1{
        text-align: center;
        width:100%;

    }
    #contato #form_contato label input, #contato #form_contato label textarea{
        padding-left:20px;

    }
}




/* Seccion Visitas */
#visitas_main #contato h1{
    text-align: center;
}
#visitas_main #contato #form_contato{
    padding-right:30px;
    padding-left:0px;
}
#visitas_main #contato #form_contato input{
    text-align: right;
    padding-right:35px;
}

@media ( max-width: 991px ){

    #visitas #contato {
        background: rgba(0, 0, 0, 0.5)
    }

}



#contato #form_contato label select{
    font-weight:300;
    width:100%;
    height:100%;
    background: none;
    border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:0 50px 0 20x;
    cursor:pointer;
    text-indent: 5px;
    text-align: right;
    padding-right:35px;

}


#contato #form_contato label select::-ms-expand{
    display:none;
}

#contato #form_contato label select:focus{
    outline:none;
}

#contato #form_contato .select{
    position:relative;
    background: transparent;
    border-bottom:2px solid #40c1c0;
    height:40px;
    cursor:pointer;
    /* margin-top:15px; */
    display:block;
    z-index: 0;
}
#contato #form_contato .select input{
    border-bottom:0;
}
#contato #form_contato .select:before{
    content:"";
    background: transparent;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    width:40px;
    pointer-events: none;
    z-index: -2;
}

#contato #form_contato label select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
#contato #form_contato label select {
    background: transparent;
}



#visitas {
    background: url('../recursos/fondo_visita2.jpg') center top no-repeat;
    background-size: cover
}


#visitas_main #contato #form_contato .form_buttom{
    text-align: right;
    margin-top:30px;
}
#visitas_main #contato #form_contato .form_buttom button:nth-child(2){
    margin-right:0;
}
#visitas_main #contato #tarjeta_visita{
    width:50%;
    display:inline-block;
    background-color: #02a1df;
    padding:10px;
    height:350px;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta{
    border:1px solid white;
    height:100%;
    position:relative;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta #logo_other_sections{
    width:100%;
    text-align: center;
}
@media (max-width:991px){
    #visitas_main #contato #tarjeta_visita .cont_tarjeta #logo_other_sections{
        width:100%;
        text-align: center;
        text-align: center;
    }
    #visitas_main #contato #tarjeta_visita .cont_tarjeta #logo_other_sections .first-section .logo{
        padding-right:0;
        width:40px;
    }
    #visitas_main #contato #tarjeta_visita .cont_tarjeta #logo_other_sections .first-section .text-logo {
        width:190px;


    }
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta #logo_other_sections .first-section .text-logo{
    border-left:0;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta .tit_tarjeta{
    width:100%;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta .tit_tarjeta h2{
    text-transform: uppercase;
    font-size:36px;
    margin-top:0;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta .datos_visitante{
    width:100%;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta .datos_visitante span{
    font-size:16px;
    color:white;
    display:block;
    width:100%;
    font-weight: 300;
    text-align: center;
    margin-bottom:10px;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta .out_tarjeta{
    position: absolute;
    bottom:20px;
    width:100%;
}
#visitas_main #contato #tarjeta_visita .cont_tarjeta .out_tarjeta span{
    font-size:14px;
    display:block;
    text-align: center;
    color:white;
    font-weight: 300;

}
@media (max-width:992px){
    #contato #form_contato label select, #visitas_main #contato #form_contato input{
        text-align: left;
        padding-left:0;
    }
    #visitas_main #contato #form_contato {
        padding-right: 0px;
    }
    #contato #form_contato label select {
        text-indent: 0px;
    }
    #contato #form_contato{
        margin-bottom:35px;
    }
    #visitas_main #contato #tarjeta_visita{
        width:100%;
    }
    .select_date{
        position:relative;
    }
}

#contato .contenedor{
    display: flex;
    flex-direction: column;
}

#contato .error_messages,
#form_contato .error_messages {
    padding: 5px 0;
    font-size: 16px;
    color: #ff7600
}

#contato .error_messages p,
#form_contato .error_messages p {
    margin: 5px 0
}

#contato .messages,
#form_contato .messages {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#contato .messages .success,
#form_contato .messages .success {
    color: #34c7ff;
}

#contato .messages .error,
#form_contato .messages .error {
    color: #ff7600;
}


#form_contato input::-webkit-placeholder {
    color: #9a9c9e
}

#form_contato input::-moz-placeholder {
    color: #9a9c9e
}

#form_contato input::-ms-placeholder {
    color: #9a9c9e
}

#form_contato input::placeholder {
    color: #9a9c9e
}

#form_contato label textarea::-webkit-placeholder {
    color: #9a9c9e
}

#form_contato label textarea::-moz-placeholder {
    color: #9a9c9e
}

#form_contato label textarea::-ms-placeholder {
    color: #9a9c9e
}

#form_contato label textarea::placeholder {
    color: #9a9c9e
}

.special_button_wrapper {
    margin: 40px 0
}

.special_button {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 12px 18px;
    background: #8fc4e9;
    color: black !important;
    border: 1px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.special_button.secondary {
    display: none;
    top: initial;
    bottom: 30px
}

.special_button:hover {
    background: white;
    border-color: #8fc4e9
}

@media( min-width: 992px ){
    .special_button.secondary {
        display: block
    }
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

.galeria img{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.contenedor{
    width: 100vw;
}


/*PLANOS IN HOME */
#planos-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#planos-container .plan-card{
    max-width: 290px;
    min-height: 300px;
    width: 260px;
    background: rgba(0, 0, 0, 0.5);
    background-image: url("../recursos/banner-planos-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1rem;
}
#planos-container .plan-card:hover{
    background-image: url("../recursos/banner.png");
}

#planos-container .plan-item-1{
    background-image: url("../recursos/HotDesk-bg.jpg");
}
#planos-container .plan-item-1:hover{
    background-image: url("../recursos/HotDesk.jpg");
}
#contato #form-contato{
    color: #000;
}
#planos-container .plan-item-2{
    background-image: url("../recursos/PrivateOffice-bg.jpg");
}
#planos-container .plan-item-2:hover{
    background-image: url("../recursos/PrivateOffice.jpg");
}
#planos-container .plan-item-3{
    background-image: url("../recursos/BuiltToSuit-bg.jpg");
}
#planos-container .plan-item-3:hover{
    background-image: url("../recursos/BuiltToSuit.jpg");
}

#planos-container .cucarda_descuento {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #FA6D47;
    border-radius: 100%;
}

#planos-container .plan-name {
    min-height: 50px;
    color: #fff;
    padding: 0 1rem;
    font-weight: 300;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 75px;
    width: 200px;
    font-weight: 400;
}

#planos-container .card-price {
    min-height: 30px;
    color: #FA6D47;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 20px;
}

#planos-container .btn-std{
    margin-top: 60px;
}

.btn-std, #contato #form_contato .form_buttom button{
    cursor: 'pointer';
    color: #fff;
    background-color: #023c5b;
    border-radius: 2rem;
    transition: background-color font-weight .3s;
    padding: 0.5rem 1rem;
    display: block;
    text-align: center;
    font-weight: 600;
    margin: auto;
    max-width: 200px;
    font-size: 16px;
    border: none;
}
a.btn-std:hover, #contato #form_contato .form_buttom button:hover{
    background-color: #022e46;
    font-weight: bold;
    color: #fff;
}

#galeria-home {
    padding: 0;
    max-width: 100vw;
    min-width: 100vw;
    margin:0;
    height: 100vh;
}

#galeria-home img.galeria {
    width: 100vw;
}

.galery-message{
    max-width: 70%;
    position: relative;
    top: -700px;
    margin: 0 5rem;
    font-size: 18px;
    display: inline;
}
.galery-message .btn-std{
    display: inline-flex;
    margin: 0 0 0 1rem;
}

/*SECTION NETWORK HOME */
#network{
    padding-top: 60px;
}
#network .container_wrapper{
    align-items: center;
}

#network #about-img{
    width:100%;
}
#network #about-img img{
    max-width:100%;
    max-height:100%;
    max-height: 300px;
}

#network #about-content{
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
}

#network .about-side-txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}

#network #about-text{
    padding: 2rem 0;
}

#network .numbers-container{
    margin: 4rem 2rem 3rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#network .num-item{
    min-width: 250px;
    text-align: center;
}
#network .num-item h3{
    margin-top: 0;
    font-size: 35px;
    font-weight: bold;
}

/*FOOTER */
footer{
    color: #fff;
}
footer .footer-cols{
    padding-top: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
footer a{
    color: #fff;
    margin-top: 1rem;
}
footer p{
    margin-bottom: 0;
}
footer .terms-and-cond a, footer .location a{
    margin-bottom: 0;

}
footer .terms-and-cond{
    margin-top: 43px;
}
footer .terms-and-cond a{
    color: #40c1c0;
}
footer #logo-footer img{
    max-width: 200px;
    max-height: 50px;
    margin-bottom: 1rem;
}
footer a:hover {
    color: #ce5b3c;
}
footer .footer-col{
    display: flex;
    flex-direction: column;
}

footer #social-icons{
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

footer #social-icons img{
    height: 25px;
    margin-right: 1rem;
    filter: invert();
}

footer #credits {
    text-align: center;
    padding: 1rem;
    padding-bottom: 2rem;
}

footer .social-icon{
    height: 70px;
}

footer .btn-std{
    max-width: 260px;
    margin: 1rem 0 2rem 0;
    padding: 15px;
}

#arrow{
    color: #FA6D47;
}
#arrow svg{
    fill: currentColor;
    height: 20px;
    margin: 0 0 5px 5px;
}

/*TYPING WORDS*/
.rw-wrapper{
	width: 80%;
}

.rw-sentence {
    text-align: left;
}
.rw-sentence span{
	color: #fff;
	white-space: nowrap;
	font-weight: normal;
}


.rw-words span{
	position: absolute;
    opacity: 0;
    left:1rem;
    top: 10px;
	overflow: hidden;
	width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.rw-words-1 span{
    animation: rotateWordsFirst 24s linear infinite 0s;
	-webkit-animation: rotateWordsFirst 24s linear infinite 0s;
}
.rw-words-2 span{
    animation: rotateWordsFirst 24s linear infinite 0s;
	-webkit-animation: rotateWordsSecond 24s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    animation-delay: 6s;
	-webkit-animation-delay: 6s; 
}
.rw-words span:nth-child(3) { 
    animation-delay: 12s;
	-webkit-animation-delay: 12s; 
}
.rw-words span:nth-child(4) { 
    animation-delay: 18s;
	-webkit-animation-delay: 18s; 
}
.rw-words span:nth-child(5) { 
    animation-delay: 24s;
	-webkit-animation-delay: 24s; 
}

div.btn-container{
    padding: 1rem;
    background-color: #40c1c09d;
    display: flex;
}


@keyframes rotateWordsFirst {
    0% { -webkit-opacity: 1; -webkit-animation-timing-function: ease-in; height: 0px; }
    8% { -webkit-opacity: 1; height: 60px; }
    19% { -webkit-opacity: 1; height: 60px; }
	30% { -webkit-opacity: 0; height: 60px; }
    100% { -webkit-opacity: 0; }
}

@keyframes rotateWordsSecond {
    0% { -webkit-opacity: 1; -webkit-animation-timing-function: ease-in; width: 0px; }
    10% { -webkit-opacity: 0.5; width: 0px; }
	20% { -webkit-opacity: 1; width: 100%; }
    33% { -webkit-opacity: 0; width: 100%; }
    100% { -webkit-opacity: 0; }
}

/*MOBILE*/
@media(max-width:768px){
    .big{
        display: none;
    }
    #logo{
        display: none;
    }
    #menu_movile ul {
        padding: 0;
        margin: auto;
    }

    .ver{
        text-align: center;
    }

    .contenedor{
        padding: 0;
    }
    .contenedor .first-section{
        margin: 0;
        background-color: #40c1c0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contenedor .contenedor-main {
        position: relative;
        top: 0;
    }
    .contenedor .contenedor-main h1 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    #botonera {
        margin: 0;
    }
    #servicios, #network {
        padding: 3rem 15px 4rem 15px;
    }
    #servicios .titulo p{
        text-align: center;
    }
    #servicios #contenedor-servicios .item-servicios {
        margin-top: 50px;
    }
    #planos-container{
        flex-direction: column;
        align-items: center;
    }
    #galeria-home{
        height: 220px;
    }
    #galeria-home .contenedor-main{
        top: -170px;
    }
    #network #about-content {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 230px;
    }
    #network #about-img {
        grid-row: 2;
    }
    #network .numbers-container {
        flex-direction: column;

    }
    footer .footer-cols{
        flex-direction: column;
        padding-left:15px;
        padding-right: 15px;
        text-align: center;
    }

    footer #social-icons{
        justify-content: center;
    }
    footer .footer-col{
        align-items: center;
    }

    #contato{
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    #contato .contenedor{
        width: auto;
    }
    #contato #form_contato .form_buttom button {
        display: inline;
    }
    #logo_other_sections .first-section{
        margin: 0;
    }
    #logo_other_sections .first-section .text-logo {
        border-color: none;
    }
    .text-logo img {
        width: 150px;
    }
    #botonera .cont-botonera{
        position: relative;
        top: -85px;
        padding: 0;
    }

    #galeria-home .galery-message{
        padding: 5px;
        margin: 0;
    }
    #network .num-item {
        min-width: auto;
    }
    .rw-words span{
        left: 5px;
        top: 17px;
        font-size: 15px;
    }
    #botonera .cont-botonera{
        text-align: center;
    }
    #botonera .cont-botonera .cont-link{
        width: 85%;
    }

    footer #social-icons, footer a{
        margin-top: 1rem;
    }

    .logo_cont_mob{
        display: inline;
    }
    video {
        top: -40px;
    }

    #contato form{
        width: auto;
    }
    #planos_main .planos-cont {
        max-height: none;
    }
    #network .numbers-container {
        margin: 4rem 2rem 0rem 2rem;
    }
}
#banner .contenedor-main{
    padding: 2rem;
}

@media(min-width:1600px){
    .galery-message {
        top: -1000px;
    }
}

.container-fluid{
    padding: 0 !important;
}

/*CAROUSEL*/
#testimonials .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
    bottom: -50px;
}
#testimonials .carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-top: none;
    border-bottom: none;
    border: 2px solid #40c1c0;
    background-color: #40c1c12d;
    opacity: 1;
}


.carousel-indicators .active {
    background-color: #40c1c0 !important;
}

/*SERVICIOS*/

#soft_landing_main #servicios #contenedor-servicios, #legal_talent_main #servicios #contenedor-servicios, #legal_department_main #servicios #contenedor-servicios{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2rem;
}

#soft_landing_main #servicios h2, #legal_talent_main #servicios h2, #legal_department_main #servicios h2, #servicios .other-services{
    text-align: left;
    margin: auto;
    max-width: 980px;
}

#servicios .service-description{
    width: 55%;
}
#servicios .service-description p{
    line-height: 2;
}

#servicios .service-img{
    width: 35%;
}
#servicios .service-img a.btn-std{
    max-width: 230px;
    padding: 1rem;
    background-color: #40c1c0;
}

#servicios .service-img img{
    max-height: 300px;
}

#servicios .other-services-wrapper{
    background-color: #40c1c12d;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#servicios .other-services a{
    color: #023c5b;
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
}
#servicios .other-services a.active{
    color: #40c1c0;
}
#servicios .other-services a:hover{
    text-decoration: none;
    color: #40c1c0;
}
#contacto{
    padding: 2rem 0 3rem 0;
}
#contacto, #contacto .contenedor {
    max-width: 1000px;
    margin: auto;
}
#contacto-left-section p{
    line-height: 2;
}
#contacto h1{
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 30px;
    text-align: left;
}
#contacto .btn-std{
    padding: 1rem;
    width: 180px;
    background-color: #40c1c0;
}

#contacto .contact-links a{
    display: block;
    color: #40c1c0;
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: bold;
}
#contacto .contact-links p{ 
    font-size: 20px;
    font-weight: bold;
    color: #023c5b;

}

#contacto .contenedor{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#contacto #form_contacto{
    margin-top: 5rem;
}
#contacto #form_contacto form{
    text-align: center;
}

#contacto #form_contacto input, #contacto #form_contacto textarea{ 
    min-width: 280px;
    padding: 0.5rem 1rem;
    border: 1px solid #40c1c0;
    border-radius: 20px;
    margin: auto;
}

.service-description .titulo {
    padding-bottom: 2rem;
}

/*Mobile*/

@media (max-width: 768px){
    #contenedor-banner .first-section {
        display: block;
    }
    #banner img{
        max-height: 190px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 490px;
    }
    #about-home #about-img {
        margin: auto;
    }
    #banner #contenedor-banner .first-section .logo img{
        width:70px;
        left: 7%;
        top: 9px;
    }
    .contenedor .contenedor-main p {
        margin-bottom: 2rem;
    }
    #about-home .container_wrapper {
        flex-direction: column-reverse;
    }
    #about-home .container_wrapper h2{
        margin-bottom: 2rem;
    }
    #about-home .container_wrapper p{
        margin-bottom: 4rem;
    }
    #servicios #contenedor-servicios .item-servicios .icono-servicios {
        width: auto;
    }
    #servicios #contenedor-servicios .item-servicios {
        text-align: center;
    }

    #servicios #contenedor-servicios .item-servicios p {
        text-align: left;
    }
    #testimonials .container_wrapper {
        flex-direction: column;
        padding-bottom: 16rem;
        align-items: center;
    }
    #testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos {
        width: 100%;
    }
    #testimonials .carousel{
        top: -60px;
    }
    #testimonials .carousel-indicators {
        justify-content: center;
        bottom: -45px;
    }
    #testimonials .container_wrapper .testimonials-quote,  #testimonials .container_wrapper .testimonials-logos {
        margin: 0;
    }
    #testimonials .testimonial{
        padding: 0 1rem;
    }
    #testimonials .container_wrapper .testimonials-logos{
        position: relative;
        top: 400px;
    }
    #testimonials .container_wrapper .testimonials-logos img {
        height: 65px;
    }
    

    footer #social-icons img {
        margin: 0.5rem;
    }
    #contacto .contenedor {
        flex-direction: column;
        padding: 0 2rem;
    }
    #contacto #form_contacto {
        margin-top: 2rem;
    }
    #soft_landing_main #servicios, #legal_talent_main #servicios, #legal_department_main #servicios {
        padding: 0;
    }
    #soft_landing_main #servicios #contenedor-servicios, #legal_talent_main #servicios #contenedor-servicios, #legal_department_main #servicios #contenedor-servicios {
        flex-direction: column;
        padding-top: 1rem;
    }
    #servicios .service-description, #servicios .service-img {
        width: auto;
    }
    #servicios .service-img img {
        max-height: 260px;
    }
    #servicios .service-img {
        padding-bottom: 2rem;
    }
    #soft_landing_main #servicios #contenedor-servicios, #legal_talent_main #servicios #contenedor-servicios, #legal_department_main #servicios #contenedor-servicios,
    #soft_landing_main #servicios .other-services, #legal_talent_main #servicios .other-services, #legal_department_main #servicios .other-services {
        padding: 2rem;
    }
    #botonera .cont-botonera div a {
        font-size: 18px;
        font-weight: 600;
    }
    #servicios #contenedor-servicios .item-servicios .descripcion-servicio p {
        padding: 0 1rem;
    }
    #testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos img:first-child,
#testimonials .container_wrapper .testimonials-quote, #testimonials .container_wrapper .testimonials-logos img:nth-child(2) {
    height: 70px;
}
#testimonials .container_wrapper .testimonials-logos img:first-child{
    width: 146px;
}
#testimonials .container_wrapper .testimonials-logos img:nth-child(2) {
    height: 70px;
    width: 123px;
}
#testimonials .container_wrapper .testimonials-logos img:nth-child(3) {
    height: 60px;
    width: 122px;
}
#testimonials .container_wrapper .testimonials-logos img:nth-child(4) {
    height: 65px;
    width: 105px;
}
#testimonials .container_wrapper .testimonials-logos img:nth-child(5) {
    height: 65px;
    width: 65px;
}

}

/*BLOG*/

.sidebar ul {
    list-style-type: none;
    padding: 0;
}
.sidebar ul li {
    padding: 5px 0;
}

.sidebar ul li a{
    color: #212529e0;
}

.sidebar ul li a:hover{
    color: #FA6D47;
}

.sidebar h4 {
    font-size: 1rem;
    color: #023c5b;
    font-weight: 700;
}

#blog_main .contenedor, section#blog-article {
    width:100%;
    max-width:none;
    margin:0 auto;
    padding-top: 30px;
    position:relative;
    background-color: #fff;
}

#blog_main h3.no-articles-msg {
    max-width: 500px;
    padding-top: 6rem;
    height: 60vh;
    margin: auto;
    
}

section#blog-article {
    padding-top: 80px;
}

#blog_main article, #artigo_main .contenedor {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1000px;
    margin: auto;
}

#blog_main article .sidebar , #artigo_main .contenedor .sidebar {
    min-width: 300px;
    padding: 30px;
}

#blog main img {
    max-width: 100%;
    margin: auto;
}

#blog-article .titulo {
    text-align: left;
    max-width: none;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.article-item {
    padding: 1.5rem 0;
}

.article-item h3{
    margin: 0.5rem 0;
}

.article-item h3 a, .article-item .blog-read-more{
    color: #023c5b;
}

.article-item h3 a:hover, .article-item .blog-read-more:hover {
    color: #FA6D47;
}

.article-item .article-img {
    text-align: center;
}

.article-item h5{
    font-size: 1rem;
}

.article-item h5 a {
    color: black;
}

.article-item h5 a:hover {
    color: #FA6D47;
}

.blog-pager {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.blog-pager * {
    padding-right: 1rem;
    color: #000;
}

.blog-pager a:hover {
    padding: 0 1rem;
    color: #FA6D47;
}

#blog-article article h1, #blog-article article h2, #blog-article article h3 , #blog-article article h4 , #blog-article article h5, #blog-article article h6 {
    padding-top: 1rem;
    color: #023c5b;
    text-align: left;
}

#blog-article article h5.article-page-metadata {
    color: #000;
    font-size: 1rem;
    padding-bottom: 1rem;
}

#blog-article article {
    padding-bottom: 4rem;
}

#blog-article .article-img-container {
    text-align: center;
}

/*BLOG MOBILE*/
@media(max-width:768px){
    #blog_main #logo_other_sections{
        padding-top: 0;
    }
    #blog_main article, #artigo_main .contenedor {
    flex-direction: column-reverse;
    }
    
    .article-item {
        padding: 1.5rem 30px;
        min-width: 300px;
    }
    .article-item h3{
        font-size: 1.2rem;
    }

    #blog-article .titulo {
        font-size: 1.3em;
    }
    section#blog-article {
        padding-top: 40px;
    }
    
    #blog-article article {
    min-width: 300px;
    padding: 0 30px;
    align-self: center;
    }

    .blog-pager {
        padding: 2rem 30px 3rem 30px;
        min-width: 300px;
    }

    #blog_main h3.no-articles-msg {
        padding: 6rem 30px;
    }

}


/*WHATSAPP*/

#whatsapp-chat a:link,
#whatsapp-chat a:visited {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  max-height: 42px;
}

a.blantershow-chat:hover {
  box-shadow: 0 1px 15px rgb(76, 175, 80, 0.7);;
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 42px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
  overflow: hidden;
  border-radius: 5rem;
  z-index: 1;
  margin-right: 6px;
}

a#send-it {
  width: 42px;
  font-weight: 700;
  padding: 8px 10px 0;
  background: #095e54;
  border-radius: 50%;
  z-index: 1;
}

a#send-it:hover {
  background: rgb(76, 175, 80);
}

a#send-it svg {
  fill: #d4d4d4;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}
.blanter-msg {
    z-index: 1;
}
#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 10px 10px 10px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../recursos/ws_background.png");
}


.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-bottom: 20px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

/*WS MOBILE*/
@media (max-width: 992px){
    a.blantershow-chat{
        padding: 10px;
    }
    a.blantershow-chat svg {
    transform: scale(2);
    margin: auto;
}
a.blantershow-chat span {
    display: none;
}
}