@media (max-width:400px) {
  body h1{
    font-size: 36px !important;
  }
  body h2{
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  #phones{
    font-size: 16px !important;
    margin-left: -10px;
  }
  .navbar-toggle{
    margin-right: 0 !important;
  }
  #myCarousel .carousel-inner{
    height: 465px !important;
  } 
  .first .row{
    margin-top:0px !important;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -25px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -20px;
  }
  #consulta #titulos i{
    display: none;
  }
  #porque #titulos i{
    display: none;
  }
  #contacto{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width:630px) {
  #divphones{
    position: absolute;
    right: 0px; 
    top: 0px;
  }
}
@media (max-width:630px) {
  .first .row {
      margin-top: 30px !important;
      margin-bottom: 40px !important;
  }
  .upper-nav{
    text-align: center !important;
  }
  #divphones{
    /* float: left !important;
    text-align: center !important; */
    width: 100%;
  }
  #divphones table{
    margin: 0 auto !important;
  }
  #phones{
    padding-top: 0 !important;
    margin-bottom: 15px !important;
  }
  .toptop .row {
    margin-bottom: 30px !important;
  }
  #titulos span {
    font-size: 26px !important;
  }
  #titulos i {
    margin: 0 !important;
  }
  .presupuesto{
    display: none;
  }
}


@media (min-width:768px) and (max-width:992px) {
    #phones{
      margin-right: 15px;
      padding-top: 10px !important;
    }
    .navbar-nav{
        float:right !important;
    }
    /*.first .row{
        margin-top:60px !important;
    }*/
    section .container{
      margin: 0 !important;
      width: 100% !important;
    }
    #myCarousel .carousel-inner{
      height: 350px;
    } 
    #enviar{
        padding: 0 10px;
    }
    #servicio p.tit{
        height: 50px;
    }
    #servicio p.desc{
        height: 120px;
    }
    #row_somos p{
      line-height: 1.5;
      padding: 0 15px;
    }
    .navbar-collapse {
        /*margin-top: -30px !important;
        padding-bottom: 10px !important;
        float: right;
        margin-right: 30px;*/
    }
}

  @media (max-width: 1200px) {
    #consulta #titulos{ margin-top: 0 !important; }
  }

  @media (max-width: 992px) {
    .m_separador {
      margin-top: 0px;
      margin-bottom: 0px ;
    }
    #motivo{
      margin-top: 10px;
    }
    #motivo table{
      margin: 0 auto;
    }
    #motivo table #txt{
      width: 240px;
    }
    #test_txt2{
      display: none;
    }
    .carousel1{
      display: none !important;
    }
    .itemtxt{
      margin: 0 auto;
      padding: 20px;
    }
    .it1{
      margin-bottom: 10px;
    }
    .dp{
      display: none;
    }
    .dp2 i{
      color: #3db9e7;
      font-size: 14px;
    }
  }

  @media (min-width: 992px) {
    #phones{
      margin-right: 45px;
    }
    .m_separador {
      margin-top: 20px;
      margin-bottom: 50px;
    }
    .lihide{
      display: none !important;
    }
    .carousel2{
      display: none !important;
    }
    .logo{
      margin-left: 20px;
    }
    .it1{
      float: right;
    }
    .it2{
      float: left;
    }
    .itemtxt{
      padding: 40px 10px;
      min-height: 180px;
    }
    #myCarousel .carousel-inner{
      height: 300px;
    }
    .dp2{
      display: none;
    }
    #enviar{
        padding: 0 20px;
    }
    #servicio p.tit{
        height: 50px;
    }
    #servicio p.desc{
        height: 160px;
    }
    #row_somos p{
      line-height: 1.8;
      /* padding: 0 45px 0 0; */
    }
  }

  /* PARA LA VERSION TABLET-CELULAR */
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
    }
    .navbar-nav {
        text-align: center;
    }    
    .logo{
      height: 100px;
      margin-left: -10px;
      /* margin-top: 25px; */
    }
    .navbar{
      margin-bottom: 0 !important;
    }
    .navbar-toggle {
      margin-top: -30px !important;
    }
    #phones{
      /* text-align: right; */
    }
    #enviar{
      height: 40px !important;
      width: 100% !important;
      margin-top:10px;
    }
    .first .row{
      margin-top:60px;
      margin-bottom:60px;
    }
    #row_somos p, .tit2{
      font-weight: 300; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
      color: #202c45;
      font-size: 14px;
      text-align: justify;
    }
    .tit2{
      font-weight: 300; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
      color: #202c45;
      font-size: 14px;
      text-align: center;
        margin-bottom: 1rem;
        line-height: 1.6;
        text-rendering: optimizeLegibility;      
    }
    #row_somos p{
      padding: 0 15px;
    }
    #servicio{
      margin: 0 0 20px !important;
   }
    .somos2{
      background-size: cover;
      background-image:url('../images/somos2.jpg');
      background-position: center center;
      background-repeat: no-repeat;
      min-height: 300px;
    }

    .img-responsive{
      display: inline !important;
    }
    .pull-left{
      float: none !important;
    }
    #myCarousel .carousel-inner{
      height: 400px;
    } 
    #enviar{
        padding: 0 20px;
    }
    #contacto{
      position: relative !important;
    }
  }
  /* PARA LA VERSION TABLET-CELULAR */

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    .navbar-collapse{
      margin-top: -70px;
      padding-bottom: 25px !important;
      font-weight: 700 !important;
    }
    #phones{
      /* width: 220px; */
    }
    .logo{
      height: 100px;
    }
    .navbar{
      margin-bottom: -10px !important;
    }
    .first .row{
      margin-top:130px;
      margin-bottom:130px;
    }
    #row_somos p{
      font-weight: 300; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
      color: #202c45;
      font-size: 14px;
      text-align: justify;
    }
    .tit2{
      font-weight: 300; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
      color: #202c45;
      font-size: 14px;
      text-align: center;
        margin-bottom: 1rem;
        line-height: 1.6;
        text-rendering: optimizeLegibility;      
    }
    #somos{
      margin: 15px 0 30px 0;
    }
    .ss1{
      padding-right: 0px !important
    }
    .ss1 p{
      padding-left: 30px;
    }
    .ss2{
      padding-left: 0px !important
    }
    .ss2 p{
      padding-right: 30px;
    }
    .somos1{
      background-size: cover;
      background-image:url('../images/nuevadelta.jpg');
      background-position: center center;
      background-repeat: no-repeat;
    }
    .somos2{
      background-size: cover;
      background-image:url('../images/somos2.jpg');
      background-position: center center;
      background-repeat: no-repeat;
    }
    #row_somos{
      padding: 0 25px;
    }
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
    }    
}


