@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&display=swap');
body{
    background: #FFFFFF;
}
img{
    max-width: 100%;
}

ul li{
    list-style-image:url(/assets/page/images/chulo.png);
}

*{
    font-family: 'Montserrat' ;
}

.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFFFFF center center no-repeat;
    z-index: 9999999;
}
.loader img{
    position: absolute;
    top:50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top:-35px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

header{
    position: fixed;
    background: #FFF;
    width: 100%;
    top:0;
    left:0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    padding-top: 20px;
    padding-bottom: 20px;
}
header a{
    color: #FFFFFF;
    font-family: 'Montserrat', ;
    font-weight: 300;
    display: block;
    text-align: center;
    font-size: 16px;
}

.espacioheader{
    height: 90px;
}


header nav {
    display: block;
    position: relative;
    text-align: right;
}



header nav ul{
    position: relative;
    display: table;
    list-style: none;
    margin:0;
    padding: 0;
    float: right;
    width: 100%;
}
header nav ul li{
    display: table-cell;
    text-align: center;
    margin:0;
    padding: 0;
    min-width:80px;
}
header .fondo-header{
    background: #b72a80;
    color:#FFFFFF;
    position: relative;
}

header nav ul li ul{
    position: absolute;
    width: 200px;
    background: #FFFFFF;
    display: none;

}
header nav ul li ul li{
    display: block;
}
header nav ul li a, .fondo-header a{
    display: block;
    font-family: 'Montserrat', ;
    font-weight: 300;
    color:#182b6d;
    padding:10px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 2px 2px 4px #666;

}
header nav ul li a:hover{
 color:#b72a80;
 text-decoration: none;
}
header nav ul li a img{
    width: 80px;
}
header nav ul li a span{
    display: block;    width: 250px;
}
.fondo-header a{
    color:#FFFFFF!important;
    text-shadow: none;
    text-align: right;
}
header nav ul li ul li a{
    padding: 10px;
}
header nav ul li:hover ul{
    display: block;
}
.titulo-blanco-hueco-slider{
    text-align: center;
    font-size: 47px;
    font-weight: 700;
    color: #b72a80;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.titulo-blanco-slider{
    text-align: center;
    font-size: 47px;
    font-weight: 700;
    color: #FFF;
   
}

.btn-azul-slider{
    background: #182b6d;
    color:#FFF;
    font-size: 20px;
    font-weight: 300;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border:0;
    border-radius:0.5em;
}

header .logo {
    width: 200px;

}

.slider-home{
    background: #b72a80;
}

.titulo-grande-home{
    font-size: 35px;
    text-align: center;
    font-family: 'Montserrat' ;
    font-weight: 700;
    margin-top:40px;
    margin-bottom: 40px;
    color:#666;
}
.titulo-grande-home span{
    font-weight: 400;
    display: block;
}

.fondo-home{
    min-height: 500px;
    background-repeat: repeat-x;
    background-position: center center; 
}

.btn-home{
    display:inline-block;
    text-align: center;
}
.btn-home span{
    display: block;
    color:#333333;
    font-size: 18px;
    font-weight: 300;
}

.btn-amarillo{
    background: #e4bc37;
    color: #182b6d;
    border: 0;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.slider-info{
    position: relative;
}
.slider-info .fondo-azul{
    background:#0000 ;
    display: block;
    padding-top: 120px;
    padding-bottom: 40px;
    padding-right: 80px;
    min-height: 490px;
    position: relative;
    margin:0;
    margin-bottom: 80px;
    text-align: right;
    z-index: 1;
}
.slider-info .fondo-azul .content{
    width: 500px;
    display: inline-block;
    text-align: left;
}
.slider-info::after{
    position: absolute;
    content: "";
    top:0;
    width: 42%;
    height: 105px;
    background: #b72a80;
    z-index:2;

}
.slider-info::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 42%;
    background: #FFF;
    top:-80px;
    left:0;
    z-index: 1;
}

.slider-info .letras{
    position: absolute;
    left: 40%;
    z-index: 9;
    bottom: 30px;
    width: 50%;
}


.slider-info.rosa .fondo-azul,.slider-info.rosa::before, .slider-info.rosa #carouselSlider .carousel-control-next span.carousel-control-next-icon, .slider-info.rosa #carouselSlider .carousel-control-prev span.carousel-control-prev-icon,.slider-info.rosa #carouselSlider .carousel-control-next span.carousel-control-next-icon::before, .slider-info.rosa #carouselSlider .carousel-control-prev span.carousel-control-prev-icon::before{
 background: #b72a80;
 color:#FFF;
 border-color: #b72a80;

}

.slider-info.azul .fondo-azul,.slider-info.azul::before, .slider-info.azul #carouselSlider .carousel-control-next span.carousel-control-next-icon, .slider-info.azul #carouselSlider .carousel-control-prev span.carousel-control-prev-icon,.slider-info.azul #carouselSlider .carousel-control-next span.carousel-control-next-icon::before, .slider-info.azul #carouselSlider .carousel-control-prev span.carousel-control-prev-icon::before{
    background: #182b6d;
    color:#FFF;
    border-color: #182b6d;
   
   }
