@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Barlow, sans-serif;
    
}

html{
    scroll-behavior: smooth;
}

main{
    padding: 0;
    margin: 0;
}



.bg-ccea{
    
    background-image: url("../img/img-ccea-3.jpg") ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;

    
}

.title-ccea{
    display: flex;
    flex-direction:column;
    margin-top: 10em;
    width: 1200px;
    height: 70%;
    position: relative;
    
}


iframe:hover{
    transform: scale(1.05);
}


.title-ccea h1 {
    padding-top: 2em;
    width: 100%;
    font-weight: 900;
    color: white;
    filter: drop-shadow(1px 5px 5px rgba(32, 32, 32, 0.8));
    margin-right: 0;
}
.title-ccea h4 {
    padding-top: 0em;
    font-size: 50px;
    width: 700px;
    font-weight: 600;
    color: white;
    filter: drop-shadow(1px 5px 5px rgba(2, 2, 2, 0.8));
}


.bg-description-ccea .eduAmbiental-Video{
    position: absolute;
    right: 20em;
    top: -14em;
    width: 450px;
    height: 253px;
    border-radius: 20px;
    filter: drop-shadow(1px 5px 10px rgba(32, 32, 32, 0.459));
    z-index: 2;
    transition: all 0.2s ease-in;
}

.bg-description-ccea{

    
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 1250px;
    position: relative;
    
}

.bg-description-ccea h4{
     margin-top:2em;
    font-size: 40px;
    color: var(--main-violet);
}
.ccea-intro{
    max-width: 1200px;
    position: relative;
    
}
.ccea-intro h4{
    margin-top: 4em;
    font-size: 40px;
    color: var(--main-violet);

}
.icon-ccea-main{
    background-image: url("../img/icons/icon-ccea.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -4em;
    left: 0;
    z-index: 0;
    transition: transform 0.2s ease-out;
}

.icon-ccea-main:hover{
    transform: scale(1.1) rotate(-20deg);
    filter: drop-shadow(1px 5px 10px rgba(32, 32, 32, 0.459));
}

article{
    display: flex;
    gap: 2em;
    margin-top: 3em;
}
article p{
    width: 60%;
    color: var(--secondary-blue);
    padding-right: 3em;
    text-align: justify;
}
.video-ccea{
   
    width: 450px;
    height: 253px;
    border-radius: 20px;
    filter: drop-shadow(1px 5px 10px rgba(32, 32, 32, 0.459));
    transition: all 0.2s ease-in;
}

.img-paragraph-1{
    background-image: url("../img/img-ccea-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 45%;
   height: 200px;
    margin-right: 3em;
    border-radius: 20px;
}

.instalaciones-ccea {
    margin-top: 1em;
    background-color: var(--main-violet);
    
    width: 100%;
    display: flex;
    justify-content: center;
}
.instalaciones{
    width: 1200px;
    padding-bottom:5em;
    z-index: 2;
    
}
.instalaciones h1{
    color: white;
    margin-top: 2em;
    
}

.salones-ccea{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap:4em;
    width: 100%;
    margin-top: 1em;
    
    align-items: center;
    justify-content: center;
    justify-items: center;
    
}

.salon{
    background-color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--main-green);
    opacity: 0.5;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.salon img{
    width: 50%;
    transition: all 0.4s ease-out;
}
.salon:hover img{
    transform: scale(1.1);
}

.active{
    opacity: 1;
}
.salon:active, .salon:hover{
    opacity: 1;
}

#salones-desc{
    color:white;
    font-weight:800;
    font-size:40px;
}
.forms-ccea{
    background-color: var(--main-green);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.forms-ccea-container{
    
    width: 1200px;
}

.forms-ccea-container h2{
    color: white;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 70px;
    font-weight: 800;
    filter: drop-shadow(1px 5px 10px rgba(32, 32, 32, 0.459));
}

.forms-ccea-container h4{
    color: white;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
}

.forms-ccea-container p{
    color: white;

    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 1em;
}

.forms-ccea-container .dona{
    border: 3px solid white;
   
}

form{
    padding: 2em;
    background-color: white;
    width: 1200px;
    margin-bottom: 4em;
    border-radius: 20px;
    filter: drop-shadow(1px 5px 10px rgba(32, 32, 32, 0.459));
}

form h3{
    color: var(--main-violet);
    font-size: 50px;
    margin-bottom: 0.5em;
}

form p{
    color: var(--secondary-blue);
    font-size: 14px;
    padding-right: 10em;
}
.progress-bar-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1em;
}
.progress-bar-container p{
   
    color: var(--secondary-blue);
    font-size: 16px;
    width: 100%;
    

}

.progress-bar{
    background-color: var(--main-green);
    width: 50%;
    height: 10px;
    transition: width 0.8s ease-in-out;
}
.current{
    display: block;
}


.form-group-ccea{
   
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-bottom: 1em;
    gap: 1em;
}
.group-ccea{
    
    height: 80px;
    margin: 1em 0em;
}

.form-group-ccea-2{
   
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr);
    margin-bottom: 1em;
    gap: 1em;
}
.group-ccea-2{
    
    height: 80px;
    margin: 1em 0em;
}