.btn-wsp i{
  position:fixed;
  align-items: center;
  align-content: center;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background:#25d366;
  color:#FFF;
  border-radius:50px;
  right:95%;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #20ba5a;
  
}




@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp i{
      width:63px;
      height:63px;
      line-height: 66px;
      right:80%;
}
}

.bordo{
  color: #b4401e;
}
.azul{
  color: #202c45;
}
body,html {
  height:100%;
  font-family: 'Lato', sans-serif;
}

body h1{
  font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #202c45;
  font-size: 48px;
}
body h2{
  font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #202c45;
  font-size: 24px;
}
body h2 img{
  margin-right: 10px;
  margin-top: -5px;
}

.nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: white !important;
}

.navbar-toggle .icon-bar{
  background-color: black !important;
}
.navbar-toggle{
  border-color: black !important;
}
.navbar-collapse {
  font-weight: 700 !important;
}
.dropdown-menu>li>a {
  font-weight: 700 !important;
  color: #337ab7;
}

#divphones{
  z-index: 9999;
}
#phones{
  font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #202c45;
  font-size: 20px;
  padding-top: 40px;
  line-height: 1.1;
}
#phones a{
  text-decoration: none;
  color: #202c45;
}
#phones img {
    margin-top: -5px;
    margin-right: 2px;
}

