
body {
  margin: 0;
  font-family: Open Sans;
  overflow-x: hidden;
 
}

/*Nav*/


.topnav {
  overflow: hidden;
  background: #1C77B3;
  border-bottom: solid 10px #717171;
  top: 0px;

}



.topnav a {
    float: right;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    margin-right: 40px;
    margin-top: 10px;
}

.topnav a.logo {
  float: left;
  margin-left:40px;
  
  
}
@media screen and (max-width: 500px) {
  .topnav a.logo {
    float: left;
    margin-left: 10px !important;
  }
  }

#logo{
    height: 35px!important;
    
  } 

@media screen and (max-width: 500px) {
#logo{
  height: 15px !important;
}
    }


.topnav a:hover {
  
  color:#3498db !important;
  background-color: #ffffff;
}

.topnav a.logo:hover {
  border-top: 0;
  background-color:#1C77B3!important;
}

.topnav a.active {

   float: left;
}

.topnav .icon {
  display: none;
  margin-right:30px!important;
}

.topnav a.icon:hover {
  border-top: 0;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin-right:30px!important;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*Slider*/

*{box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-width: 100%;
position: relative;
margin: auto;
}

/* Caption text 
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
height: 8px;
width: 8px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 2s ease;
}

@media screen and (max-width: 600px) {
.dot {
  height: 0px;
  width: 0px;
}
}
.active {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 2s;
animation-name: fade;
animation-duration: 2s;
}

@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}

/*Textos*/

.copy {

font-size: 18px;
line-height: 34px;
text-align: left;
padding-right: 50px!important;
}

@media only screen and (max-width: 500px) {
.copy {
  font-style: normal;
  font-weight: normal;
  font-size: 14px!important;
  line-height: 20px;
  padding: 10px;
  }
}

.h2 {
 
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 49px;

color: #000000;
  }

.h1 {
  
font-style: normal;
font-weight: 600;
font-size: 36px;
text-align: center;
color: #000000;
margin-top:25px;

  }

.h1b {

font-weight: 600;
font-size: 36px;
text-align: right;
color: #000000;
margin-top:25px;
    
        }

@media only screen and (max-width: 500px) {
    .h1 {
      font-size: 26px;
      margin-top:15px;
      
}
}

@media only screen and (max-width: 500px) {
.h1b {
  font-size: 26px;
  margin-top:15px;
  text-align: center;
  
}
}

h2 {
  
font-style:italic;
font-weight: 600;
font-size: 25px;
text-align: center;
color: rgb(68, 67, 67);
margin-top:15px;
text-align: center;
    
        }

@media only screen and (max-width: 500px) {
h2 {
    font-size: 18px;
    margin-top:5px;
            
     }
    }

hr {
   height: 5px;
   width: 5%;
   background-color:#ccc;
    }

.hr2 {
      height: 5px;
      width: 5%;
      background-color:#ccc;
      text-align: right !important;
       }
    
.destacado {
  
  font-weight: 600;
  font-size: 30px;
  line-height: 49px;
  text-align: center;
  padding: 35px;
  color: #FFFFFF;
  
}

.destacado2 {
  
font-weight: 600;
font-size: 32px;
text-align: center;
padding: 35px;
color: #1C77B3;
}

/*Botones ver más*/

.azul{
  background: #36A12B;
  color:#ffffff;
  font-weight: 600;
  font-size: 14px;
  border:0;
  padding: 12px 15px;
  float: right;
}

@media only screen and (max-width: 500px) {
.azul{
  
  font-weight: 600;
  font-size: 10px!important;
  border:0;
  padding: 10px 12px !important;
  
  }
}

.azul a:hover {
  
  text-decoration: none;
  color: #907ae0;
}

.rojo{
  background: #F11013;
  color:#FFFFFF;
  font-weight: 600;
  font-size: 14px;
  border:0;
  padding: 12px 15px;
float: right;}

@media only screen and (max-width: 500px) {
  .rojo{
    background: #F11013;
    color:#FFFFFF;
    font-weight: 600;
    font-size: 10px!important;
    border:0;
    padding: 10px 12px !important;
    
    }
}

a {
  color:#ffffff;
  text-decoration: none;
}

a:hover {
color: #b6b6b6!important;
text-decoration: none;
}
.rojo a:hover {
  
  text-decoration: none;
  color: #db6466;
}

/*Formulario*/

.form{
  padding: 10px;
  margin-bottom: 5px;
  
}

.form-control {
  display: block;
  width: 80%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color:  #1C77B3 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: solid 2px #000000 !important;
}
::placeholder {
  color:  #1C77B3 !important;
}

textarea {
  overflow: auto;
  resize: HORIZONTAL;
  width: 80%;
  color:  #1C77B3 !important;
  background-color: #fff;
  border: solid 2px #000000 !important;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.texto{
 
font-weight: 600;
font-size: 14px;
line-height: 16px;
text-align: left;
color: #1C77B3;
}

.urbano{
font-weight: bold;
font-size: 16px;
color: #999;
text-align: left;
margin-left:25%;
}

.empresarial{
font-weight: bold;
font-size: 16px;
color: #999;
text-align: left;
}

.form-check-label1 {
  margin-bottom: 0;
  margin-right: 15px !important;
  font-size: 14px;
  color: #999!important;
  margin-left:25%;
}

@media only screen and (max-width: 500px) {
.empresarial {
  font-size: 16px;
  text-align: left;
  margin-left: 40px;
}}
@media only screen and (max-width: 500px) {
.urbano {
 font-size: 16px;
 text-align: left;
 margin-left: 40px;
}}

@media only screen and (max-width: 500px) {

.form-check-label1 {
  margin-bottom: 0;
  margin-left: 40px !important;
  font-size: 14px;
  color: #999!important;
}

}

.form-check-label2 {
margin-bottom: 0;
margin-right: 5px !important;
margin-left: 0!important;
font-size: 14px;
color: #999!important;
}

@media only screen and (max-width: 500px) {

.form-check-label2 {
    margin-bottom: 0;
    margin-left: 40px !important;
    font-size: 14px;
    color: #999!important;
}

}

@media only screen and (max-width: 500px) {
.btn-enviar {
  position: relative !important;
  width: 200px!important;
  height: 40px;
  font-size: 10px!important;
  padding: 8px;
}
}

.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
border: solid 1px #36A12B;
}

