



.css_name{
    width: 1800px;
    min-width: 1905px;
}
body{
    background-image: linear-gradient(130deg, #f0fffe, #e6da97);
}


/* HEADER */
.header_title{
    font-family: 'Trebuchet MS';
    color: #e0ecff;
    align-self: center;
    position: absolute;
    left:50%;
    top: -27%;
    transform: translate(-50%, 0%);
    font-size: 50px;
    width: 900px;
    min-width: 900px;
}

.header{
    z-index: 5;
    position: sticky;
    top:-70px;
    background-color: orange;
    justify-content: center;
    align-content:center;
    margin: -0.4%;
    transform: scale(sx);
    padding: 30px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(20px);
    border-bottom: #818181 1px solid;
}
ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    overflow: hidden;
    width: 90%;
    margin: 0%;
    padding: 0px;
    position: relative;
    left: 5%;
    top: 25%;
}
.header li{
    font-size: 30px;
    padding: 10px;
}
.header a{
    color: aliceblue;
    font-family: Tahoma;
    text-decoration: none;
}
.header a:hover{
    color: aliceblue;
    border-bottom: 3px solid;
    animation-name: enlaces;
    animation-duration: 0.2s;
    position: relative;
    top: 0%;
}
@keyframes enlaces{
    0%{
        border-bottom: 0px solid;
        top: 0%;
    }
    50%{
        border-bottom: 3px solid;
        top: -10%;
    }
    100%{
        border-bottom: 3px solid;
        top: 0%;
    }
}





