/*FONTS*/ 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
/*JAVA*/
.custom-success-title{
font-family: 'Quicksand', sans-serif;
font-size: 38px;
font-weight: 500;
color: #FFFFFF;
} 
.custom-success-icon {
    width: 98px;
    height: 88px;
    background: #D91E22;
} 
.custom-success-popup {
    background-color: #D91E22;
    border-radius: 35px;
}   
.swal2-popup {
    font-family: 'Quicksand', sans-serif; 
} 
.mi-clase-personalizada{
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}
.personalizadaCv{
    color: #D91E22;
    
}
.custom-sucess-popup-2{
    border-radius: 35px;
    background:  #D91E22; 
}

            /*BODY-FORM-BODY-FORM-BODY-FORMULARIO*/
body{
    background: rgb(250, 250, 250);
    font-family: 'Quicksand', sans-serif;
}
.contentC{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
    margin-top: 50px;
}
.tel-contact{
    display: flex;
    align-items: center;
}
.tel-contact p{
    padding: 0px !important;
    margin-left: 5px;
}
.tel-contact img{
    width: 100%;
    max-width: 24px;
}
.contact-wrapper{
    position: relative;
}
.contact-form h3{
    color: #d91e22;
    margin: 0;
    padding: 0px 0px 70px 20px;
    border-radius: 25px;
    font-size: 40px;
    font-weight: 600;
}
.contact-form form{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact-form form .blok{
    grid-column: 1 / 3;
}
.contact-form form p{
    margin: 0;
    padding: 0px 20px 50px 20px;
    font-size: 20px;
    font-weight: 400; 
    color: #6c6c6c;
}
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: none;
    color: #000000;
    border-bottom: 1px solid #6c6c6c;
}
.contact-form form button{
    background: #d91e22;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.250);
    padding: 15px 65px;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    left: 390px;
    cursor: pointer;
}
.contact-form form button:hover,
.contact-form form button:focus {
    background:#f04c52;
    color: #ffffff;
    transition: background-color 0.7s ease-out;
    outline: 0;
}    
        /*INFO-CONTACT-INFO-CONTACT-INFO-CONTACT*/
.contact-info{
    margin: 0px 20px 0px 110px;
}
.contact-info ul{
    text-align: left;
    font-size: 20px;
}
.contact-info h4 {
    text-align: left;
    margin: 25px 0px 12px 18px;
    font-weight: 600;
    font-size: 28px;
    color: #4e4e4e;;
    line-height: 1.3;
}
.contact-info h4 span{
    color: #d91e22;
}
.info ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.info .blok{
    grid-column: 1 / 3;
    padding: 15px 23px;
}
.info ul li{
    padding: 0px 0px 25px 25px;
    color: #272727;
    font-weight: 500;
}
.info ul li span{
    color: #6c6c6c;
    font-style: normal;
    font-weight: 300;
    line-height: 2.5;
}
.info .redesImg{
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin-right: 20px;
}                  /*ENVIAR CV-ENVIAR CV-ENVIAR CV*/
.main{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: auto;
    background-color: #d91e22;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
    height: 780px;
}
.work-wrapper{
    position: relative;
}
.work-form h3{
    color: #ffffff;
    margin: 0px 0px 0px 40px;
    padding: 40px 0px 70px 8px;
    border-radius: 25px;
    font-size: 38px;
    font-weight: 500;
}
.work-form form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 0px 0px 36px;
}
.work-form form .blok{
    grid-column: 1 / 3;
}
.work-form form p{
    margin: 0;
    padding: 0px 20px 50px 15px;
    font-size: 20px;
}
.work-form form input,
.work-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
p#texto{
    text-align: center ;
    color: rgb(212, 30, 30);
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px 0px 0px;
}
div#div_file{
    padding: 6px;
    width: 200px;
    height: 43px;
    background-color: rgb(255, 255, 255);
    position: relative;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.250);
    margin: 0px 0px 0px 15px;
    font-size: 12px;
}
input#btn_enviar{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    cursor:pointer;
}                    
.botonCv{
    position: relative;
    right: 100%;
    top: 40%;
}                 /*INFO CV-INFO CV-INFO CV*/
.work-info ul li {
    padding: .7em;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    width: 372px;
}
.work-info a {
    display: inline-block;
    margin-right: 10px; /* Margen entre la imagen y el texto */
    padding: 5px;
}
.work-info img {
    width: 43px;
    height: 43px;
}
.work-info {
    position: relative;
    left: 120px;
    top: 79px;
    width: 340px;
    background-color: #D91E22;
}
#captcha{
    position: relative;
    left: 15px;
    top: 27px;
}
.work-form form button{
    position: relative;
    left: 370px;
    top: 110px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    background: #ffffff;
    color: #d91e22;
    border: 0;
    padding: 13px 50px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.250);
}
.work-form form button:hover,
.work-form form button:focus {
    background:#e8e5e5;
    color: #c13030;
    transition: background-color 0.7s ease-out;
    outline: 0;
}
#archivo_seleccionado {
    position: relative;
    left: 230px;
    bottom: 45px;
    margin-top: 0;  
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
a.txtSelecc{
    position: relative;
    font-size: 12px;
    bottom: 30px;
    line-height: 16.25px;
    color: #ffffff;
}     
     

