﻿body{
    font-family: 'Raleway', sans-serif;
}

.whatsapp{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    width: 60px;
}
.whatsapp img{
    width: 100%;
}

.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    background: #548db5;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.red{
    background: black;
    width: 40px;
    font-size: 20px;
    color: white;
    display: inline-block;
    padding: 7px 0;

    border-radius: 50%;
}

.video{
    padding: 0;
}
.video video{
    width: 100%;
}

.contenido{
    padding-top: 30px;
    padding-bottom: 30px;
}

.texto{
    font-family: 'Crimson Text', serif;
}

.texto1{
    border-bottom: 1px solid black;
    text-align: center;
    font-size: 18px;
    padding-bottom: 40px;
}

.btn-azul{
    background: #06273a;
    color: white;

    border-radius: 20px;
}
.btn-azul:hover{
    color: white;
    font-weight: bold;
}

.texto2{
    text-align: center;
    font-size: 26px;
    font-family: 'Crimson Text', serif;
    padding-bottom: 40px;
}


.imagenes1, .imagenes2{
    text-align: center;
}
.imagenes1 img{
    height: 110px;
    margin: 0 20px;
}
.imagenes2 img{
    height: 50px;
    margin: 0 10px;
}


.texto3{
    font-size: 18px;
}

.texto4{
    font-size: 22px;
}
.texto4 strong{
    font-family: 'Crimson Text', serif;
    font-size: 26px;
}


.procedimientos{
    background: #06273a;
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    text-align: center;
    color: white;
    font-family: 'Crimson Text', serif;
    font-size: 40px;
    margin-bottom: 30px;
}

.blanco{
    background: white;
    font-size: 25px;
    line-height: 32px;
    padding: 20px;
}


.testimonios{
    padding-top: 30px;
    padding-bottom: 30px;
}

.black{
    color: black;
}

.t{
    text-align: center;
    margin-bottom: 30px;
}
.s{
    color: #ffc108;
    font-size: 30px;
}
.t strong{
    font-weight: normal;
    font-size: 22px;
    text-decoration: underline;
}


.visitanos{
    background: #00A3E8;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

.visitanos iframe{
    width: 400px;
    height: 250px;
}


.escribenos{
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.escribenos strong{
    font-size: 30px;
}

.form-group{
    margin-bottom: 12px;
}
.btn-success{
    width: 100%;
}


.calcula{
    background-color: black;
    color: white;
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}


tr{
    border-bottom: 2px dotted black !important;
}


footer{
    background: black;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .chiquito{
        font-size: 16px;
    }
    .chiquito img{
        height: 40px !important;
    }
}

@media screen and (max-width:576px){
    .visitanos iframe{
        width: 100%;
    }
    .video{
        margin-top: 60px;
    }
    .imagenes1 img, .imagenes2 img{
        width: 30% !important;
        height: auto !important;
        display: inline-block;
        margin: 0 5px 12px;
    }

    .imagenes2 img{
        width: 16% !important;
    }

    table{
        width: 100% !important;
    }
    td, tr, tbody{
        width: 100% !important;
        font-size: 14px;
        float: left;
    }
    td b{
        float: left;
    }
    td span{
        float: right;
    }
}