.slider-info.amarillo .fondo-amarillo,.slider-info.amarillo::before, .slider-info.amarillo #carouselSlider .carousel-control-next span.carousel-control-next-icon, .slider-info.amarillo #carouselSlider .carousel-control-prev span.carousel-control-prev-icon,.slider-info.amarillo #carouselSlider .carousel-control-next span.carousel-control-next-icon::before, .slider-info.amarillo #carouselSlider .carousel-control-prev span.carousel-control-prev-icon::before{
    background: #e4bc37;
    color:#FFF;
    border-color: #e4bc37;
   
}

.text-blanco{
    color: #FFFFFF;
}

.descripcion{
    font-size: 20px;
    font-weight: 300;
}
.descripcion strong{
    font-weight: bold;
}

.btn-blanco{
    display: inline-block;
    padding: 10px;
    background: #FFFFFF;
    color: #b72a80;
    position:relative;
    line-height: 13px;
    font-size: 14px;
    margin-bottom: 25px;
    border:0;
    min-width:100px;
    font-weight: 700;
}

.btn-blanco::before{
    border-top:20px solid #FFFFFF;
    border-left: 20px solid transparent;
    position: absolute;
    content: "";
    top: 100%;
   left: 50%;
}
.btn-blanco:hover{
    background: #000000;
    text-decoration: none;
    color: #b72a80!important;
}
.btn-blanco:hover::before{
    border-top:20px solid #000000;
}
#carouselSlider{
    width: 100%;
    height: calc(100% - 5px);
    position: relative;
    overflow: hidden;
    margin-top:-75px;
    
}
 #carouselSlider .carousel-inner{
height: 100%; width: 100%;
}

#carouselSlider .carousel-item {
    position: relative;
    height: 100%; 
    width: 100%;
    text-align:center;
    background: #FFFFFF no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
#carouselSlider .carousel-item img{
    max-height: 100%;
    max-width: 100%;
}

#carouselSlider .carousel-control-next span.carousel-control-next-icon , #carouselSlider .carousel-control-prev span.carousel-control-prev-icon {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #b72a80;
}

#carouselSlider .carousel-control-next ,#carouselSlider .carousel-control-prev{
    opacity: 0;
}
#carouselSlider .carousel-control-next:hover ,#carouselSlider .carousel-control-prev:hover{
   opacity: 1;
}

#carouselSlider .carousel-control-next span.carousel-control-next-icon::before , #carouselSlider .carousel-control-prev span.carousel-control-prev-icon::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #b72a80;
    content: "";
    top: -5px;
    left: -5px;
    position: absolute;
    z-index: -1;
}

#carouselcontenidos{
    width: 100%;
    position: relative;
    overflow: hidden;
    
}
 #carouselcontenidos .carousel-inner{
height: 100%; width: 100%;
}

#carouselcontenidos .carousel-item {
    position: relative;
    min-height: 500px; 
    width: 100%;
    text-align:center;
    background: #FFFFFF no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
#carouselcontenidos .carousel-item div{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#carouselcontenidos .carousel-item img{
    max-width: 100%;
    max-height: 350px;
}
#carouselcontenidos .carousel-item  h2{
    font-size: 50px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color:#b72a80;
    text-shadow: 0 0 1px #b72a80;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b72a80;
}
#carouselcontenidos .carousel-item  h2 span{
    color:#FFF;

}

.contenedor-carroucel{
    position: relative;
}

.formulario-slider{
    position: absolute;
    width: 100%;
   bottom: -100px;
}

.formulario-slider .form-cotizador{
    background: #FFF;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.titulo-negro{
    color: #333333;
    position: relative;
    margin-bottom: 30px;
}
.titulo-negro:before{
    content: "";
    width: 80px;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 100%;
}

.titulo-principal{
    color: #333333;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
}
.titulo-principal strong{
    display: block;
    color: #b72a80;
}
.titulo-principal:before{
    content: "";
    width: 80px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left:-40px; 

}

.titulo-blanco{
    color: #FFFFFF;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
}
.titulo-blanco:before{
    content: "";
    width: 80px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left:-40px; 

}

.caja-precio{
    background: #FFFFFF;
    display: block;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    padding: 30px;
    text-align: center;
    padding-bottom: 10px;
    color: #666666;
    font-size: 12px;
}
.caja-precio .valor{
    font-size: 50px;
    font-weight: 300;
    line-height: 40px;
    color: #666666;
}
#carouselInfo{
    background: #EEEEEE;
    padding-top: 40px;
    padding-bottom: 40px;
}

#carouselInfo .carousel-control-next ,#carouselInfo .carousel-control-prev {
   color: #b72a80;
   font-size: 40px;
}
#carouselInfo .carousel-control-next span{
    margin-right: -80px;
}
#carouselInfo .carousel-control-prev span{
    margin-left: -80px;
}