@media (min-width: 320px) and (max-width: 664px)  {
    /*FORMULARIO*/
.contentC{
    z-index: 1;
}
.contact-wrapper{
    opacity: 1 !important; /* Asegura de que el elemento sea visible */
    transform: none !important; /* Anula la animación */
}
.contact-form form {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin: 0 auto; 
    max-width: 285px; 
}
.contact-form form .blok{
    grid-column: 1 / 1;
}
.contact-form form p{
    margin: 0;
    width: 341px;
    font-size: 18px;    
    font-weight: 400; 

}
.contact-form h3{
    margin: 50px auto;
    padding: 0em 1.4em 0em 1.4em;
    font-size: 30px;
    font-weight: 600;
}
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .4em;
    max-width: 400px;
    margin: 0; 
}
.contact-form form button{
    font-size: 16px;
    font-weight: 500;
    width: 184px;
    margin-top: 3em; 
    left: 60px;
}                      /*CONTACT-INFO*/
.main{
    padding: 1em;
    display: flex;
    justify-content: center; 
}

.contact-info{
    position: relative; 
    padding: 0;
    height: 630px;
    margin: 0 auto; 
    text-align: center;
}

.info{
    margin: 0;
    padding: 0em 0em 0em 2.3em;
    display: block;
    width: 290px;
    margin: 0 auto; 
}
.contact-info h4 {
   /* margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    right: -10%; 
    top: 10%;
    width: 200px;  */
    display: none;
}
.info ul{
    box-shadow: none;
    position: relative;
    width: auto;
    left: -5%;
    top: 1em;
    background: transparent;
    transition: none;
    height: 500px;
    text-align: center;
    align-items: center;
}
.contact-info .blok{
    padding: 0em;
    display: block;
    font-size: 16px;
}
.contact-info ul li{
    padding: 0;
    color: #272727;
    font-weight: 500;
    width: 240px;
}
li.blockRpv{
    grid-column: 1 / 1;
    font-size: 16px;
}
.imgRedes{
width: 246px;
font-size: 16px;
}
.redesImg img {
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    left: 20px;
}                     /*FORM-ENVIAR CV*/
.main{
    height: 1220px;
}
#captcha{
    position: relative;
    top: -10px;
}
.work-form h3{
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    width: 210px;
    position: relative;
    left: 7%;
    bottom: 5em;
}
.work-form form{
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    position: relative;
    top: 9em;
}
.work-form form .blok{
    grid-column: 1;
}
.work-form form p{
    margin: 0;
    padding: 2em;
    font-size: 18px;
}
p#texto{
    font-size: 16px;
    font-weight: 500;
}
div#div_file{
    width: 184px;
    position: relative;
    border-radius: 10px;
    margin: 25px;
    left: 52px;
}
#archivo_seleccionado{
    position: relative;
    left: 65px;
    top: 13px;
    margin-top: 0;  
    font-size: 10px;
    font-weight: 400;
}
a.txtSelecc{
    position: relative;
    font-size: 11px;
    top: 30px;
    left: -10px;
}
.work-form form button{
    position: relative;
    left: 375px;
    top: 140px;
    font-size: 18px;
    border-radius: 15px;
    height: 54px;
}
.botonCv{
    right: 95%;
}                       /*INFO-CV*/
.work-info {
    position: relative;
    left: 0px;
    top: 0px;
    width: 0;
}
.work-info ul{
    box-shadow: none;
    background: transparent;
    position: absolute;
    transition: none;
    left: 10px;
    top: -59em;
}
.work-info ul li {
    padding: 1em;
    font-size: 16px;
    margin: auto;
    width: 320px;
    line-height: 15px;
}
.work-info a {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px; 
    padding: 5px;
    line-height: 15px;
}

}   /*Final de diseño responsive Mobile e inicio de diseño responsive Medium*/
@media (min-width: 665px) and (max-width: 1359px) {
        /*FORMULARIO*/
    .contentC{
        z-index: 1;
    }
    .contact-wrapper{
        opacity: 1 !important; /* Asegura de que el elemento sea visible */
        transform: none !important; /* Anula la animación */
    }
    .contact-form form {
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        margin: 0 auto; 
    }
    .contact-form form .blok{
        grid-column: 1 / 1;
    }
    .contact-form form p{
        margin: 0;
        width: 450px;
        font-size: 18px;    
        font-weight: 400; 
    
    }
    .contact-form h3{
        margin-top: 30px;
        font-weight: 600;
        font-size: 30px;
        line-height: 1.3;
        position: relative;
        right: -13.5%; /*AQUÍ*/    
        top: 10%;
        width: 200px;   
    }
    .contact-form form input,
    .contact-form form textarea {
        width: 100%;
        padding: .4em;
        max-width: 400px;
        margin: 0; 
    }
    .contact-form form button{
        font-size: 16px;
        font-weight: 500;
        width: 204px;
        margin-top: 1em; 
        left: 100px;
    }                      /*CONTACT-INFO*/
    .main{
        padding: 1em;
        display: flex;
        justify-content: center; 
    }
    
    .contact-info{
        position: relative; 
        padding: 0;
        height: 590px;
        margin: 0 auto; 
        text-align: center;
    }
    
    .info{
        margin: 0;
        display: block;
        width: 290px;
        margin: 0 auto; 
    }
    .contact-info h4 {
        /* margin: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.3;
        position: relative;
        right: -15%; AQUÍ    
        top: 6%;
        width: 200px;  */ 
        display: none;
    }
    .info ul{
        background: transparent;
        transition: none;
        height: 500px;
        text-align: center;
        align-items: center;
        box-shadow: none;

    }
    .contact-info .blok{
        padding: 0em;
        display: block;
        font-size: 16px;
    }
    .contact-info ul li{
        padding: 0;
        color: #272727;
        font-weight: 500;
        width: 240px;
    }
    li.blockRpv{
        grid-column: 1 / 1;
        font-size: 16px;
    }
    .imgRedes{
    width: 246px;
    font-size: 16px;
    }
    .redesImg img {
        display: block;
        width: 42px;
        height: 42px;
        position: relative;
        left: 20px;
    }                     /*FORM-ENVIAR CV*/
    .main{
        padding: 1.5em;
        height: 1060px;
    }
    .work-form h3{
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 500;
        width: 210px;
        position: relative;
        left: 7%;
        bottom: 4em;
    }
    .work-form form{
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
        position: relative;
        top: 10em;
    }
    .work-form form .blok{
        grid-column: 1;
    }
    .work-form form p{
        margin: 0;
        padding: 2em;
        font-size: 14px;
    }
    p#texto{
        font-size: 16px;
        font-weight: 500;
    }
    div#div_file{
        width: 184px;
        position: relative;
        border-radius: 10px;
        margin: 25px;
        left: 52px;
    }
    #archivo_seleccionado{
        position: relative;
        left: 65px;
        top: 13px;
        margin-top: 0;  
        font-size: 10px;
        font-weight: 400;
    }
    a.txtSelecc{
        position: relative;
        font-size: 11px;
        top: 30px;
        left: -10px;
    }
    .work-form form button{
        position: relative;
        left: 375px;
        top: 115px;
        font-size: 18px;
        border-radius: 15px;
        height: 54px;
    }
    .botonCv{
        right: 95%;
    }                       /*INFO-CV*/
    .work-info {
        position: relative;
        left: 0px;
        top: 0px;
        width: 0;
    }
    .work-info ul{
        box-shadow: none;
        background: transparent;
        position: absolute;
        transition: none;
        left: 10px;
        right: 0;
        bottom: 0;
        top: -51em;
        width: 320px;
        height: 280px;
    }
    .work-info ul li {
        padding: 1em;
        font-size: 16px;
        margin: auto;
        width: 320px;
        line-height: 15px;
    }
    .work-info a {
        font-size: 14px;
        display: inline-block;
        margin-right: 10px; 
        padding: 5px;
        line-height: 15px;
    }
    #captcha{
    top: -20px;
    }
    .webin{
        height: auto;
    }
    .webin-wrapper{
        flex-direction: column;
    }
    .webin-info{
        width: 370px;
        height: 400px;
        margin: 30px;
    }
    .info-gw h1 {
        font-size: 16px;
    }
    .info-gw img {
        width: 300px;
    }
    .contact-formW{
        width: 400px;
    }
    .ins-wrapper{
        align-items: center;
    }
    .c-f-flex {
        flex-direction: column;
        margin: 0;
    }
    .c-f-row{
        margin-bottom: 30px;
        font-size: 18px;
    }
    .butones {
        justify-content: center;
    }
    .plus{
        width: auto;
    }
 }          /*MONITOR*/
