html {

}
body {
  font-family: 'lato', sans-serif;
  font-weight: 400;

}
h1{
    margin: 0;
    padding: 0;
    
}

h1 a{
    color: #163F99;
    text-decoration: none;
    letter-spacing: -2px;
    font-weight: 400;
}

h1 a:hover{
    color: #2e54ba;
    text-decoration: none;
}

h5 {
    color: #2e54ba;
    font-size: 18px;
    margin-top: 40px;
}


ol, ul, li {
    margin: 0;
}

.carousel-inner {
    
    overflow: visible!important;
}

.carousel-indicators {
    bottom: 23px !important;
}

.carousel {
    padding-top: 60px;
}

@media only screen and (max-width: 768px) {

         .carousel {
        padding-top: 70px;
        }

        .aseguradoras img {
            max-height: 35px;
        }

    }

@media only screen and (max-width: 480px) {
  
         .carousel {
            padding-top: 90px;
        }

    }

.btn-primary {
    color: #fff;
    background-color: #0000FF;
    border-color: #0000FF;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 10px;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #163F99;
    border-color: #163F99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-primary:active:focus {
    background-color: #2e54ba;
    border-color: #177C8D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
 
.bg-top-50
{
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../../img/bg-top-50.png);
    background-size: 100%;
}
@media only screen and (max-width: 768px) {
.bg-top-50
{
    background-size: 996px 85px;
}    
}

.bg-bottom
{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../../img/bg-bottom.png);
    background-size: 100%;
}
@media only screen and (max-width: 768px) {
.bg-bottom
{
    background-size: 996px 67px;
}    
}

.form-control:focus {
    border-color: #2e54ba;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,145,159,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,145,159,.6);
}
/*//////////////////////////////////////////////////////////////////////////////CABECERA*/
.cabecera{
    background: #FFF;
    border-bottom: 1px solid #3F4251; 
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.42), 0 1px 4px rgba(0, 0, 0, 0.64);
}


.logo{
    padding: 10px 0;
    text-align: left;
}
.logo img{
    max-width: 227px;
}


.linea-top{
    border-top-color: transparent;
    border-top-width: 0px;
    border-top-style: solid;
}

.ul-cabecera{
    clear: both;
    float: right;
}

.ul-cabecera.list-inline>li {
    display: inline-block;
    padding: 0;
    
}

.ul-cabecera li{
    min-width: 80px;
    float: left;
}

.ul-cabecera li>a{
    display: block;
    width: 80px;
    text-align: center;
    padding: 18px 0;
    color: #163F99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ul-cabecera li>a:hover{
    text-decoration: none;
    background: #E3EFF1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ul-cabecera i{
    font-size: 26px;
}
.ul-cabecera span{
    display: block;
    font-size: 10px;
    padding: 5px 0 0 0; 
}

.datos-top{
    width: 240px;
    color: #163F99;
    text-align: center;
    line-height: 25px;
    padding: 13px 0 13px 10px;
}

    @media only screen and (max-width: 992px) {
       .datos-top{
            display: none;
        }
        
        .ul-cabecera{
         width: 325px;
        }
        
    }
    
    @media only screen and (max-width: 768px) {
        .logo{
            text-align: center;
        }
    
        .linea-top{
            border-top-color: #3F4251;
            border-top-width: 1px;
        }
        
        .datos-top{
            display: none;
        }
        
        .ul-cabecera{
            float: none;
            margin: 0 auto;
            width: 244px;
            border-right: 1px solid #3F4251!important;
        }
    }
    @media only screen and (max-width: 480px) {
  
    }
    

.datos-top span{
    font-size: 22px;
    font-weight: 700;
}