.first {
  background-size:cover;
  background-image:url('../images/header.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


#consulta #titulos{
    margin-top: 40px;
}
#titulos span{
    font-size: 30px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    font-family: 'Lato', sans-serif;
}
#titulos i{
    height: 30px;
    vertical-align: middle;
    font-size: 16px;
    margin: 10px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}


#consulta {
  background-color: #3db9e7;
  color: white;
}
#consulta .row{
  margin-top: 30px;
}
.fc{
  border: 1px solid white !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #3db9e7;
  color: white;
}
.fc::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.fc::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.fc:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.fc:-moz-placeholder { /* Firefox 18- */
  color: white;
}
#frmContacto input{
  margin-bottom: 12px;
  color: white;
    font-weight: 400; /*400=MEDIUM 700=BOLD 900=HEAVY */
    font-size: 20px;
}
#frmContacto textarea{
  margin-bottom: 10px;
  color: white;
    font-weight: 400; /*400=MEDIUM 700=BOLD 900=HEAVY */
    font-size: 20px;
}

#enviar{
    height: 45px;
    margin-bottom: 0 !important;
    font-weight: 700; /*400=MEDIUM 700=BOLD 900=HEAVY */
    font-size: 22px;
    color: white !important;
    background-color: #337ab7  !important;
    margin-top:10px;
}



#servicios .row{
  margin-top:30px;
}
#servicio{
    margin-bottom: 20px;
    padding: 0 25px;
}
#servicio p{
    color: #373f50;
}
#servicio p.tit{
    font-size: 16px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.1;
}
#servicio p.desc{
    font-size: 14px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.1;
    padding: 0px 5px 10px 5px;
    border-bottom: 4px #3db9e7 solid;
}
#servicios{
  text-align: center;
}
#servicios img{
  margin-bottom: 10px;
}
#row_servicios a:hover{
  text-decoration: none;
  color: white !important;
}
#row_servicios a{
  text-decoration: none;
  color: white !important;
}

#map{
  position: relative;
  background-color: #e7e7e7;
}
#contacto {
  background-color: rgba(18,40,68,0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border: none;
  color: white;
  padding-top: 10px;
}
#contacto .row{
  margin: 30px 0;
}
#contactenos table{
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}
#contactenos table td{
  padding-bottom: 20px;
  text-align: left;
}
#contactenos img{
  margin-right: 10px;
}
#contactenos a{
  text-decoration: none;
  font-size: 24px;
  font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: white;
}



#confian{
  background-color: #e7e7e7;
  /* margin-top:30px; margin-bottom:40px;*/
}
#confian .row{
  margin-top:30px; margin-bottom:40px;
}
#confian .row p{
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 36px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    margin-bottom: 10px;
    margin-left: 50px;
}
#confian img{
  /* border:solid 2px white; */ 
  padding: 5px;
}

    /* CARROUSEL para CONFIAN */
    .col-centered {
        float: none;
        margin: 0 auto;
    }

    .carousel-control { 
        width: 8%;
        width: 0px;
    }
    .carousel-control.left,
    .carousel-control.right { 
        margin-right: 40px;
        margin-left: 32px; 
        background-image: none;
        opacity: 1;
    }
    .carousel-control > a > span {
        color: white;
        font-size: 29px !important;
    }

    .carousel-col { 
        position: relative; 
        min-height: 1px; 
        padding: 5px; 
        float: left;
     }

     .active > div { display:none; }
     .active > div:first-child { display:block; }

    /*xs*/
    @media (max-width: 767px) {
      .carousel-inner .active.left { left: -50%; }
      .carousel-inner .active.right { left: 50%; }
      .carousel-inner .next        { left:  50%; }
      .carousel-inner .prev        { left: -50%; }
      .carousel-col                { width: 50%; }
      .active > div:first-child + div { display:block; }
    }

    /*sm*/
    @media (min-width: 768px) and (max-width: 991px) {
      .carousel-inner .active.left { left: -50%; }
      .carousel-inner .active.right { left: 50%; }
      .carousel-inner .next        { left:  50%; }
      .carousel-inner .prev        { left: -50%; }
      .carousel-col                { width: 50%; }
      .active > div:first-child + div { display:block; }
    }

    /*md*/
    @media (min-width: 992px) and (max-width: 1199px) {
      .carousel-inner .active.left { left: -33%; }
      .carousel-inner .active.right { left: 33%; }
      .carousel-inner .next        { left:  33%; }
      .carousel-inner .prev        { left: -33%; }
      .carousel-col                { width: 33%; }
      .active > div:first-child + div { display:block; }
      .active > div:first-child + div + div { display:block; }
    }

    /*lg*/
    @media (min-width: 1200px) {
      .carousel-inner .active.left { left: -25%; }
      .carousel-inner .active.right{ left:  25%; }
      .carousel-inner .next        { left:  25%; }
      .carousel-inner .prev        { left: -25%; }
      .carousel-col                { width: 25%; }
      .active > div:first-child + div { display:block; }
      .active > div:first-child + div + div { display:block; }
      .active > div:first-child + div + div + div { display:block; }
    }

    .block {
      width: 306px;
      height: 230px;
    }

    .red {background: red;}
    .blue {background: blue;}
    .green {background: green;}
    .yellow {background: yellow;}
    /* CARROUSEL para CONFIAN */