@media (min-width: 1360px){
.contact-wrapper{
    display: grid;
    grid-template-columns: 2fr 2fr;
    padding: 1.5em;
}
.contact-wrapper > * {
    padding: 0px 40px;
}
    .contact-info h4,
    .contact-info ul,
    .contact-info p {
    padding: 1em;
    text-align: left;
}
.work-wrapper{
    display: grid;
    grid-template-columns: 2fr 2fr;
    padding: 1.5em;
}
.work-wrapper > * {
    padding: 0px 40px;
}
.work-info h4,
.work-info ul,
.work-info p {
    padding: 1em;
    text-align: justify;
    width: 390px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}
.linkedinTxt{
    width: 290px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
} }
@media (min-width: 1360px) and (max-width: 1450px){
    .info ul {
    grid-template-columns: 3fr 2fr;
}
.contact-form form button {
    left: 310px;
}
.work-form form button {
    left: 295px;
}
}
@media (min-width: 1610px){
    .work-form{
        margin-left: 125px;
    }
.work-form form button {
    position: relative;
    left: 435px;
}
.contact-form form button{
    left: 435px;
}
}
/* Estilos personalizados para el botón de cerrar */
.swal-close-button {
    color: #333; /* Color del icono de cerrar */
    font-size: 24px; /* Tamaño de fuente del icono de cerrar */
}

/* Estilos adicionales para la imagen */

#boton{
    background-color: #e60012;
    border: none;
    border-radius: 10px;
    width: 210px;
    color: white;
    padding: 10px;
    font-size: 18px;
    position: relative;
    bottom: 75px;
    cursor: pointer;
}

/* Estilos para el botón de cierre */
.swal2-close {
    position: absolute;
    top: 30px; 
    right: 45px; 
    z-index: 1000;  
    font-size: 35px;
    width: 23px; 
    height: 23px; 
    color: #7a7a7a;
}
@media (max-width: 768px){
    .swal2-popup {
        width: 32rem !important; 
    }
    #linkMovil {
        opacity: 1 !important;
    }
    #boton{
        bottom: 50px;
        width: 165px;
        padding: 5px;
    }
}
@media (max-width: 410px){
    .swal2-close{
        right: 25px;
        top: 13px;
    }
}