.section{
    background-image: linear-gradient(130deg, #9e6a2f, #6d3d10);
    width: 400px;
    height: 500px;
    border-radius: 30px;
    margin: 40px;
    align-content: center;
    justify-content: center;
    display: flex;
    transition: 0.2s;
    box-shadow: 0px 0px 15px rgb(27, 27, 27);

    animation-name: seccionintro;
    animation-duration: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.section div{
    background-image: linear-gradient(130deg, #d1d1d1, #ffffff);
    width: 90%;
    margin: 20px;
    height: 92%;
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    display: flex;
    transition: 0.2s;
}

.section:hover{
    scale: 1.1;
    transition: 0.2s;
    box-shadow: 10px 10px 25px rgb(27, 27, 27);
}





.section1{
    background-image: linear-gradient(130deg, #9e6a2f, #6d3d10);
    width: 400px;
    height: 500px;
    border-radius: 30px;
    margin: 40px;
    align-content: center;
    justify-content: center;
    display: flex;
    transition: 0.2s;
    box-shadow: 0px 0px 15px rgb(27, 27, 27);

    animation-name: seccionintro;
    animation-duration: 1s;
    animation-delay: 0.1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section1 div{
    background-image: linear-gradient(130deg, #d1d1d1, #ffffff);
    width: 90%;
    margin: 20px;
    height: 92%;
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    display: flex;
    transition: 0.2s;
}

.section1:hover{
    scale: 1.1;
    transition: 0.2s;
    box-shadow: 10px 10px 25px rgb(27, 27, 27);
}







.section2{
    background-image: linear-gradient(130deg, #9e6a2f, #6d3d10);
    width: 400px;
    height: 500px;
    border-radius: 30px;
    margin: 40px;
    align-content: center;
    justify-content: center;
    display: flex;
    transition: 0.2s;
    box-shadow: 0px 0px 15px rgb(27, 27, 27);

    animation-name: seccionintro;
    animation-duration: 1s;
    animation-delay: 0.2s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.section2 div{
    background-image: linear-gradient(130deg, #d1d1d1, #ffffff);
    width: 90%;
    margin: 20px;
    height: 92%;
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    display: flex;
    transition: 0.2s;
}

.section2:hover{
    scale: 1.1;
    transition: 0.2s;
    box-shadow: 10px 10px 25px rgb(27, 27, 27);
}



@keyframes seccionintro {
    from{
        position: relative;
        left: 300px;
        opacity: 0;
    }
    to{
        position: relative;
        left: 0px;
        opacity: 1;
    }
}





p{
    font-family: Helvetica;
    text-align: center;
}

.titulo{
    font-family: Helvetica;
    color: #db5800;
    font-size: 30px;
}



.footer{
    position:relative;
    bottom: -200px;
    justify-content: center;
    align-items: center;
    align-content:center;
    margin: -0.4%;
    padding: 100px;
    height: 400px;
    background-color: rgb(31, 31, 31);
    backdrop-filter: blur(20px);
    border-bottom: #3f1c00 30px solid;
}
.footer p{
    color: #e0ffff;
}
.footer li{
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 100px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.boton1{
    background-image: linear-gradient(130deg, #7bff69, #0f920b);
    border-radius: 15px;
    width: 137px;
    height: 40px;
    transition: 0.3s;
    border: none;
    align-self: center;
    position: relative;
    top: 10px;
    width: 137px;
    left: 63px;
}
.boton1:hover{
    background-image: linear-gradient(130deg, #33e4e4, #1d8181);
    border-radius: 20px;
    width: 167px;
    height: 60px;
    transition: 0.3s;
    top: 0px;
    left: 53px;
    left: 48px;
}
.boton1:active{
    border-radius: 15px;
    width: 137px;
    top: 10px;
    height: 40px;
    transition: 0.3s;
    left: 63px;
}
.boton1 b{
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.footercontent{
    position:relative;
    transform: translate(0px, -200px);
}

.inputs{
    width: 260px;
    height: 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #088828;
    transition: 0.3s;
    border: 2px #d4e7ff solid;
}
.inputs:focus{
    scale: 1.1;
}

.fecha{
    width: 125px;
    height: 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #088828;
    transition: 0.3s;
    border: 2px #d4e7ff solid;
}
.fecha:focus{
    scale: 1.1;
}

.mensaje{
    width: 260px;
    height: 100px;
    resize: none;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #088828;
    transition: 0.3s;
    border: 2px #d4e7ff solid;
}
.mensaje:focus{
    scale: 1.1;
}

.gmap_iframe{
    border-radius: 20px;
    
}
.mapouter{
    border: #E8DCB9 10px solid;
    border-radius: 31px;
    box-shadow: 8px 8px 15px black;
}

.imglist{
    width: 400px;
    margin: 20px;
}

.infosection{
    max-width: 100px;
    height: 400px;
    min-height: 400px;
}

img{
    width: 800px;
    height: auto;
    border-radius: 30px;
    box-shadow: 5px 5px 15px black;
}

.video{
    border-radius: 20px;
    width: 800px;
    height: 450px;
    border: 5px rgb(248, 96, 96) solid;
    box-shadow: 5px 5px 15px black;
    transition: 0.2s;
}
.video:hover{
    scale: 1.04;
    box-shadow: 8px 8px 20px black;
}

.logos{
    width: 48px;
    height: 48px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 10px;
    opacity: 1;
}

.logos:hover{
    animation-name: logoanim;
    animation-duration: 0.3s;
    scale: 1.1;
    opacity: 0.8;
}




@keyframes logoanim{
    0%{
        rotate: 0deg;
    }
    25%{
        rotate: -10deg;
    }
    75%{
        rotate: 10deg;
    }
    100%{
        rotate: 0deg;
    }
}

*{
  overflow: visible !important;
}
img{
    overflow: hidden !important;
}
div{
    margin: 3em auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
b{
    font-size: 20px;
}


.fondo{
    z-index: -1;
    position: fixed; 
    box-shadow: none; 
    opacity: 0.1;
    width: 100%;
    height: auto;
    align-self: center;
    justify-self: center;
}



.calculadora{
    background-color: rgb(248, 209, 173);
    border: #703a07 20px solid;
    margin-top: 50px;
    align-self: center;
    display: flex;
    justify-content: center;
    align-content: center;

    width: 1000px;
    height: 600px;

    border-radius: 40px;
}
.calculadora ul{
    justify-self: center;
    align-self: center;

}
.calculadora input{
    border-radius: 20px;
    width: 350px;
    height: 53px;
    justify-self: center;
    align-self: center;
    position:absolute;
}
.calculadora h3{
    justify-self: center;
    align-self: top;
    position:absolute;
}

.calculadora button{
    background-image: linear-gradient(130deg, #7bff69, #0f920b);
    border-radius: 15px;
    transition: 0.3s;
    position: absolute;
    transform: translate(0px, 500px);
    border: none;
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
}
.calculadora button:hover{
    background-image: linear-gradient(130deg, #33e4e4, #1d8181);
    scale: 1.1;
    margin: 0px;
    padding: 0px;
    transform: translate(0px, 454px);
    font-size: 17px;
}
.calculadora button:active{
    background-image: linear-gradient(130deg, #7bff69, #0f920b);
    scale: 0.9;
    margin: 0px;
    padding: 0px;
    transform: translate(0px, 556px);
    font-size: 17px;
}