/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {

  font-size: 100%;
  font-family: 'Dosis', sans-serif;
  color: #fff;
  padding-top: 84px;
  overflow-x: hidden;
}
p, span{
  font-size: 17px;
  color: #333;
  font-family: 'Dosis', sans-serif;
}
a {
  font-size: 17px;
  color: #acb7c0;
  text-decoration: none;
  font-family: 'Dosis', sans-serif;
}

img {
  max-width: 100%;
}

h1, h2 {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
}

#campo-landing{
    display:none;
}
.btn_rosa{
    background-color: #EB4680;
    color: #fff !important;
}
.whatsapp-buble-text{
    position: fixed;
    top: 51.3%;
    right: 42px;
    color: #fff;
    border-radius: 9px 0 0 9px;
    background-repeat: no-repeat;
    line-height: 16px;
    z-index: 999;
}
a.whatsapp-buble-text:hover {
text-decoration:none!important;
color:#064804;
}
.whatsapp-buble{
    position: fixed;
    top: 50%;
    right: 0px;
    /* border-radius: 50% !important; */
    padding: 20px;
    background-image: url(/expertos_redes_sociales_cali/img/whatsapp.png);
    background-size: 23px;
    background-position: center;
    background-color: #37b627;
    color: #fff;
    border-radius: 9px 0 0 9px;
    background-repeat: no-repeat;
    line-height: 16px;
    z-index: 999;
}
.whatsapp-buble-text {
    animation-duration: 3s;
    animation-name: bounceIn;
    animation-iteration-count: infinite;
}