.datos-top a{
    font-size: 18px;
    font-weight: 400;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
.datos-top a:hover{
    color: #2e54ba;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////COTIZADOR AUTOS*/

.bg-cotizador
{
    background: #F4F7F8;
    background: linear-gradient(180deg,rgba(244, 247, 248, 1) 18%, rgba(82, 189, 233, 1) 100%);
    padding-bottom: 100px;
}

.container-cotizador
{
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../../img/bg-top.png);
    background-size: 100%;

}

@media only screen and (max-width: 768px) {
.container-cotizador
{
    background-size: 996px 85px;
}    
}

.texto-cotizador{
    padding-top: 125px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
    color: #393F50;
}
.texto-cotizador2{
    padding-top: 5px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #262D82;
    font-weight: bold;
}
.mark {
    background-color: #0000FF;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 1em!important;
    font-weight: inherit;
    color: #F8F8F8;
}
.texto-cotizador span{
    font-size: 22px;
}

    @media only screen and (max-width: 480px) {
        .texto-cotizador{
            padding-top: 40px;
            font-size: 25px;
            line-height: 30px!important;
        }
        .texto-cotizador span{
            font-size: 18px;
            line-height: 10px!important;
        }    
    }

    @media only screen and (max-width: 768px) {

         .texto-cotizador{
            padding-top: 60px;
            line-height: 40px!important;
        }

    }
    
    
.marco-cotizador{
    background: rgba(255, 255, 255, 1);
    padding: 15px 15px;
    margin-bottom: 20px;
}

.marco-cotizador:before{
    content: "";
    width: 46px;
    height: 37px;
    position: absolute;
    top: -37px;
    right: 30px;
}

/*/////////////////////////////////////////////////////////
.auto .marco-cotizador:before{
    background: no-repeat url(../..//img/marco-auto.png);
}
/////////////////////////////////////////////////////////*/
.casa .marco-cotizador:before{
    background: no-repeat url(../..//img/marco-casa.png);
}
/*//////////////////////////////////////////////////////////*/
.art .marco-cotizador:before{
    background: no-repeat url(../..//img/marco-art.png);
}
/*//////////////////////////////////////////////////////////*/
.tecno .marco-cotizador:before{
    background: no-repeat url(../..//img/marco-tecno.png);
}
/*//////////////////////////////////////////////////////////*/

    
.form-control {
color: #3A4050;
border: 1px solid #3F4251;
border-radius: 0px;
margin: 10px 0;
}
   

/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////ESCRITORIO*/

.container-esc{
    height: 225px;
    background: repeat-x center bottom url(../../img/bg-escritorio.gif);
    position: relative;
}
.container-esc:before{
    content: "";
    width: 421px;
    height: 224px;
    background: no-repeat url(../../img/hombre.png);
    position: absolute;
    left: 0px;
    bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .container-esc:before{
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .container-esc:before{
    width: 208px;
    height: 224px;
    background: no-repeat url(../../img/hombre2.png);
} 
}


.ul-escritorio{
    clear: both;
    overflow: hidden;
    float: right;
    margin-top: 80px;
}

.ul-escritorio.list-inline>li {
    display: inline-block;
    padding: 0;
    
}

.ul-escritorio li{
    width: 132px;
    margin-left: 120px;
    text-align: center;
    float: left;
}

.ul-escritorio a{
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #EEE;
}
.ul-escritorio a:hover{
    color: #9AA5B7;
}
.ul-escritorio .ico-escr{
    display: block;
    width: 132px;
    height: 66px;
    background-image: url(../../img/bot_escritorio.png);
    background-size: 796px 132px;
    background-repeat: no-repeat;
    background-position: 132px 66px;
    margin-bottom: 10px; 
}
/*//////////////////////////////////////////////////////////*/
.ul-escritorio .ico-auto{
    background-position: 0px -66px;
}
.ul-escritorio .ico-auto:hover, .auto .ul-escritorio .ico-auto{
    background-position: 0px 0px;
}
/*//////////////////////////////////////////////////////////*/
.ul-escritorio .ico-casa{
    background-position: -132px -66px;
}
.ul-escritorio .ico-casa:hover, .casa .ul-escritorio .ico-casa{
    background-position: -132px 0px;
}
/*//////////////////////////////////////////////////////////*/
.ul-escritorio .ico-art{
    background-position: -264px -66px;
}
.ul-escritorio .ico-art:hover, .art .ul-escritorio .ico-art{
    background-position: -264px 0px;
}
/*//////////////////////////////////////////////////////////*/
.ul-escritorio .ico-tecno{
    background-position: -396px -66px;
}
.ul-escritorio .ico-tecno:hover, .tecno .ul-escritorio .ico-tecno{
    background-position: -396px 0px;
}
/*//////////////////////////////////////////////////////////*/



@media only screen and (max-width: 1400px) {
.ul-escritorio li{
    margin-left: 80px;
}
}
@media only screen and (max-width: 1200px) {
.ul-escritorio li{
    margin-left: 20px;
}
}
@media only screen and (max-width: 992px) {
.ul-escritorio li{
    margin-left: 10px;
}
}
@media only screen and (max-width: 768px) {

.container-esc{
    height: 180px;
}    
.ul-escritorio{
    float: none;
    width: 264px;
    margin: 35px auto 0 auto;
}
.ul-escritorio li{
    margin-left: 0px;
    margin-bottom: -10px;
}
/*//////////////////////////////////////////////////////////*/
.ul-escritorio .ico-art{
    background-position-x: -531px;
    background-position-y: -66px;
}
.ul-escritorio .ico-art:hover, .art .ul-escritorio .ico-art{
    background-position-x: -531px;
    background-position-y: 0px;
}
/*//////////////////////////////////////////////////////////*/
.ul-escritorio .ico-tecno{
    background-position-x: -664px;
    background-position-y: -66px;
}
.ul-escritorio .ico-tecno:hover, .tecno .ul-escritorio .ico-tecno{
    background-position-x: -664px;
    background-position-y: 0px;
}
/*//////////////////////////////////////////////////////////*/

    
}
@media only screen and (max-width: 480px) {
    
}


/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////POLIZA EN PASOS*/

.pasos-poliza{
    text-align: center;
    
}

.pasos-poliza .texto-cotizador{
    color: #2e54ba;
    
}

.pasos-poliza .bg-bottom{
    padding-bottom: 120px;
    
}
.pasos-poliza img{
    max-width: 106px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.title-poliza{
    font-size: 18px;
    color: #2e54ba;
    font-weight: 600;
    margin-bottom: 10px;
    
}
.title-poliza span{
    font-weight: 400;
    font-size: 24px;
}
.pasos-poliza p{
    font-size: 14px;
    color: #3A4050;
    margin-bottom: 10px;
}
.pasos-poliza a{
    margin-top: 40px;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////TESTIMONIOS*/
.testimonios{
    background: #F4F7F8;
    background: linear-gradient(180deg,rgba(244, 247, 248, 1) 18%, rgba(82, 189, 233, 1) 100%);
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
}

.bg-quote{
    background: left bottom no-repeat url(../../img/quote.png);
}

h2{
    text-align: center;
    font-size: 17px;
    color: #3A4050;
}

.item{
    height: 200px;
}
@media only screen and (max-width: 992px) {
.item{
    height: 210px;
}
}
@media only screen and (max-width: 768px) {
.item{
    height: 250px;
}
}
@media only screen and (max-width: 480px) {
.item{
    height: 240px;
}    
}

.carousel-caption{
    width: 400px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .carousel-caption{
    width: auto;
}
}

.carousel{
    margin-bottom: 60px;
}
.carousel-indicators li {
    border: 1px solid #2e54ba;
}

.carousel-indicators .active {
    background-color: #2e54ba;
}

.carousel-caption{
 color: #3A4050;
 text-shadow: none;
}

.carousel-caption img{
    max-width: 50px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.text-testi{
    text-align: left;
}
.text-firma{
    text-align: center;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////ASEGURADORAS*/

.aseguradoras{
    padding: 120px 0;
    text-align: center;
}
.aseguradoras h2{
    color: #00448B;
    margin-bottom: 40px;
}
.aseguradoras img{
    margin: 10px 15px;
}
/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////FOOTER*/
.footer {
    min-height: 250px;
    background: #DFDFDF;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.42);
    padding: 40px 0;    
    font-size: 10px;
    color: #285B81;
}
.bg-footer{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../../img/bg-footer.png);
    background-size: 100%;
}
@media only screen and (max-width: 768px) {
    .bg-footer
    {
        background-size: 996px 16px;
    }
}
.text-izq{
    text-align: left;
}
.text-der{
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .text-izq,.text-der
    {
        text-align: center;
    }
}


.footer a{
    color: #285B81;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer a:hover{
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.vinculos{
    margin-bottom: 40px;
}

.vinculos li:first-child{
    padding-left: 0;
    border-left: none;
}

.vinculos li{
    padding: 0px 50px;
    float: left;
    border-left: 1px solid #285B81;
}
@media only screen and (max-width: 992px) {

    .vinculos li{
    padding: 0px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .vinculos li{
    float: none;
    padding: 10px 10px;
    border-left: none;
    }
    .vinculos li:first-child{
    padding-left: 10px;
    }
    .footer-ico{
        width: 100%;
        max-width: 400px;
    }
}

.footer-ico{
    color: #285B81;
    clear: both;
    overflow: hidden;    
    width: 730px;
    margin: 20px auto 20px auto;
}

.footer-ico li{
    float: left;
    margin-right: 80px;
}
@media only screen and (max-width: 992px) {
    .footer-ico{
        width: 505px;
    }
    .footer-ico li{
        float: left;
        margin-right: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .footer-ico{
        width: 400px;
    }
    .footer-ico li{
        float: left;
        margin-right: 52px;
    }    
}

.footer-ico li:last-child{
    margin-right: 0px;
}

.footer-ico li i{
    font-size: 30px;
    padding: 20px 0;
}

.footer-ico li .datos-top {
    color: #285B81;
    font-size: 15px;
    width: 150px;
}

.footer-ico li .datos-top span {
    font-size: 20px;
    display: block;
}

.footer-ico li img{
    padding: 12px 0;
}
/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////Contacto*/

#Contacto .modal-title{
    color: #2e54ba;
    font-size: 22px;
}
#Contacto form label{
    margin-bottom: 0;
    color: #2e54ba;
}
#Contacto .modal-body>p{
    margin-bottom: 25px;
}

/* ==== 20) Google Map ==== */

#map {
	height: 380px;
	width: auto;
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: #00448B;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////PAGINAS INTERNAS*/

.page .container-esc {
    height: 250px;
}

.page>.bg-top-50 {
    background-color: #EDEDED;
}


.page .container-esc .ul-escritorio{
    margin-top: 105px;
}

@media only screen and (max-width: 768px) {
    .page .container-esc {
        height: 180px;
    }

    .page .container-esc .ul-escritorio{
        margin-top: 35px;
    }
}
@media only screen and (max-width: 480px) {
    .page .container-esc {
        height: 170px;
    }

    .page .container-esc .ul-escritorio{
        margin-top: 25px;
    }    
}


.page .contenido {
    font-size: 15px;
}

.page .contenido h2 {
    font-size: 24px;
    color:#2e54ba;
    margin-top: 40px;
}

.page .contenido h3 {
    font-size: 20px;
    color:#2e54ba;
    margin-top: 40px;
}

.page .contenido h4 {
    text-align: center;
    line-height: 50px;
}
@media only screen and (max-width: 992px) {
    .page .contenido h4 {
    line-height: 20px;
    }
}

.page p {
    
}

.page .contenido ul {
    margin: 10px 0 15px 0;
    
}

.page .contenido strong {
    color:#2e54ba;
    font-weight: 500;
}

.page .contenido strong span{
    color:#2e54ba;
}

.page .contenido>p>a {
    color: #2e54ba;
    text-decoration: underline;
}
.page .contenido>p>a:hover {
    color: #2e54ba;
    text-decoration: underline;
}


.page .contenido.sinistros>p>strong {
    color:#2e54ba;
    font-weight: 700;
}


.linea-contenido{
    height: 1px;
    background: #DFDFDF;
    margin: 40px 0 40px 0;
}

/*/////////////////////////////////////////////////////////////////////////// BOTONES TEXTO OTROS SEGUROS/*/

.boton-servicio {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  margin-top: 10px!important;
}

.lista-servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}

.item-servicio {
  width: 160px;
  text-align: center;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))
          drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
  
}

.boton-servicio:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}

.imagen-boton {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px auto;
}

.imagen-boton img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.imagen-boton .img-hover {
  opacity: 0;
}

.boton-servicio:hover .img-normal {
  opacity: 0;
}

.boton-servicio:hover .img-hover {
  opacity: 1;
}

.texto-boton {
  display: block;
  font-size: 18px;
  color: #2e54ba;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .lista-servicios {
    gap: 20px;
  }

  .item-servicio {
    width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .lista-servicios {
    gap: 15px;
  }

  .item-servicio {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  .lista-servicios {
    gap: 10px;
  }

  .item-servicio {
    width: 100%;
  }
}


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


/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////cc*/

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

@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {
    
}