.btn-enviar {
position: relative !important;
width: 250px;
height: 40px;
border:0;
background: #F11013;
font-weight: 600;
font-size: 15px;
color: #F3F3F3;
padding:10px;
}

/*FOOTER*/

footer{background-color:#1C77B3;
  font-size: 14px;
line-height: 19px;   
color: #F3F3F3;
padding: 15px;
border-top: solid 5px #717171;
}

.btn-cotizar{
  width: 150px;
height: 30px;
background: #F11013;
font-weight: 600;
font-size: 12px;
line-height: 14px;
border:0;
color: #F3F3F3;
}

.by {
  color: #F3F3F3;
  font-size: 8px;
  text-align: center;

}

.titulo-footer{
color: #ffffff;
font-size: 18px;

}

/*Boton volver arriba*/

.ir-arriba {
      display:none;
      padding:20px;
      background:#F11013!important;
      font-size:20px;
      color:#fff;
      cursor:pointer;
      position: fixed;
      bottom:20px;
      right:20px;
 
}

.centrado{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255,80%);
  padding: 15px;
}

.caption {
position: absolute;
text-align: left;
top: 30%;
left: 10%;
/* transform: translate(-50%, -50%); */
/* padding: 10px; */
}


.titular {
color:#ffd620!important;
font-size:50px!important;
font-weight: bold;
}

.btn-slider{

border:0;
background:#1C77B3!important;
padding: 8px;
font-size:12px!important;
font-weight: bold;
}

.descripcion {
color:#ffffff!important;
font-size:25px!important;
text-shadow: #000000;
}

.caption3 {
position: absolute;
top: 30%;
left: 70%;
transform: translate(-50%, -50%);
color: #36A12B!important;
font-size: 40px!important;
font-weight: bold;
}


@media only screen and (max-width: 1200px) {
  .caption3{font-size:30px!important;
    top: 43%;
  }
  }

@media only screen and (max-width: 500px) {
.caption3{font-size:15px!important;
  position: absolute;
  top: 32%;
}
}




@media only screen and (max-width: 500px) {
.titular{font-size:15px!important;
}
}
@media only screen and (max-width: 500px) {
.btn-slider{font-size:7px!important;
  padding: 4px;
}
}
@media only screen and (max-width: 500px) {
.descripcion{font-size:10px!important;
}
}

.caption4{
position:relative;
top: 60%;
left: 80%;
transform: translate(-50%, -50%);
color: #F11013 !important;
font-size:40px!important;
font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .caption4{font-size:30px!important;
    left: 70%!important;
  }
  }

@media only screen and (max-width: 500px) {
.caption4{font-size:15px!important;
  left: 70%;
}
}




@media only screen and (max-width: 500px) {
.caption{
  padding:5px;
  font-size:15px!important;
  
}
}

@media only screen and (max-width: 500px) {
.caption2{
  padding:5px;
  font-size:15px!important;
  
}
}

li{
font-size: 14px;
line-height: 40px;

}

#ul{
font-size: 14px;
line-height: 21px;
color: #838383!important;
}

@media only screen and (max-width: 500px) {
li{
font-size: 10px;
line-height: 12px;
}
}

@media only screen and (max-width: 500px) {
#ul{
font-size: 10px;
line-height: 12px;
}
}

/*loading*/

/* Center the loader */
#loader {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
width: 120px;
height: 120px;
margin: -76px 0 0 -76px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}

@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 } 
to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
from{ bottom:-100px; opacity:0 } 
to{ bottom:0; opacity:1 }
}

#myDiv {
display: none;
text-align: center;}

/*Msj envio èxitoso*/

.img-responsive { 
  text-align: center;
  width: 40% !important;
}

@media only screen and (max-width: 500px) {
  .img-responsive { 
    width: 150px !important;
  }
}