﻿/*--------------------------------------------------------------
            # Efecto Tablas Collapse
        --------------------------------------------------------------*/

.input-sm {
    height: 20px;
    font-size: 9pt;
    width: 100%;
}

.letra {
    font-size: 9pt;
}

table {
    display: block;
    border-collapse: collapse;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 100%;
}

tbody {
    display: block;
}

    thead, tbody tr {
        display: table;
        width: 100%;
    }

tr {
    border-bottom: 1px solid #000;
}

input:[type=text] {
    border-bottom: 1px solid #C00;
    border: 0;
    outline: none;
}

.classtd {
    width: 80%;
}

a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Inicio Section
--------------------------------------------------------------*/
#Inicio {
    width: 100%;
    height: 60vh;
    /* background: url("../img/hero-bg.jpg") center center;*/
    background-size: cover;
    position: relative;
    padding: 0;
    margin: 0;
}

    #Inicio:before {
        content: "";
        background: rgba(56, 64, 70, 0.7);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #Inicio .container {
        z-index: 2;
    }

    #Inicio h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

        #Inicio h1 span {
            border-bottom: 4px solid #7C9383;
        }

    #Inicio h2 {
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 30px;
        font-size: 24px;
    }

    #Inicio .btn-get-started {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 2px;
        display: inline-block;
        padding: 12px 28px;
        border-radius: 4px;
        transition: ease-in-out 0.3s;
        color: #fff;
        background: #3498db;
        text-transform: uppercase;
    }

        #Inicio .btn-get-started:hover {
            background: #4ea5e0;
        }

@media (max-width: 992px) {
    #Inicio {
        height: calc(100vh - 70px);
    }
}

@media (max-width: 768px) {
    #Inicio h1 {
        font-size: 30px;
        line-height: 36px;
    }

    #Inicio h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Directorio
--------------------------------------------------------------*/
.Directorio {
    /*margin-top:20px;*/
}

.Directorio .Directorio-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #050d18;
}

.Directorio .Directorio-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #1f5297;
    position: relative;
}

    .Directorio .Directorio-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        /*text-transform: uppercase;*/
        font-family: "Poppins", sans-serif;
        color: #050d18;
        margin-bottom: 10px;
    }

    .Directorio .Directorio-item h5 {
        font-size: 16px;
        background: #e4edf9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .Directorio .Directorio-item ul {
        padding-left: 20px;
    }

        .Directorio .Directorio-item ul li {
            padding-bottom: 10px;
        }

    .Directorio .Directorio-item:last-child {
        padding-bottom: 0;
    }

    .Directorio .Directorio-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #1f5297;
    }




/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.Contacto .info {
    width: 100%;
    background: #fff;
}

    .Contacto .info i {
        font-size: 20px;
        color: #333301;
        float: left;
        width: 44px;
        height: 44px;
        background: #7C93836b;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .Contacto .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #2c4964;
    }

    .Contacto .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #4b7dab;
    }

    .Contacto .info .email, .Contacto .info .phone {
        margin-top: 40px;
    }

        .Contacto .info .email:hover i, .Contacto .info .address:hover i, .Contacto .info .phone:hover i {
            background: #333301;
            color: #fff;
        }

.Contacto .php-email-form {
    width: 100%;
    background: #fff;
}

    .Contacto .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .Contacto .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .Contacto .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .Contacto .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .Contacto .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .Contacto .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .Contacto .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .Contacto .php-email-form input, .Contacto .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .Contacto .php-email-form input {
        height: 44px;
    }

    .Contacto .php-email-form textarea {
        padding: 10px 12px;
    }

    .Contacto .php-email-form button[type="submit"] {
        background: #7C9383;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .Contacto .php-email-form button[type="submit"]:hover {
            background: #333301;
        }


/*--------------------------------------------------------------
# Servicios Tarjeta
--------------------------------------------------------------*/
.Sitios .icon-box1 {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 50px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    padding-top: 30px;
}

    .Sitios .icon-box1 .icon1 {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #89A492;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .Sitios .icon-box1 .icon1 i {
            color: #fff;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

    .Sitios .icon-box1 h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .Sitios .icon-box1 h4 a {
            color: #8C8C8D;
            transition: ease-in-out 0.3s;
        }

            .Sitios .icon-box1 h4 a:hover {
                color: #7C9383;
            }

    .Sitios .icon-box1 .icon1:hover {
        color: aqua;
    }

    .Sitios .icon-box1 p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .Sitios .icon-box1:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
    }

        .Sitios .icon-box1:hover .icon1 {
            background: #7C9383;
        }


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bi {
    font-size: 20px;
    padding-right: 4px;
    color: #7C9383;
}




#collapseMexicanas {
    background-color: #f4f4f4;
}

#collapseMexicanas .MexicanaItem {
    margin: 0 80px;
    /*border-radius: 50%;*/
    overflow: hidden;
    position: relative;
    border: 4px solid #7c9383;
    box-shadow: 5px 15px 35px 0 rgba(0, 0, 0, 1);
}

@media (max-width: 992px) {
    #collapseMexicanas .MexicanaItem {
        margin: 0 20px;
    }
    #collapseMexicanas .MexicanaInfo h4 {
        margin: 20px 0 0 0;
    }
 }

#collapseMexicanas .MexicanaInfo p {
    text-align: justify;
    margin-top: 10px;
}

#collapseMexicanas .MexicanaInfo h4 {
    margin: 30px 0 0 0;
}

#collapseMexicanas .MexicanaInfo span {
    font-style: italic;
}
