body{
    margin: 0
}

/*************** FONTS ***************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

p, .services, .sev1-1, .sev1-2, .sev2-1, .sev2-2,  label, .form{
    font-family: "Montserrat";
}
h3, .headerContact{
    font-family: "Montserrat";
    font-weight: 400;
}

/*************** HEADER ***************/

header {
    width: 100%;
    height: auto;
    background-color: #121212;
    padding: 20px 0 30px 0;
    
}
.cabecera{
    width: 100%;
    height: auto;
}
.logo img{
    width: 300px;
    display: flex;
    justify-self: center;
}
.barraDivisora{
    background: linear-gradient(90deg, #f9c81b, rgb(255, 255, 255), #ffe27b);
    width: 100%;
    height: 5px;
}

/*************** FIRST PART ***************/

.section1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(images/bckImage.png) ;
    background-size: cover;
    padding: 100px 0;
    z-index: 1;
}
.text1{
    display: flex;
    font-size: 33px;
    font-weight: bold;
    width: 650px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

/*************** SECOND PART ***************/

.section2{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/mediocirculo.png);
    background-size:cover;
    margin-bottom: 0;
    padding-bottom: 0;
}
.segundaParte{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    padding: 100px 0 0 0;
    background-color: transparent;
}
.text2{
    font-size: 24px;
    text-align: justify;
}
.form{
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-size: 20px;
}
.services{
    margin-top: 80px;
    width: 10%;
    text-transform: uppercase;
    padding: 20px 40px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #121212;
    margin-bottom: 0;
    display: flex;
    border-radius: 20px 20px 0 0;
    justify-content: center;
}

/*************** THIRD PART ***************/

.section3{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #121212;
    background-size: cover;
}

.text3{
    font-size: 27px;
    color: #fff;
    justify-content: center;
}
.header2{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.barraDivisora2{
    background: linear-gradient(90deg, #f9c81b, rgb(255, 255, 255), #ffe27b);
    width: 70%;
    height: 7px;
    margin:30px 0 50px 0;
    justify-self: center;
}
.servicesContainer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
}
.services1, .services2{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
}
.sev1-1, .sev1-2, .sev2-1, .sev2-2{
    border: 2px solid #fff;
    border-radius: 20px;
    align-items: center;
    padding: 20px;
    text-align: center;
}
.sev1-2, .sev2-1, .sev2-2{
    padding: 38px;
}
.sev1-1, .sev1-2{
    margin-right: 70%;
}
.sev2-1, .sev2-2{
    margin-left: 70%;
}
.sev1-1{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/*************** FOURTH PART ***************/

.section4{
    width: 100%;
    height: auto;
    display: inline-block;
    align-items: center;
    justify-content: center;
    background-image: url(images/backgroundForm.png);
    background-size: cover;
    padding-bottom: 80px;
}
.headerItems{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
}
h3{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    text-align: center;
}
.headerContact{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    justify-self: center;
    margin-top: 50px;
}
.header2-2{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    justify-self: center;
    margin: 0;
}
.barraDivisora3{
    background: linear-gradient(90deg, #f9c81b, #ffe27b, rgb(255, 255, 255));
    width: 20%;
    height: 7px;
    margin:15px 0 60px 25%;
}

.form-container{
    width:750px;
    background:#fff;
    padding:50px;
    border:2px solid #333;
    border-radius:20px;
    justify-self: center;
}

.form-row{
    display:flex;
    gap:60px;
    margin-bottom:40px;
}

.form-group{
    flex:1;
    display:flex;
    flex-direction:column;
}

label{
    font-weight:bold;
    margin-bottom:15px;
}

input{
    border:none;
    border-bottom:2px solid #666;
    background:transparent;
    padding:8px 0;
    font-size:15px;
}

input:focus{
    outline:none;
    border-bottom:2px solid #000;
}

.full-width{
    margin-bottom:40px;
}

textarea{
    margin-top:15px;
    border:none;
    background:#dcdcdc;
    border-radius:10px;
    padding:15px;
    resize:none;
    height:120px;
    font-size:15px;
}

textarea:focus{
    outline:none;
}

.button-container{
    text-align:center;
    margin-top:30px;
}

button{
    background:#0d0d0d;
    color:white;
    border:none;
    padding:15px 45px;
    border-radius:12px;
    font-weight:bold;
    letter-spacing:1px;
    cursor:pointer;
}

/*************** FOOTER PART ***************/

footer{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #121212;
}
.footerLogo{
    width: 170px;
    padding: 30px 0 30px 0;
}

/*************** MEDIA QUERIES ***************/

/* Tablets grandes */
@media (max-width:1024px){

.text1{
    width:80%;
    font-size:28px;
}

.segundaParte{
    width:80%;
}

.services{
    width:25%;
}

.services1, .services2{
    width:40%;
}

.form-container{
    width:85%;
}

h3{
    width:80%;
}

.headerContact,
.header2-2{
    width:80%;
}

}

/* Tablets pequeñas */
@media (max-width:768px){

.logo img{
    width:220px;
}

.text1{
    width:90%;
    font-size:24px;
}

.section1{
    padding:70px 20px;
}

.segundaParte{
    width:90%;
    padding:70px 20px 0 20px;
}

.text2{
    font-size:22px;
}

.services{
    width:35%;
    font-size:18px;
    justify-self: center;
    margin-bottom: 0;
}

.servicesContainer{
    flex-direction:column;
}

.services1, .services2{
    width:80%;
}

.sev1-1, .sev1-2{
    margin-right:0;
}

.sev2-1, .sev2-2{
    margin-left:0;
}

.form-container{
    width:90%;
    padding:40px 30px;
}

.form-row{
    flex-direction:column;
    gap:30px;
}

h3{
    width:90%;
}

.headerContact,
.header2-2{
    width:90%;
}

.barraDivisora3{
    width:40%;
    margin-left:5%;
}

}

/* Celulares */
@media (max-width:430px){

.logo img{
    width:180px;
}

.text1{
    font-size: 14px;
    padding-left: 15px; ;
}

.text2{
    font-size:20px;
}

.text3{
    font-size:22px;
    text-align:center;
}

.header2{
    font-size: 24px;
}

.services{
    width:55%;
    font-size:16px;
}

.section1{
    padding:60px 0;
}

.segundaParte{
    padding:50px 15px 0 15px;
}

.services1, .services2{
    width:95%;
}

.sev1-1, .sev1-2, .sev2-1, .sev2-2{
    padding:20px;
    width: 80%;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}

.form-container{
    width:75%;
    padding:30px 20px;
}

textarea{
    height:100px;
}

button{
    width:100%;
}

.footerLogo{
    width:140px;
}

}

/*
#f9c81b
#ffe27b
*/