.caja-funciona{
    padding-left:20px;
    padding-right: 20px;
}

.titulo-azul{
    color: #b72a80;
}

.fondo-azul{
    background: #b72a80;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 40px;
}
.titulo-blanco-peque{
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.titulo-blanco-peque span{
    color: #FFFFFF;
    font-size: 24px;
    font-style: italic;
}
.form-group span{
    width: 100%;
    display: block;
}

footer{
    background: #182b6d;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    position: relative;
    text-align: left;
    font-size: 15px;
}

footer h3{
    font-size: 17px;
    font-weight: 700;
}
footer .enlaces-footer a{
    display: block;
    color:#FFF;
}


footer .logo{
    width: 300px;
    margin-bottom: 30px;
}

footer .red{
    background: #41518b;
    color: #b72a80;
    display: inline-block;
    margin:5px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    text-align: center;
    padding-top: 5px;
    border-radius: 5em;
}
footer .red:hover{
    background: #b72a80;
    color: #41518b;
}



.form-cotizador{
    font-size: 18px;
    line-height: 15px;
    font-weight: 300;
}
.form-cotizador .form-control{
    background: transparent;
    color:#333333;
    border: 1px solid #e4bc37;
    border-radius: 0!important;
    font-size: 18px;
    line-height: 15px;
    padding: 5px;
    font-weight: 300;
    text-indent:5px;
    height: 40px;
    border-radius: 0.5em;
}

.form-cotizador .form-control::-webkit-input-placeholder { /* Edge */
    color: #333;
}

.form-cotizador .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}
.form-cotizador .caja-radio {
   margin-bottom: 10px;
}
.form-cotizador .form-control::placeholder {
    color: #333;
}
.form-cotizador .caja-radio input{
    position: absolute;
    opacity: 0;
}
.form-cotizador .caja-radio label{
    font-size: 60px;
    border:1px solid #FFFFFF;
    padding: 0px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.form-cotizador .caja-radio label .icono{
    display: inline-block;
    height: 100px;
    width: 100px;

}
.form-cotizador .caja-radio label .icono.icono-perro{
    background: url(/resources/pagina/icono-perro.png) no-repeat center center;
}

.form-cotizador .caja-radio label .icono.icono-gato{
    background: url(/resources/pagina/icono-gato.png) no-repeat center center;
}

.form-cotizador .caja-radio input:checked + label {
    background: #FFFFFF;
    color: #b72a80;    
}

.form-cotizador .caja-radio input:checked + label .icono.icono-perro{
    background: url(/resources/pagina/icono-perro2.png) no-repeat center center;
}

.form-cotizador .caja-radio input:checked + label .icono.icono-gato{
    background: url(/resources/pagina/icono-gato2.png) no-repeat center center;
}

.form-cotiza-mascota-vertical{
    padding-bottom: 30px;
    padding-top: 30px; 
    background: #b72a80;
    margin-top:40px;
}
.form-cotiza-mascota-vertical .form-cotizador .caja-radio label .icono{
    height: 150px;
    width: 150px;
}

.que-cubre h4{
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 200px;
    display: inline-block;
    text-align: left;
}

.titulo-principal-slide{
    text-align: right;
    margin-right: -30px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Montserrat', ;
}
.titulo-principal-slide h1{
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
}
.titulo-principal-slide span{
    display:inline-block;
    background: #FFFFFF;
    padding: 0px;
    margin-right:-90px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    line-height: 50px;
    font-size: 60px;
    position: relative;
    color:#b72a80;
    height: 50px;
    font-family: 'Montserrat', ;
    text-transform: lowercase;
    font-weight: 400;
}

.titulo-principal-slide span::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 100%;
    border-left: 30px solid #FFFFFF;
    border-bottom: 30px solid transparent;

}

