﻿


/*#region DATOS DIRECCION*/

/*.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
}
*/
.contacto{
    padding-top:110px;
}

.map {
    margin: 0px;
    padding-top:30px;
}

.contact-info {
    margin: 0px;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
}

.contact-info {
    padding: 20px;
}

    .contact-info h2 {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 50px;
        font-style: normal;
    }

    .contact-info .icon {
        margin-right: 10px;
    }

    .contact-info p {
        color: #000;
/*        font-family: Montserrat;*/
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        padding-top:9px;
    }

    .contact-info .bold {
        font-weight: bold;
    }

    .contact-info a {
        color:black;
    }

    .contact-info .conborde_inferior {
        display: flex;
        border-bottom: 1px solid black;
        padding: 10px 5px 5px 5px
    }

        .contact-info .conborde_inferior img {
            padding-top: 10px;
        }

    .contact-info .sinborde_inferior {
        display: flex;
        border-bottom: none;
    }

        .contact-info .sinborde_inferior img {
            padding-top: 10px;
        }

    .contact-info.l-60 {
        padding-left: 60px
    }

    .contact-info.r-60 {
        padding-right: 60px
    }

/*#endregion DATOS DIRECCION*/
/*#region PanelContactoEnviar*/

.PanelContactoEnviar {
    width: 100%;
/*    height: 676px;*/
    border: 2px solid #c4c4c4;
    margin-top: 60px;
    margin-bottom: 90px;
    border-radius: 50px;
/*    max-width: 1081px;*/
    display: flex;
    justify-content: center;
}

    .PanelContactoEnviar .Panel1_Titulo {
        color: #fff;
        padding-top: 135px;
        color: #FFF;
        font-size: 120px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px;
    }

        .PanelContactoEnviar .Panel1_Titulo b {
            color: #FFF;
            font-size: 120px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.7;
        }

    .PanelContactoEnviar .Panel1_body {
        padding-top: 151px;
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }

        .PanelContactoEnviar .Panel1_body b {
            color: #FFF;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 34px;
        }

@media (max-width: 768px) {
    .PanelContactoEnviar {
        background-image: url('../../Resources/Imagenes/Contacto/Contacto_11.jpg');
        background-size: cover;
        background-position: center;
        top: 0;
        bottom: 0;
    }

        .PanelContactoEnviar .Panel1_Titulo {
            color: #fff;
            padding-top: 35px;
            color: #FFF;
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 50px;
        }

            .PanelContactoEnviar .Panel1_Titulo b {
                color: #FFF;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 50px;
            }

        .PanelContactoEnviar .Panel1_body {
            padding-top: 150px;
            color: #FFF;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
        }

            .PanelContactoEnviar .Panel1_body b {
                color: #FFF;
                font-size: 12px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
            }


    .contact-info.l-60 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact-info.r-60 {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.content-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    /*        padding: 0 50px;*/
}

.text-left {
    max-width: 45%;
}

.text-right {
    max-width: 45%;
    text-align: right;
}



@media (max-width: 768px) {

    .PanelContactoEnviar .Panel2_p2 {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }

        .PanelContactoEnviar .Panel2_p2 b {
            color: #114867;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 34px;
        }

    .PanelContactoEnviar .title {
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .custom-bullets {
        list-style: none;
        padding-left: 15px;
        width: 95%;
    }
}



.contactoContenedorBig {
    max-width: 1081px !important;
    /*    text-align: center;*/
}

    .contactoContenedorBig.center {
        display: flex;
        justify-content: center;
    }


.sectionContacto {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: Calc(100vh - 144px);
}

    .sectionContacto .ContactoTitulo {
        color: #FFF;
        font-size: 96px;
        font-style: normal;
        font-weight: 400;
        line-height: 96px;
    }

    .sectionContacto .ContactoBtn {
        padding-top: 40px;
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }

        .sectionContacto .ContactoBtn .btn {
            padding-top: 40px;
            color: #114869;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 26px;
            background: white;
            padding: 10px 0px 10px 0px;
        }





/*#endregion PanelContactoEnviar*/


.form-container {
    width: 90%;
    margin: 40px 0px 30px 0px;
    padding: 0px 100px 0px 100px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group a{
    color:black;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
/*        font-weight: bold;*/
    }

.form-group textarea {
    height: 150px;
    resize: none;
    padding:15px;
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width)* 2));
    border-radius: 50px;
    background-color: #f7f7f7;
}

.form-group input[type="text"], input[type="email"], input[type="multiLine"] textarea {
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #555;
}

    input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
        outline: none;
        border-color: #3b82f6;
    }


.submit-btn {
    width: 20%;
    padding: 8px;
    background-color: #114867;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

    .submit-btn:hover {
        background-color: #114867;
    }

.footer-text {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-top: 20px;
}

.display_title_header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media (max-width: 768px) {
    .sectionContacto .ContactoTitulo {
        color: #FFF;
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
    }

    .sectionContacto .ContactoBtn {
        padding-top: 30px;
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }

    .form-container {
        width: 90%;
        margin: 30px 0px 30px 0px;
        padding: 0px;
    }

    .submit-btn {
        width: 40%;
        padding: 8px;
        background-color: #114867;
        color: #fff;
        border: none;
        border-radius: 25px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        text-align: center
    }
    .sectionContacto {
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        height: 300px !important;
    }
    .contacto {
        padding-top: 0px;
    }

    .form-group input[type="text"], input[type="email"], input[type="multiLine"] textarea {
        width: 100%;
        border-radius: 50px;
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        font-size: 16px;
        color: #555;
        padding:8px;
    }

    .contact-info p {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        padding-top: 9px;
    }
    .sectionContacto .ContactoTitulo {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
    }
    .map {
        margin: 0px;
        padding: 30px 0px 0px 0px;
        height: 230px;
    }
}

@media (max-width: 991px) {
    .sectionContacto .ContactoTitulo {
        font-size: 48px;
        line-height: 1.3;
    }

    .sectionContacto {
        height: Calc(100vh - 165px);
    }
}

@media (max-width: 576px) {
    .sectionContacto .ContactoTitulo {
        font-size: 35px;
        line-height: 45px;
    }
}
