.boton3 {
    color: #e8d18e;
    text-shadow: 0 0 30px #e8d18e99;
}

.divcontacto{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 1300px;
}

.sub1{
    text-align: center;
    font-size: 2.5em;
    letter-spacing: 1.3px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
}

.sub1border{
    border-bottom: 1.5px solid #ffbf00aa;
    padding: 0 10px;
}

.contacto1_box{
    width: 350px;
    max-width: 350px;  
    margin:0 auto;
}

.contacto2_box{
    margin: 0 auto;
    width: 425px;
    max-width: 450px;
    text-align: right;
    border: 1.5px solid #fffa;
    padding: 0;
    border-radius: 7.5px;
}

.subsub2{
    text-align: right;
    margin-bottom: 10px;
    letter-spacing: 1.1px;
    font-weight: 600;
}

.listitems{
    text-align: right;
    overflow: hidden;
    margin-bottom: 30px;
    letter-spacing: 1.2px;
}

.liend{
    margin: 0;
}

.contacto1_field{
    text-align: center;
    border: none;
    border: 1.5px solid #000;
    border-radius: 7.5px;
    padding: 0 15px;
    background-color: transparent;
}

.contacto2_ul{
    border: 1.5px solid #000;
    border-radius: 7.5px;
    padding: 15px;
    width: 100%;
}

.contacto1_legend {
    font-size: 1.5em;
    padding: 20px 10px;
    margin: 1px auto;
    font-weight: 600;
}

.labels{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 600;
}

.inputs {
    min-width: 85%;
    height: 25px;
    margin: 10px 0 10px 20px;
    padding: 0 5px;
    background-color: #fff;
    border: .5px solid #000a;
    border-left:3px solid #000a;
    border-radius: 2px;
    outline: none;
}

textarea {
    min-width: 85%;
    resize: none;
    min-height: 100px;
    margin: 10px 0 10px 20px;
    padding: 10px;
    background-color: #fff;
    outline: none;
    border:1px solid #000a ;
    border-left: 3px solid #000a;
    border-radius: 2px;
}

.input_e{
    width: 75px;
    height: 25px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1.5px solid #000a;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.input_e:hover{
    background-color: #fff9;
}

.input_e:active{
    background-color: transparent;
}

.icosco{
    width: 90px;
    float: left;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #000;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    transition: transform 0.3s ease, scale 0.3s ease;
}

.icosco a{
    transition: transform 0.3s ease;
}

.icosco img:hover{
    transform: scale(1.05);
}

.icosco a:active {
    background-color: transparent;
}

.icosContacto{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

.redirect-text{
    text-decoration: none;
    color: inherit;
    transition: font-size 0.3s ease, color 0.3s ease;
    font-size: .9em;
}

.redirect-text:hover{
    font-size: calc(1.05em);
    color: #96660d;
}

.redirect-text:active{
    font-size: calc(1.02em);
    color: #96660d77;
}

@media screen and (max-width:1000px){
    .icosco{
        width: 70px;
        float: left;
        background-color: #fff;
        border-radius: 100%;
        border: 1px solid #000;
        text-align: center;
        overflow: hidden;
        padding: 15px;
    }

    .contacto2_box{
        max-width: 375px; 
    }

    .redirect-text:hover{
        font-size: calc(1.03em);
        color: #96660d;
    }
    
    .redirect-text:active{
        font-size: calc(1.01em);
        color: #96660d77;
    }
}

@media screen and (max-width:850px){
    .icosco{
        width: 70px;
        float: left;
        background-color: #fff;
        border-radius: 100%;
        border: 1px solid #000;
        text-align: center;
        overflow: hidden;
        padding: 15px;
    }

    .contacto2_box{
        max-width: 350px; 
    }

    .redirect-text{
        font-size: .8em;
    }

    .contacto2_box{
        padding-left: 25px;
        margin-left: 0;
    }

    .redirect-text:hover{
        font-size: calc(.85em);
        color: #96660d;
    }
    
    .redirect-text:active{
        font-size: calc(.8em);
        color: #96660d77;
    }
}

@media screen and (max-width:700px){
    .icosco{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #fff;
        border-radius: 100%;
        border: 1px solid #000;
        text-align: center;
        overflow: hidden;
        padding: 15px;
    }

    .contacto2_box{
        max-width: 350px; 
    }

    .redirect-text{
        font-size: .8em;
    }

    .contacto2_box{
        padding-left: 25px;
        margin-left: 0;
    }

    .redirect-text:hover{
        font-size: calc(.85em);
        color: #96660d;
    }
    
    .redirect-text:active{
        font-size: calc(.8em);
        color: #96660d77;
    }
}

@media screen and (max-width:640px){

    .contacto2_box{
        height: 300px;
        margin-bottom: 130px;
    }

    .contacto2_ul{
        width: 250px;
        margin: auto
    }

    .listitems{
        text-align: center;
        margin-bottom: 75px;
    }

    .subsub2{
        text-align: center;
    }

    .icosco{
        width: 55px;
        height: 55px;
        border: 1.5px solid #000;
        position: absolute;
        margin: 65px 0 0 -30px;
    }

    .icosco.a2{
        margin-top: 65px;
    }

    .icosco.a3{
        margin-top: 85px;
    }

    .contacto1_legend{
        padding: 20px 5px;
    }
}

@media screen and (max-width:535px){

    .divcontacto{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        max-width: 1300px;
    }

    .contacto2_box{
        height: auto;
        width: 100%;
        margin: 0;
        margin: 50px auto;
        padding: 0;
    }

    .contacto2_ul{
        width: 100%;
        margin: auto
    }

    .listitems{
        text-align: center;
        margin-bottom: 75px;
    }

    .subsub2{
        text-align: center;
    }

    .icosco{
        width: 55px;
        height: 55px;
        border: 1.5px solid #000;
        position: absolute;
        margin: 65px 0 0 -30px;
    }

    .icosco.a2{
        margin-top: 65px;
    }

    .icosco.a3{
        margin-top: 85px;
    }

    .contacto1_legend{
        padding: 20px 5px;
    }

    .contacto1_box{
        margin: 0 auto;
        width: 100%;
    }

    .contacto1_field{
        width: 100%;
    }
}