.bk-thanks{
    padding: 30px 0px;
    background: url(/expertos_redes_sociales_cali/img/gracias/bg_gracias.jpg);
    height: 73.3vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.font-weight700{
    font-weight:700;
}
.size80{
    font-size:80px;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.no-scroll{
  overflow: hidden !important;
}
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------
Main components
-------------------------------- */
header {
    height: 90px;
    text-align: left;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20;
}

header span img {
  float: left;
}


.logo{
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
}

.text-hader{
    text-align: left;
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 21px 25px;
}
.text-hader span{
  font-size: 17px;
  color: #333;
}
 .tel-header {
  float: right;
  padding-top: 30px;
 }
.tel-header p{
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}
/*
.tel-header:before{
    content: url(../img/wathsapp.png);
    display: block;
    position: absolute;
    margin-left: -45px;
    margin-top: 8px;
}*/
.banner{
    background: url(../img/background.png);
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 50px;
}

.text-purple{
    color:#6d3ae6;
}
.text-white{
    color:#fff;
}
.bg-white{
    background-color:#fff;
}
.posiciona-marca{
    display: inline-block;
    padding: 6px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    border-style: dotted;
    border-width: 2px;
}
.size45{
    font-size: 45px;
}
.font-weight-600{
    font-weight:600;
}
    


.contac-formu input[type="text"]{
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    height: 35px;
    border: solid 1px #ccc;
    color: #333;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 2px;
}
.contac-formu input[type="tel"]{
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    height: 35px;
    border: solid 1px #ccc;
    color: #333;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 2px;
}
.contac-formu input[type="email"]{
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    height: 35px;
    border: solid 1px #ccc;
    color: #333;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 2px;
}
.contac-formu input[type="submit"]{
    font-weight: bold;
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 5px;
    height: 35px;
    border: none;
    background: blue;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contac-formu textarea{
 width: 100%;
border-radius: 5px;
height: 80px;
border: solid 1px #ccc;
color: #b09dc2;
padding-left: 13px;
font-weight: bold;
font-size: 16px;
padding-top: 10px;
}
.contac-formu input::-webkit-input-placeholder {
  color:#b09dc2;
}
.contac-formu input:-moz-placeholder { /* Firefox 18- */
  color:#b09dc2;  
}
.contac-formu input::-moz-placeholder {  /* Firefox 19+ */
  color:#b09dc2;  
}
.contac-formu input:-ms-input-placeholder {  
  color:#b09dc2;  
}
.contac-formu textarea::-webkit-input-placeholder {
  color:#b09dc2;
}
.contac-formu textarea:-moz-placeholder { /* Firefox 18- */
  color:#b09dc2;  
}
.contac-formu  textarea::-moz-placeholder {  /* Firefox 19+ */
  color:#b09dc2;  
}
.contac-formu  textarea:-ms-input-placeholder {  
  color:#b09dc2;  
}
.contac-formu input:focus{
  outline:0px;
}

.page-footer {
    background-image: linear-gradient(306.65deg, #5f54db 0%, #7a1ff1 100%);
    padding: 25px 0 18px;
}
.page-footer .logosRedes img {
    padding: 0 7px;
}

.page-footer .info {
    padding-top: 10px;
}
.page-footer .info img {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.page-footer p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.page-footer a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.interes-unidad {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 20%);
    height: 135px;
    margin-top: 25px;
}
.interes-unidad:hover {
    color: #fff;
    background-image: linear-gradient(306.65deg, #5f54db 0%, #7a1ff1 100%);
    transition: 0.6s;
}
.interes-unidad:hover img {
    box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 20%);
    transition: 0.6s;
}
.text-blue{
    color: #1e95bd;
}
.text-gray-dark{
    color: #666666;
}
.interes-unidad img {
    border-radius: 10px 0 0 10px;
}
.texto-interes {
    padding: 25px 20px;
    width: 65%;
    float: right;
}
.interes-unidad:hover h4 {
    color: #fff;
    transition: 0.6s;
}
.interes-unidad:hover p {
    color: #fff;
    transition: 0.4s;
}
.pb-100{
    padding-bottom:100px;
}
@media only screen and (min-width: 1200px){
    .interes {
        padding-left: 75px;
    }
    .seccion5 h3{
        padding-left: 75px;
    }
}



.formulario-home{
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px 30px;
    background: #de3c3c;
}
.tile-formulario{
  text-align: center;
}
.tile-formulario h3{
      margin-top: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.tile-formulario h3 span{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.cajon-c .radio {

    margin-right: 10px;
    display: inline-block;
}
.cajon-c p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.seccion2 h1{
  font-size: 30px;
  color: #06c0cc;
  padding: 0px 30px;
  text-align: center;
}
.imagen-serv{
  text-align: center;
  padding: 20px;
}
.textos-serv{
  text-align: center;
  padding: 0px 20px;
}
.seccion-footer .formulario-home{
  background: #680808;
}


.seccion-footer{
    background: url(../img/banner-footer.jpg);
    min-height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tel-footer {
  text-align: center;
  padding-top: 30px;
 }
.tel-footer p{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}
.tel-footer:before{
    content: url(../img/wathsapp.png);
    display: block;
    position: absolute;
    margin-left: -9px;
    margin-top: 5px;
}
.correo-header {
      padding: 30px 40px;
 }
.correo-header p{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

.correo-header:before{
    content: url(../img/correo.png);
    display: block;
    position: absolute;
    margin-left: -44px;
    margin-top: 16px;
}
.mapa{
  width: 100%;
  overflow: hidden;
}


.contacto-home{
  position: fixed;
  right: 0px;
  z-index: 10000;
  top: 40%;
}

.contacto-home i a{
  color: #fff;
  font-size: 16px;
}

.contacto-home  li a{
    right: 0px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    width: 42px;
    border-radius: 11px 0px 0px 11px;
    height: 50px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    display: block;
    background: #d10cb9;
    transition: width 0.5s;
}
 

.whatsappfixed {
    bottom: 3px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    position: fixed;
    display: inline-block;
    background: #029b2d;
    padding: 3px 5px;
	left: 3px;
}


.contacto-home li:nth-child(2) a {
  top: 50px;
  background: #d10cb9;
}

.contacto-home  li a:hover{
  width: 140px;
}

.banner-responsive{
    background: url(../img/banner-respo.jpg);
    min-height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}





/*MEDIAS QUERY*/
@media only screen and (max-width: 575px){
    .interes-unidad img {
        width: 145px;
        height: 136px;
    }
    .texto-interes {
        padding: 5px;
        width: 60%;
    }
}

@media (max-width: 480px){
 .correo-header {
    margin-bottom: 24px;
    padding: 0px;
  }
  .logo {
    text-align: center;

    display: block;
    padding: 5px 0px;
  }
  .logo img {
    text-align: center;
    width: 30%;
  }
  .text-hader{
    text-align: center;
    display: block;
    border-left: none;
    padding: 0px;
  }

  header {
    height: 130px;
  }
  .tel-header{
    text-align: center;
    float: none;
    padding-top: 1px;
  }
  .tel-header:before{
    content: url(../img/wathsapp1.png)!important;
    display: block;
    position: absolute;
    margin-top: 8px;
    left: 87px;
    margin-left: 0px;
  }
  .tel-header p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
  }
  .formulario-home {
    margin-top: 10px;
  }
  .banner {
    /*background: #fff;*/
    min-height: 380px;
  }
  .seccion2 h1 {
    font-size: 22px;
  }
.imagen-serv {
    padding: 0px;
  }
  .seccion-footer .formulario-home{
    margin-top: 22px;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
  .telefono-home {
    position: fixed;
    border: 1px solid #b7b7b7;
    right: 0px;
    left: auto;
    bottom: 0%;
    padding: 9px 57px 9px 9px;
    background-image: url(../tel.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #952984;
    color: white;
    border-radius: 8PX 0px 0px 8px;
  }
  .wathsapp{
    bottom: 0px;
  }
  .banner-responsive{
    background: url(../img/background.png);
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 50px;
}
    
}

button.send-button {
    font-weight: bold;
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 5px;
    height: 35px;
    border: none;
    background: blue;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
  