.tel-form-ccea{
    width: 30%;
    
}

.act-type{
    grid-column: span 3;
}
.staff-form input{
    width: 50%;
}

label {
    color: var(--secondary-blue);
    margin-bottom: 0.5em;
}

input,select {
    width: 95%;
    height: 35px;
    padding: 0 1em;
    font-size: 16px;
    border-radius: 5px;
}

input{
    outline: red !important;
    border: 1px solid var(--main-green);
}
input:focus{
    outline: 2px solid var(--main-blue);
    border: 2px solid var(--main-blue);
    
}

input:invalid{
    outline: 2px solid rgb(255, 17, 0);
    border: 2px solid rgb(255, 17, 0);
    
}

.dates{
    display: flex;
    gap:1em;
    align-items: center;
}
.dates > input{
    width: 40%;
}
.date-form{
    grid-column: span 2;
}
.people-expected{
    grid-column: span 2;
    margin-left: 1em;
    padding-right: 3em;
}
.people-expected input{
    width: 30%;
}
.croquis-ccea-container{
    grid-row: span 2;
    grid-column: span 4;
}

button.dona{
    margin-bottom: 2em;
}

input[type="checkbox" ]{
    width: 15px;

}

.noshow-section{
    display: none;
}

.buttons{
    display: flex;
    margin-top: 2em;
    justify-content: space-between;
}


.img-instalaciones-1{
    background-image: url("../img/img-ccea-salon-1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.3s;

}

.img-instalaciones-2{
    background-image: url("../img/img-ccea-salon-2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.3s;

}

.img-instalaciones-3{
    background-image: url("../img/img-ccea-salon-3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.3s;

}

.img-instalaciones-4{
    background-image: url("../img/img-ccea-salon-4.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.3s;
    

}
.img-instalaciones-5{
    background-image: url("../img/img-ccea-salon-5.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.3s;
    

}


.instalaciones-ccea::after{
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(161,0,125,1) 0%, rgba(255,255,255,0) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.enviar{
    transform: scale(1.3);
    margin-right: 4em;
}

.checkbox{
    display: flex;
    align-items: center;
    gap:0.5em;
}
.checkbox label {
    margin: 0;
}

.img-croquis{
    width: 90%;
}

.main-4{
    display:flex;
    justify-content:center;
}



.main-4-1 {
        
        display: flex;
        flex-direction: row;
        justify-content: center;
    }



@media (width <= 450px) {
    
    body, html{
        overflow-x:hidden;
    }
    
    .bg-description-ccea{
        height:1650px;
    }

    .title-ccea{
        display: flex;
        flex-direction:column;
        margin-top:5em;
        align-items:start;
        width: 350px;
        height: 70%;
        position: relative;
    }
    
    .title-ccea h1{
        font-size:60px;
    }
    .title-ccea h4{
        font-size:30px;
    }
    
    .eduAmbiental-Video{
        display:none;
    }
    
    .ccea-intro{
        width:350px;
    }
    
    .ccea-intro h4{
        margin-top:5em;
        font-size:30px;
    }
    article{
        display:flex;
        flex-direction:column-reverse;
    }
    
    .img-paragraph-1{
        width:100%;
    }
    .video-ccea {
        width:100%;
    }
    article p {
        font-size:18px;
        width:100%;
        padding:0;
    }
    .main-4-1 {
        
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .instalaciones{
        width:350px;
    }
    
    .instalaciones h1 {
        font-size:50px;
        line-height:2ch;
}
    
    .salones-ccea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
    width: 100%;
    margin-top: 1em;
    align-items: center;
    justify-content: center;
}
    
    .forms-ccea-container {
        width: 350px;
    }
    .forms-ccea-container h2{
        font-size:40px;
        line-height:2ch;
        margin-top:1em;
    }
    
    form{
        width:100%;
        border-radius:0;
    }
    form p{
        padding-right:0;
    }
    form h3{
        font-size:40px;
    }
    .form-group-ccea {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    margin-bottom: 1em;
    gap: 1em;
}


.form-group-ccea-2 {

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 1fr);

}
#salones-desc{
    color:white;
    font-weight:800;
    font-size:30px;
    text-align:center;
    margin:0 2em;
}

.group-ccea {
    height: 70px;
    margin: 0.5em 0em;
}
.tel-form-ccea {
    width: 50%;
}
.act-type {
    grid-column: span 2;
}
.staff-form{
    grid-column:span 2;
}
.date-form {
    grid-column: span 4;
}
.people-expected {
    grid-column: span 4;
    margin-left: 0em;
    padding-right: 1em;
}
    
}