#porque{
}
#porque .row{
  margin-top:30px; margin-bottom:40px;
}
#motivo{
    font-size: 18px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.1;
}



#testimonios{
  background-color: #e7e7e7;
  position: relative;
  /* margin-top:30px; margin-bottom:40px;*/
}
.comillas-1 {
  position: absolute;
  left: 10px;
  top: 10px;
  border: none;
}
.comillas-2 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: none;
}


#testimonios .row{
  margin-top:30px;
}
.carousel-indicators li{
  background-color: #e7e7e7;
  border-color: #3db9e7;
  width: 20px;
  height: 20px;
}
.carousel-indicators .active{
  background-color: #3db9e7;
  border-color: #3db9e7;
  width: 20px;
  height: 20px;
}


.itemtxt{
    font-size: 18px !important;
    font-weight: 400 !important; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.2 !important;
    background-color: white;
    width: 80%;
    color: black !important;
    /* margin: 0 10px 0 auto; */
}





#footer {
  font-size: 14px;
  font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  background-color: #e7e7e7;
  height: 40px;
  color: #202c45;
}
#footer a{
  text-decoration: none;
  color: #202c45;
}
#footer a:hover{
  text-decoration: none;
  color: #202c45;
}







#respuesta{
    text-align: center;
}
#respuesta p{
    font-weight: 400; /*400=MEDIUM 700=BOLD 900=HEAVY */
    font-size: 24px;
    color: white !important;
}


.blog {padding: 30px 0 50px}
.blog .nota {margin: 30px 0; border: solid 2px #cccccc; border-radius: 5px; height: 707px;}
.blog .nota h2 {color: #373f50; font-family: 'Lato', sans-serif; font-size: 30px; padding: 10px}
.blog .nota p {color: #373f50; font-family: 'Lato', sans-serif; font-size: 16px; padding: 5px 10px}
.blog .nota .btn-blog {background-color: #3db9e7; color: #ffffff}

.intr {
  font-weight: 400;
  color: #202c45;
  font-size: 14px;
  text-align: justify;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

p.int {
  width: 40%;
  padding: 0px 0px 0px 20px !important;
}

p.img-int {
  width: 60%;
  padding: 0px 30px 0px 20px !important;
}


@media (min-width: 1600px) {
  .texto.intr {
    padding: 0px 217px;
}
}


@media (max-width: 600px) {
  p.int, p.img-int {
    width: 100%;
    padding: 15px !important;
}

}


/* WHATSAPP FIJO */

.waNab {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 200px;
  z-index: 99999;
  background-color: #0aaa46;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  color: #fff !important;
  border-radius: 20px;
}

#btnWa a {
  color: #fff !important;
  font-weight: 500;
  font-size: 19px;
}

#btnWa img {
  margin-right: 10px;
}

/* MAPA FIJO */
div#btnmap {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
}

.mapNab img {
  box-shadow: 0px 0px 25px -6px #959595;
  border-radius: 38px;
}