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

.logo{
    width: 200px;
    margin-top:20px;

}

.imagen-perfil{
    border-top:1px solid #CCC;
    margin-top:20px;
    text-align: center;
}

.imagen-perfil img{
    margin-top:-50px;
    width: 100px;
}
.caja-formulario{
    position: relative;
    padding: 30px;
}

.caja-formulario .btn-volver{
    position: absolute;
    top:0;
    left:0;
    font-size:50px;
    color:#CCC;

}
.caja-formulario .btn-volver:hover{
    color: #b72a80;
}
.caja-formulario h3{
    color:#666;
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.caja-formulario h4{
    color:#666;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.caja-formulario h3 span{
    color:#b72a80;
}
.caja-formulario h3 span.sola{
    color:#666;
}

.caja-formulario .descripcion{
    font-size: 18px;
    font-weight: 300;
    color:#333;
    text-align: center;
}
.indicativo {
    width: 60px;
    text-align: center;
    padding: 5px;
    background: transparent;
    height: 40px;
    border:1px solid #CCC;
    border-radius: 5px  0 0 5px;

}
.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;
    border:#CCC;

}
.numeroindicativo{
    width: 60px;
    height: 100%;
    background: transparent;
    position: relative;
    border-top:1px solid #ccc ;
    border-bottom:1px solid #ccc ;
    border-left:1px solid #ccc ;
    height:40px;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    color:#666;
}

.caja-formulario .form-control{
    height: 40px;
}

.btn-rosa{
    background: #b72a80;
    color:#FFF;
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    font-weight: 300;
    border:0;
    border-radius: 5px;
}
.btn-rosa-pequenio{
    background: #b72a80;
    color:#FFF;
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 300;
    border:0;
    border-radius: 5px;
}
.cajas-check{
    text-align: center;
}
.cajas-check label input{
    opacity: 0;
    position: absolute;
}
.cajas-check label{
    display: block;
}
.cajas-check label span{
    display: inline-block;
    width: 380px;
    max-width: 100%;
    padding: 8px;
    border:1px solid #CCC;
    text-align: center;
    border-radius: 0.5em;
    font-size: 17px;
    margin-top: 10px;
}
.cajas-check label input:checked + span{
    background: #182b6d;
    color: #FFF;
}

.cajas-check2{
    text-align: center;
}
.cajas-check2 label input{
    opacity: 0;
    position: absolute;
}
.cajas-check2 label{
    display: block;
}
.cajas-check2 label span{
    display: inline-block;
    width: 380px;
    max-width: 100%;
    padding: 8px;
    text-align: center;
    border-radius: 0.5em;
    font-size: 17px;
    margin-top: 10px;
    background: #EEE;
    border:0;
}
.cajas-check2 label input:checked + span{
    background: #b72a80;
    color: #FFF;
}


.selectize-input{
    min-height: 40px;
    padding-top: 10px;
}

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

.datepicker__close-button{
    background:#b72a80;
}
.caja-fecha{
    background: #FFF!important;
    text-align: center;

}
#alerta-validacion{
    display: none;
    position: fixed;
    top:30%;
    padding: 30px;
    text-align: center;
    background: rgba(255,255,255,0.7);
    width: 100%;
    left: 0;
    color: #b72a80;
    font-size: 30px;
    z-index: 9;
}

#fechas2.form-control:disabled, #fechas2.form-control[readonly]{
    background: #FFF;
    text-align: center;
}

.descripcion-cotizacion{
    text-align: center;
    font-weight: 300;
    color:#666;
    margin-bottom: 20px;
}
.contenedor-gris{
    max-width: 100%;
    width: 700px;
    display: inline-block;
    padding: 15px;
    background: #EEE;
}

.ancho-caja{
    max-width: 100%;
    width: 700px;
    display: inline-block;
}

#map{
    width: 100%!important;
    display: block;
    height: 235px!important;
    background: #CCCCCC;
    border:1px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 20px;
}

.caja-resultados-mascotas{
    border:1px solid #CCC;
    border-radius:0.5em;
    -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);
margin-top: 30px;
position: relative;
overflow: hidden;
margin-bottom: 15px;
}
.caja-resultados-mascotas .titulo{
    font-size: 30px;
    font-weight: 700;
    margin:0;
    color:#999;
}
.caja-resultados-mascotas .subtitulos{
    font-size: 25px;
    font-weight: 300;
    margin:0;
}
.caja-resultados-mascotas .head{
    height: 90px;
    text-align: center;
}
.caja-resultados-mascotas .headp{
    height: 90px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.caja-resultados-mascotas .incluye{
    background: #EEE;
    margin:0;
    min-height: 52px;
    text-align: center;
}
.caja-resultados-mascotas .incluye:nth-child(odd){
    background: #FFF;
}
.caja-resultados-mascotas .incluye:nth-child(even){
    background: #EEE;
}
.caja-resultados-mascotas .incluye h5{
    padding: 15px;
    margin:0;
    color: #333;
    font-weight: 300;
    position: relative;
    text-align: left;
}
.caja-resultados-mascotas .incluye .infor-incluye{
    padding: 15px;
    padding-top: 0;
    color: #666;
    font-weight: 300;
}


.caja-resultados-mascotas .incluye h5::after{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 20px; 
    content: "\f107";
    color: #999;
    font-size: 30px;

}
.caja-resultados-mascotas .incluye.abierto h5::after{
   content: "\f106";
}

.caja-resultados-mascotas .incluye i{
    font-size: 35px;
    margin-top: 7px;
}
.caja-resultados-mascotas .incluye i.fa-check-circle{
    color:#b72a80;
}
.caja-resultados-mascotas .incluye i.fa-times-circle{
    color:#182b6d;
}
@media screen and (max-width:992px) {
    .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;
    }
}


@media screen and (max-width:556px) {
    .logo{
        width: 150px;
    }
    .imagen-perfil{
        margin-top:60px;
    }
    .caja-formulario h3{
        font-size: 25px;
    }
    .caja-formulario h4{
        font-size: 20px;
    }
    .caja-formulario .descripcion{
        font-size: 16px;
    }
}