.titulo-contenido{
    font-weight: bold;
    font-family: 'Montserrat', ;
    font-size: 30px;
}
.titulo-contenido span{
    font-weight: 400;
    font-family: 'Montserrat', ;
    font-size: 40px;
}
.btn-azul{
    color:#b72a80;
    font-family: 'Montserrat', ;
    font-size: 20px;
    border:1px solid #b72a80;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

.btn-rosa{
    background:#b72a80;
    color:#FFFFFF;
    font-family: 'Montserrat', ;
    font-size: 20px;
    border:1px solid #b72a80;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    padding: 10px;
}

.btn-azul-lleno{
    background:#b72a80;
    color:#FFFFFF;
    font-family: 'Montserrat', ;
    font-size: 20px;
    border:1px solid #b72a80;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}


.paddin-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.fondo-gris{
    background: #EEEEEE;
}
.tt-menu{
    background: #FFFFFF;
    padding: 5px;
    width: 200px;
    color:#333333;
}

.caja-plan{
    border:1px solid #CCCCCC;
    padding: 10px;
    margin:15px;
    margin-left: 0;
    margin-right: 0;
}
.caja-plan .detalle{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius:5em;
    text-align: center;
    float:right;
    border:1px solid #b72a80;
    color:#b72a80;
}
.caja-plan h3{
    color: #b72a80;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.caja-plan .botones-adicionales a{
    display: block;
    text-align: center;
}

.caja-plan .informacion{
    font-size: 12px;
    text-align: left;
    min-height: 200px;
    padding: 10px;
    padding-left: 20px;
}
.caja-plan .informacion ul{
    padding: 0;
    margin: 0;
}
.caja-plan .informacion strong{
    display: block;
}

.caja-plan .caja-costos-plan{
    text-align: center;
}
.caja-plan .caja-costos-plan  .promo-table{

}
.caja-plan .valorantes{
    color:#FF0000;
    text-decoration: underline;
}

.caja-plan .caja-costos-plan  .total-table{
    font-size: 18px;
    font-weight: 700;
    color:#666666;
    line-height: 25px;
}
.caja-plan .caja-costos-plan .value-simple-table{
    color: #666666;
}
.caja-plan .btn-success{
    background: #b72a80;
    border-color: #b72a80;
    color: #FFFFFF;
}
.contenidos-home{
    background: #EEEEEE;
    padding-top:50px;
    padding-bottom: 50px;
    position: relative;
}
.contenidos-home .container{
    min-height: 300px;;
}
.contenidos-home .imagen-contenido{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: #000  no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contenidos-home .imagen-contenido.img-der{
    right: 0;
}
.contenidos-home .imagen-contenido.img-izq{
   left: 0;
}
.contenidos-home h2{
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 0 1px #182b6d;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color:#182b6d;
    color: #182b6d;
    padding-left: 30px;
}
.contenidos-home h2 span{
    color: #EEEEEE;
}
.contenidos-home .descripcion{
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    columns: #333333;
}

.fondo-gris-partido{
    background: #EEEEEE;
    position: relative;
    text-align: left;
}
.fondo-gris-partido:after{
    content:"";
    position: absolute;
    right: 0;
    top:0;
    width: 35%;
    height: 100%;
    background: #b72a80;
    z-index: 0;
}
.fondo-gris-partido .container{
    position: relative;
    z-index: 1;
}

.caja-home{
    display: block;
    margin:10px;
    background: #000000;
    color: #FFFFFF;
    position: relative;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    
}
.caja-home h2{
    font-weight:700;
    margin-bottom: 60px;
    position: relative;
}

.caja-home h2::before{
    position: absolute;
    bottom: -40px;
    left: -20px;
    content: "";
    background: #FFFFFF;
    width: 90px;
    height: 2px;
}

.caja-home .descripcion{
    text-align: justify;
    padding-left: 50px;
    font-size: 14px;
   padding-top: 20px;
}

.caja-home .vermas span {
    position: absolute;
    bottom: 0;
    right: 30px;
    display: inline-block;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFFFFF;
    color: #666666;
    text-transform: uppercase;
}
.caja-home.azul{
    background: #182b6d;
}
.caja-home.rosa{
    background: #b72a80;
}
.caja-home.amarillo{
    background: #e4bc37;
}
.caja-home:hover{
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}
.caja-record{
    display: inline-block;
    width: 150px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
}
.caja-record strong{
    display: block;
    font-size: 30px;
}
.info-newsletter{
    font-size: 25px;
    font-weight: 300;
}
.info-newsletter .titulo-azul{
    font-weight: 700;
    font-size: 40px;
}

.form-contacto .form-control{
    resize: none;
    border-color: #182b6d;
    border:0;
    color:#182b6d;
    font-size: 20px;
    background: #EEE;;
}

.info-contacto{
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}
.info-contacto i{
    font-size: 40px;
    color: #b72a80;
}
.info-contacto div{
    margin-top: 10px;
}
.fondo-contacto{
    background: url('/resources/pagina/fondocontacto.png') repeat-x center bottom;
    height: 350px;
}

.form-cotizador-vertical{
    color:#b72a80;
    font-size: 18px;
    line-height: 15px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EEEEEE;
    padding: 20px;
}

.form-cotizador-busqueda{
  
    background: #FFFFFF;
    /*border:1px solid #CCC;*/
    padding: 20px;
    -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.5);

}
.form-cotizador-busqueda .form-control:disabled,.form-cotizador-busqueda .form-control[readonly]{
    background-color: #FFF;
}
.form-cotizador-vertical .form-control{
    background: #FFFFFF;
    color:#b72a80;
    border: 1px solid #b72a80;
    border-radius: 0!important;
    font-size: 18px;
    line-height: 15px;
    padding: 5px;
    font-weight: 300;
    text-indent:5px;
    height: 40px;
}
.form-cotizador-vertical .input-group-addon{
    background: #b72a80;
    color:#FFFFFF;
    padding: 9px;
}
.form-cotizador-vertical .selectize-input{
    border-color:#b72a80;
}
.form-cotizador-vertical .selectize-input *{
    color:#b72a80;
}

.form-cotizador-vertical .form-control::-webkit-input-placeholder { /* Edge */
    color: #FFFFFF;
}

.form-cotizador-vertical .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}
.form-cotizador-vertical .caja-radio {
   margin-bottom: 10px;
}
.form-cotizador-vertical .form-control::placeholder {
    color: #b72a80;
}
.form-cotizador-vertical .caja-radio input{
    position: absolute;
    opacity: 0;
}
.form-cotizador-vertical .caja-radio label{
    font-size: 60px;
    width: 100px;
    height: 100px;
    border:1px solid #FFFFFF;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}

.form-cotizador-vertical .caja-radio input:checked + label {
    background: #FFFFFF;
    color: #b72a80;    
}
.form-cotizador-vertical .input-solo span{
    display: block!important;
}

.contenido-admin{
    padding: 20px;
    border:1px solid #CCCCCC;
    margin-bottom: 30px;
}
.contenido-admin label{
    display: block;
    font-weight: 700;
}

.contenido-admin h2{
    font-size: 30px;
    color:#182b6d;
    margin-top:10px;
    margin-bottom: 10px;
    text-align: center;
}
.contenido-admin h3{
    font-size: 16px;
    color:#182b6d;
    margin-top:10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #182b6d; 
    padding-bottom: 10px;
    margin-top: 10px;
}

.contenido-admin img{
    max-width: 100%;
}
.select2-container .select2-selection--single{
   height: 34px;
   border-radius: 0;
}
.caja-pasajero{
    border:1px solid #CCCCCC;
    padding: 20px;
    margin-bottom: 20px;
}
.caja-pasajero h4{
    color:#182b6d;
    font-weight: 700;
    margin:0;
    margin-bottom: 10px;
}
.caja-pasajero .form-group{
    margin:0;
    padding: 0;
    padding-bottom: 5px;
}

.pasos{
    text-align: center;
}
.pasos .imagen-cotizador{
    border:2px solid #b72a80;
    margin-bottom: 20px;
    border-radius: 10em;
   display: inline-block;
}
.pasos label{
    font-weight: 300;
    font-size: 20px;
}
.pasos .selectize-input{
    border-color: #e4bc37;
}

.pasos .lineapro{
    margin-top:20px;
    height: 5px;
    display: block;
    background:#e4cada;
}
.pasos .lineapro.activa{
    background: #b72a80;
}

.pasos  .numeropro{
    background: #b72a80;
    display: inline-block;
    color:#FFF;
    text-align: center;
    width: 30px;
    height: 30px;
    font-weight: 700;
    padding-top: 9px;
    margin-top:5px;
    border-radius:5em;
}
.titulo-gris{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 40px;
    height: 40px;
}
.btn-pasos{
    margin-top:10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #b72a80!important;
    font-size: 45px;
}

.btn-pasos span{
    display:block;
    font-size: 18px;
}
.btn-pasos.btn-disabled{
    color:#CCCCCC!important;
}

.datepicker__month-day--first-day-selected, .datepicker__month-day--last-day-selected{
    background:#b72a80;
}

.datepicker__close-button{
    background:#b72a80;
}
.caja-plan2{
    border:1px solid #CCCCCC;
    padding: 10px;
    margin:15px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.caja-plan2 .detalle{
    display: inline-block;
    text-align: center;
    color:#b72a80!important;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}
.caja-plan2 h3{
    font-size:20px; 
    background:#b72a80 ;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

.caja-plan2 img{
    max-width: 100%;
    max-height: 80px;
}

.caja-plan2 .botones-adicionales a{
    display: block;
    text-align: center;
}

.caja-plan2 .informacion{
    font-size: 13px;
    text-align: left;
    padding: 10px;
    padding-left: 40px;
}
.caja-plan2 .informacion ul{
    padding: 0;
    margin: 0;
}
.caja-plan2 .informacion strong{
    display: block;
}
.caja-plan2 .datos{
    padding: 20px; 
    border-left: 1px solid #CCCCCC;
}

.caja-plan2 .caja-costos-plan{
    text-align: center;
}
.caja-plan2 .caja-costos-plan  .promo-table-res{
    color:#b72a80;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top:0;
    margin-top:-10px;
    background: #b72a80;
    color:#FFF;
    border-radius: 0 0 0 0.5em ;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.caja-plan2 .caja-costos-plan  .total-table-antes{
    color:#FF0000;
    font-size: 12px;
    text-decoration: line-through;
}
.caja-plan2 .caja-costos-plan  .total-table{
    font-size:20px;
    font-weight: 700;
    color:#666666;
    line-height: 20px;
}
.caja-plan2 .caja-costos-plan  .total-table span{
    display: block;
}
.caja-plan2 .caja-costos-plan .value-simple-table{
    color: #666666;
}
.caja-plan2 .btn-success{
    background: #b72a80;
    border-color: #b72a80;
    color: #FFFFFF;
}

.pasos h4{
    font-size: 15px;
    font-weight: bold;
}

.categorias-seguros{
    text-align: left;
}

.categorias-seguros a{
    display: inline-block;
    background: #eeeeee;
    color:#182b6d;
    padding: 10px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.categorias-seguros a:hover{
    background: #CCCCCC;
}
.categorias-seguros a.active{
    background: #182b6d;
    color: #FFFFFF;
}

#mensaje{
    font-size: 20px;
    color:green;
    text-align: center;
    padding: 5px;
}

.subirfoto{
    width:300px;
    max-width: 100%;
    background: #EEEEEE;
    padding: 10px;
    position: relative;
    height: 210px;
    padding: 5px;
    border-radius: 0.5em;
    border:1px solid #CCCCCC;
}
.subirfoto input{
    position: absolute;
    opacity: 0;
}

.subirfoto img{
    max-width: 100%;
    max-height: 200px;
}
.opciones-mascota{
    background: #eeeeee;
    padding:5px;
    margin-bottom: 5px;

}
.opciones-mascota span{
    padding: 5px;
    font-size: 11px;
    display: block;
}
.opciones-mascota-detalle{
    background: #eeeeee;
    padding:10px;
    margin-bottom: 5px;
    position: relative;
    padding-right: 30px;

}
.opciones-mascota-detalle span{
    padding: 5px;
    font-size: 11px;
    display: block;
}
.opciones-mascota-detalle strong{
    position: absolute;
    right: 10px;
    top:10px;
}

.checktipo input{
    width: 1px;
    height: 1px;
    opacity: 0;
}
.checktipo  span{
    border: 1px solid #182b6d;
    border-radius: 0.5em;
    padding: 5px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size:15px;
    display: inline-block;
}
.checktipo input:checked +span{
    background-color: #182b6d;
    color:#FFFFFF;
}

.caja-gris{
    background: #EEEEEE;
    padding: 30px;
    margin: 30px;
    height: calc( 100% - 40px );
}
.caja-gris h2{
    color: #182b6d;
    font-weight: 900;
    font-size: 45px;
    text-align: center;
}

.fondo-rosa{
    background: #b72a80;
    color:#FFF ;
    text-align: center;
}

.fondo-rosa h2{
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 0 1px #FFF;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color:#FFF;
    color: #FFF;
}
.fondo-rosa h2 span{
    color: #b72a80;
}


.fondo-amarillo{
    background: #b72a80;
    color:#FFF ;
    text-align: center;
}

.fondo-amarillo h2{
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 0 1px #FFF;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color:#FFF;
    color: #FFF;
}
.fondo-amarillo h2 span{
    color: #b72a80;
}
.contenidoinferior{
    display: block;
    position: relative;
    
}

.contenidoinferior::before{
    background: #b72a80;
    width: 100%;
    position: absolute;
    content: "";
    height: 250px;
    bottom: 0;
    left:0;
}
.contenidoinferior .descripcion{
    height: 200px;
    padding-top:50px;
    color: #ffffff;
}

.contenidoinferior h2{
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 0 1px #182b6d;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color:#182b6d;
    color: #182b6d;
}
.contenidoinferior h2 span{
    color: #FFFFFF;
}

.contenidoinferiorgris{
    display: block;
    position: relative;
    
}

.contenidoinferiorgris::before{
    background: #EEEEEE;
    width: 100%;
    position: absolute;
    content: "";
    height: 250px;
    bottom: 0;
    left:0;
}
.contenidoinferiorgris .descripcion{
    min-height: 200px;
    padding-top:50px;
    color: #333333;
}

.contenidoinferiorgris h2{
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 0 1px #b72a80;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color:#b72a80;
    color: #b72a80;
}
.contenidoinferiorgris h2 span{
    color: #FFFFFF;
}

.contenidoinferiorgris h2.amarillo{
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 0 1px #e4bc37;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color:#e4bc37;
    color: #e4bc37;
}
.contenidoinferiorgris h2.amarillo span{
    color: #FFFFFF;
}
.fondo-botonera{
    margin-bottom: 50px;
}
.fondo-botonera .fondo-alto{
    height: 130px;
}
.fondo-botonera .fondo-rosa{
    background: #b72a80;
}
.fondo-botonera .fondo-image{
    background: #333333 no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slide-pasos{
    position: absolute;
    width: 100%;
    height: 480px;
    top:100px;
    background: #FFFFFF;
    z-index: 999;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #b72a80;
    display: none;
}

.slide-pasos .cerrar{
    position: absolute;
    top:0;
    right: 0;
    width: 50px;
    height: 50px;
    background:#b72a80;
    color:#FFF;
    font-size: 30px;
    text-align: center;
}

.titulo-grande{
    text-align: right;
    font-size: 70px;
    font-weight: 700;
    color: #b72a80;
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}
.titulo-grande span{
    background: #b72a80;
    position: relative;
    z-index: 8;
}
.titulo-grande::before{
    content: "";
    position: absolute;
    height: 8px;
    width: 80%;
    left: 0;
    background: #e4bc37;
    margin-top: 50px;
}
.tituloblanco{
    font-weight: 700;
    margin-bottom: 0;
    margin:0;
}

.descripciongrande{
    font-size: 18px;
}

.caja-form-home{
    border:1px solid #CCC;
    margin-bottom: 5px;
    padding:5px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    position: relative;
}
.caja-form-home .form-control{
    border:0;
}

.caja-form-home .selectize-input{
    border:0;
}
.caja-form-home .incono-float{
    position: absolute;
    font-size: 40px;
    color:#CCC;
    top:10px;
    right: 10px;
}
.caja-form-home .edades .form-control{
    border:1px solid #CCC;
    margin-top: 5px;
}
.caja-form-home .numeroindicativo{
    border:0;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
}
.form-cotizador .caja-form-home .indicativo{
    border:0;
}
.radioviajes:checked+label .imagen-cotizador{
    border-width: 3px;
    -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.5);
}

.radioviajes{
    visibility: hidden;
    opacity: 0;
}

.indicativo {
    width: 60px;
    text-align: center;
    padding: 5px;
    background: transparent;
    height: 40px;
    border:1px solid #e4bc37;

}
.indicativo img{
    max-height: 100%;
    max-width: 100%;
}
.caja-numeroindicativo{
    position: relative;
}
.caja-numeroindicativo .banderas{
    width: 60px;
    margin-left: -60px;
    opacity:0;
    position: relative;
    cursor: pointer;

}
.numeroindicativo{
    width: 60px;
    height: 100%;
    background: transparent;
    position: relative;
    border-top:1px solid #e4bc37 ;
    border-bottom:1px solid #e4bc37 ;
    border-left:1px solid #e4bc37 ;
    height:40px;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
}


.popup-menu{
    background: #FFF;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10;
    display: none;
}
.popup-menu .logo{
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.popup-menu .boton-cerrar{
    display: inline-block;
    width: 60px;
    height: 60px;
    border:1px solid #182b6d;
    border-radius: 5em;
    background: #FFF;
    color: #182b6d;
    font-size: 30px;
}

.popup-menu .titulo-popup{
    color: #666;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.caja-popup{
    border:2px solid #ccc;
    display: block;
    padding: 30px;
    margin-bottom: 20px;
}

.caja-popup .imagen{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    
}
.caja-popup .imagen img{
    max-width: 90%;
    max-height: 90%;
}
.caja-popup h2{
    padding-top: 10px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    border-top: 5px solid #666;
    color: #666;
}
.caja-popup .descripcion{
    color: #666;
    text-align: center;
    font-size: 22px;
    height: 120px;
}
.caja-popup:hover{
    border-color: #182b6d;
    text-decoration: none;
}

.caja-popup:hover h2, .caja-popup:hover .descripcion{
    border-color: #182b6d;
    color: #182b6d;
}

.cajas-somos{
    background: #182b6d;
    color:#FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.cajas-somos h3{
    font-weight: 700;
    font-size: 30px;
}

.titulo-grande-negro{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color:#666;
}

.descripcion-grande{
    font-size: 25px;
    font-weight: 300;
}

.estrellas{
    color: #e4bc37;
    font-size: 35px;
}

.caja-comentario{
    padding: 20px;
    border:1px solid #999;
    border-radius: 1em;
    color: #666;
    font-weight: 300;
    display: block;
    height: calc(100% - 30px);
    margin-top:30px;
    text-align: left;
}

.caja-comentario img{
    border-radius:10em ;
}
.caja-comentario h3{
    color: #b72a80;
    font-weight: 300;
    font-size: 18px;
}

.caja-tipo-viaje{
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    height: 350px;
    margin-top:20px;
}

.caja-tipo-viaje .caption{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 140px;
    color:#FFF;
    font-size: 17px;
    padding: 10px;
}

.caja-cobertura{
    width: 100%;
    display: inline-block;
    background: #eee;
    padding: 20px;
    margin-top:30px;
    height: calc(100% - 40px);
}
.caja-cobertura .imagen{
    padding: 20px;
    height: 140px;
}
.caja-cobertura .imagen img{
    max-height: 100%;
}
.caja-cobertura h2{
    font-weight: 700;
    font-size: 20px;
    color:#666;
}
.caja-cobertura .descripcion{
    font-size: 14px;
}

.caja-intro-mascota{
    padding: 15px;
    margin: 10px;
    font-size: 22px;
    font-weight: 300;
    color:#666;
    margin-top:30px;
}

.caja-intro-mascota img{
    height: 100px;
    margin-bottom: 20px;
}

.titulo-grande-delgado{
    font-size: 45px;
    font-weight: 300;
    color:#666;
}

.accordion{
    display: block;
}
.btn-acordeon{
    display: block;
    background: #EEE;
    padding: 10px;
    padding-right: 40px;
    margin-top:10px;
    font-weight: 700;
    color: #666!important;
    border-radius:10px ;
    position: relative;
}

.btn-acordeon::after{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
   
    content: "\F056";
    position: absolute;
    right: 10px;
    top:5px;
    font-size: 20px;

}
.btn-acordeon.collapsed::after{
    content: "\F055";
}


.contenido-acordeon{
    padding: 15px;
}

.btn-azul-grande{
    background: #182b6d;
    color:#FFF!important;
    padding:20px;
    font-size: 25px;
    font-weight: 300;
    border-radius: 10px;

}

@media screen and (max-width:1500px) {
    .fondo-gris-partido:after{
        width: 30%;
    }
}
@media screen and (max-width:1200px) {
    header:before{
        width: 58%;
    }
    footer H3{
        font-size: 20px;
    }
    footer::before{
        width: 40%;
    }
    .form-cotizador-busqueda{
        display: none;
        position: fixed;
        overflow:auto;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        z-index:9;
    }

    .form-cotizador-busqueda .cerrar{
        position: absolute;
        background:#b72a80;
        color:#FFF;
        right:0;
        top:0;
        padding:5px;
        font-weight: 700;
    }
}

@media screen and (max-width:992px) {
    header::before{
        display:none;
    }
    header a{
        text-align: left;
    }
    header .container{
        width: 100%;
        max-width: 100%;;
    }

    header .btn-menu-responsive{
        display: inline-block;
        margin-top:20px;
        width: 50px;
        height: 50px;
        background:transparent;
        color:#182b6d!important;
        font-size: 30px;
        text-align: center;

    }
    header nav{
        position: fixed;
        width:  200px;
        background: #FFF;
        top:100px;
        right: 0;
        z-index: 20;
        display: none;
        height: calc(100% - 100px);
    }
    header nav ul{
        display: block;
        width: 100%;
        padding: 0;
        margin:0;
    }
    header nav ul li{
        display: block;
        margin:0;
    }
    header nav ul li ul{
        position: relative;
        display: block;
        margin:0;
        width: 100%;
        background: rgba(255,255,255,0.2);
        top:auto;
        margin-bottom: 15px;
    }
    header nav ul li a{
        text-align: center;
    }
    header nav ul li a i{
        font-size:30px;
    }
  
    .fondo-gris-partido:after{
        width: 100%;
        height: 100px;
    }
    .icono-sevicios{
        height: 80px;
        margin-top:10px;
    }
    footer H3{
        font-size: 16px;
    }
    .slider-info .fondo-azul{
        text-align: center;
        padding: 0;
        padding-top: 20px;
        height: auto;
        padding-bottom: 20px;
        min-height: auto;
    }
    .slider-info .fondo-azul .content{
        width: 720px;
    }
    .titulo-principal-slide{
        margin:0;
        text-align: center;
    }
    footer .info-contacto{
        font-size: 13px;
    }
    .contenidos-home{
        padding-top: 0;;
    }
    .contenidos-home .imagen-contenido{
        position: relative;
        width: 100%;
        height: 400px;
    }
    .contenidos-home .container{
        min-height: auto;
        padding-top: 30px;
    }

    .slide-pasos{
        padding-bottom:30px ;
        height: auto;
        height: 100%;
        top:0;
        position: fixed;
        overflow:auto;
    }

    .datepicker{
        overflow:visible;
    }
    .datepicker__inner{
        position: fixed;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        background:#FFF;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index:9999;
        padding-top: 100px;
    }
    .slider-info::after{
        width: 100%;
        height: 80px;
    }
    .slider-info {
        padding-top: 50px;
    }
    header .logo{
        width: 200px;
    }

    .titulo-blanco-hueco-slider,.titulo-blanco-slider{
        text-align: center;
    }
    .slider-info .letras{
        display: none;
    }

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

    header:before{
        width: 100%;
    }
    

    .titulo-contenido {
        margin-top:10px; 
    }
    .caja-record{
        width: 100%;
        padding: 20px;
    }
    .slider-info .fondo-azul .content{
        width: 540px;
    }
    footer H3{
        margin-top: 20px;
    }
    footer::before{
        width: 100%;
        height: 270px;
    }
    
    .pasos .imagen-cotizador{
        width: 130px;
    }

    .caja-gris h2,.fondo-rosa h2,.contenidoinferiorgris h2{

        font-size: 30px;
    }
    .descripcion{
        font-size: 15px;
    }
    .titulo-grande-home{
        font-size: 30px;
    }
    .slider-info .fondo-azul{
        margin:0;
    }
    .contenidos-home h2{
        font-size:25px;
    }
    footer{
        font-size: 15px;
    }
    footer .logo{
        width: 250px;
        margin-bottom: 15px;
    }

    .titulo-grande-negro{
        font-size: 30px;
    }
    .descripcion-grande{
        font-size: 18px;
    }

    .formulario-slider{
        position:relative;
        bottom: 0;
        margin-top: 40px;
    }
    
} 
@media screen and (max-width:556px) {
    .slider-info .fondo-azul .content{
        width: 100%;
        padding: 30px;
        display: block;
        position: relative;
        z-index: 999999;
    }
    #rAAjs5n-1612968817915{
        display: none!important;
    }
}

