body {
margin: 0 auto;
padding: 0;
	
}

main {
max-width: 1170px;
margin: 0 auto;
width:100%;
}


.header1 {
position: fixed;
display: flex;
justify-content: space-between;
width: 100%;
max-width: 100%;;
background-color: #496ac9;
padding: 25px;
top: 0;
align-items: center;
z-index: 1000;

}

h1 {
  color: white;
  font-family: "Lobster", sans-serif;
  font-size: 32px;
  margin: 0;
  margin-left: 80px; /* Decrease margin-left to move left */
}


.nav-item.active {
background-color: #0a3edd;
color: #ffffff;
}



.nav-item {
display: flex;
background-color: #fff;
padding: 10px;
text-align: center;
margin-right: 10px;
font-family: "Montserrat", sans-serif;
font-size: 14px;
color: #496ac9;
border: 3px solid #a3baff;
border-radius: 7px;


}
.navigationbar{
display: flex;
justify-content: center;
max-width: 100%;
position: fixed; 
top: 10px;
width:100%; 
align-items: center;
margin: 0 auto;
padding-right: 20px;
left:90px;
}   

.navigation a {
text-decoration: none;
color: inherit;
}

.navigation {
display: flex; 
list-style: none; 
padding: 0; 
	 
}

.nav-item:hover {
text-decoration: none;
background-color: #0a3edd;
color: #ffffff;
background-position: 20px 0;
}


.headerContainer {
background-image: url("images/cabecera_int.jpg");
background-size: 100% auto;
background-position: center;
background-repeat: no-repeat;
max-width: 100%;
height: 500px;
display: flex;
align-items: center;
justify-content: center;
margin-top: -37px;
padding: 0;
filter: brightness(0.9); 
	}

.titulo h2 {
font-family: "Lobster", sans-serif;
font-size: 32px;
margin-top: 70px;
color: #ffffff;
padding: 20px;
left: 200px;
position: absolute;
top:60px;

}

.logo2 {
position: absolute;
top: 145px; 
left: 11%; 
width: 50px;
height: auto;
z-index: 2; 
	
}





.header1, .headerContainer, .footer11, .footer2, .termsprivacy {
width: 100%;
}

.titulo5 {
font-family: "Lobster", sans-serif;
font-size: 26px;
color: #496ac9;
margin: 0; 
top:-50px;
left: 15%;
transform: translateX(-50%); 
position: absolute; 
	
}
	
	
.line1 {
flex: 1;
border: none; 
height: 2px; 
background-color: #0a3edd; 
margin-left: 90px;
width: 80%; 
	
}
	
.contactUS {
margin-top: -30px;
	text-align: center; 
	position: relative;
}





.main-content {
  max-width: 900px;
  height:900px;
  display: flex;
  gap: 0px; 
  box-sizing: border-box;	
  justify-content: space-between;
  margin-left: auto;
  margin-right: 200px;
  
  }
  

  .news-column {
    width:70%;
    float: left; 
    max-width: 1500px; 
    margin-left: auto;
    height: 600px;
    box-sizing: border-box; 
    margin-top: 35px;
   
    }
    

.news-heading {
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 20px; 
top: 10px; 
left:-10%;
color: black;
margin-left: 20px; 
}
	
.article-container {
display: flex;
align-items: center;
margin-top: 0px;
position: relative;
}

  

.small {
  border: none; 
  border-top: 3px solid #a3baff; 
  height: 0; 
  margin-bottom: 10px; 
}


.imagenes{
width: 120px; 
height: 120px; 
}


.news2 {
flex: 1; 
display: flex;
justify-content: space-between; 
align-items: center; 
}


.news-text{
flex: 1; 
padding-left: 20px; 
}


.news-text h3  a {
color:#707172;
font-family: "Montserrat", sans-serif;
font-size: 18px;
margin-bottom: 10px;
}

.news-text h3 a:hover {
text-decoration: underline;
color:#0a3edd;
	
}

.news-text p {
font-family: "Montserrat", sans-serif;
font-size: 16px;
margin-top: 20px;
color: #666;
}






.social-media {
  width:200px;
  height:200px;
  display: flex;
  flex-direction: column;
  width: 15%; 
  position: absolute;
  bottom:-590px;
  left:15%;
  padding: 0px;
  z-index: 5; 
  }

.socialmediaheading {
font-size: 20px;
font-family: "Montserrat", sans-serif;
color: black;
text-align: left;
left:20%;
z-index: 5; 
left:20px;
bottom:195px;
padding-bottom: 10px;
position:absolute;
}
  
  
.socialmedia1 {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  max-width: 250px;
  width:100%;
  }
      
.socialmedia1 ul {
  list-style-type: none;
  display: flex;
  background-color: #496ac95e;
  padding-left: 5px; 
  padding-right: 5px;
  height: 60px;
  width: auto;
  justify-content: space-around;
  border-radius: 25px;
  }
      
.socialmedia1 li {
  margin: 0px 10px;
  }
      
.socialmedia1 a {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
color: black;
text-decoration: none;
}
      
.socialmedia1 a i {
  font-size: 24px;
  margin-top: 10px;
  text-align: center;

} 

  
.circle-icon1 {
background: #e1306c;
padding:8px;
border-radius: 50%;
width: 25px; 
height: 25px; 
display: inline-block; 
   
 }
  
  
.circle-icon2 {
background: #3B5998;
padding:8px;
border-radius: 50%;
width: 25px; 
height: 25px; 
display: inline-block; 
   
}
  
.circle-icon3 {
background: #111111;
padding:8px;
border-radius: 50%;
width: 25px; 
height: 25px; 
display: inline-block; 
	
}
  
.circle-icon4 {
background:#0E76A8;
padding:8px;
border-radius: 50%;
width: 25px; 
height: 25px;
display: inline-block; 

  }
  
.circle-icon5 {
background:#00ACEE;
padding:8px;
border-radius: 50%;
width: 25px; 
height: 25px;
display: inline-block; 
}
  
  
  
.instagram1 i {
color: #fff; 
margin-left: 0px; 
}
  
.facebook1 i{
color: #fff; 
margin-left: 0px; 
  
}
  
.tiktok1 i{
color: #fff; 
margin-left: 0px;  
  }
  
.linkedin1 i{
color: #fff; 
margin-left: 0px;

 }
  
.twitter1 i{
color: #fff; 
margin-left: 0px; 

 }
  
  
.instagram1 .circle-icon1:hover {
background-color:#ffffff; 
color: #000000; 
}

a.facebook1 .circle-icon2:hover {
background-color:#ffffff; 
color: #000000; 
  }
  
a.tiktok1 .circle-icon3:hover {
background-color:#ffffff; 
color: #000000; 
  }
  
a.linkedin1 .circle-icon4:hover {
background-color:#ffffff; 
color: #000000; 
  }
  
a.twitter1 .circle-icon5:hover {
background-color:#ffffff;
color: #000000;
  }
  
  
  
  

.form-column {
display: flex; 
flex:1;
flex-direction: column; 
align-items: center;
padding: 0px; 
margin-top: 10px;
margin-left: 10px; 
}


.tituloo{
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-top: -20px;
  margin-bottom: 25px;
  
  }
  
.form1 {
max-width: 100%; 
margin: 0 auto; 
padding: 20px; 
box-sizing: border-box; 
width: 100%; 
}



fieldset {
width: 100%; 
max-width: 900px; 
border: 2px solid #a3baff;
padding: 20px;
margin-bottom: 10px;
border-radius: 2px;
box-sizing: border-box; 
 }
  
legend {
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: bold;
color: #63729d;
}

label {
display: block;
margin-bottom: 5px;
font-family: "Montserrat", sans-serif;
font-size: 16px;
text-align: left; 
}

.form-column .form1 p {
font-family: "Montserrat", sans-serif;
font-size: 16px;
 margin-bottom: 10px; 
}
 
.sempuntos{
text-decoration: none; 
border-bottom: none; 
color:#d01e55;
 }
  


.namesurname {
display: flex;
gap: 10px; 
justify-content: space-between; 
}

.name1, .surname1 {
flex: 1; 
margin-right: 0; 
margin-bottom: 10px;
}


.name1 input[type="text"], .surname1 input[type="text"] {
width: 100%; 
height: 40px;
max-width: 240px;
padding: 8px; 
box-sizing: border-box; 
border: 2px solid #a3baff;
border-radius: 2px;
margin-left: 5px;
margin-bottom: 5px;
}

.star{
color:#d01e55;
}



.phonesex {
display: flex;
align-items: center; 
justify-content: space-between;
}

.phone2 input[type="tel"]  {
width: 100%;
width: 240px;
height: 40px;
padding:8px; 
box-sizing: border-box; 
border-radius: 2px;
border: 2px solid #a3baff;
margin-left: 5px;
margin-bottom: 5px;	
}

.sex label {
display: inline-block; 
margin-right: 10px; 
font-family: "Montserrat", sans-serif;
font-size: 16px;
color: black;
font-weight: normal;
}

.townandcountry {
display: flex;
gap: 10px; 
}

.town1, .country1 {
flex: 1; 
display: flex;
flex-direction: column; 
margin-bottom: 10px;
}

.town1 input[type="text"], .country1 input[type="text"] {
width: 100%; 
max-width: 240px; 
margin-left: 5px;
height: 40px;
box-sizing: border-box; 
border: 2px solid #a3baff;
}


#mail {
max-width: 500px;
height: 40px;
width: 100%; 
padding: 10px; 
font-size: 16px;
font-family: "Montserrat", sans-serif;
border-radius: 2px;
border: 2px solid #a3baff;
box-sizing: border-box;
margin-left: 5px;

}

.topic1 {
width: 100%; 
height: 45px;
max-width: 555px; 
padding: 10px; 
box-sizing: border-box; 
font-size: 16px; 
border-radius: 2px;
border: 2px solid #a3baff;
margin-bottom: 10px;
font-family: "Montserrat", sans-serif;
font-size: 16px;
	
}

.message1 {
width: 100%; 
margin-bottom: 20px; 
margin-top: 10px;
}


.message1 textarea {
width: 100%; 
height: 50px;
max-width: 555px; 
padding: 10px; 
box-sizing: border-box; 
font-family: "Montserrat", sans-serif;
font-size: 16px; 
border: 2px solid #a3baff;
border-radius: 2px; 
	
}
 


 
.terms1{
font-family: "Montserrat", sans-serif;
font-size: 14px;
}

.terms1 input[type="radio"] {
appearance: none; 
width: 20px; 
height: 20px; 
border: 2px solid #a3baff;
border-radius: 0; 
margin-right: 10px; 
vertical-align: middle; 
position: relative; 
margin-bottom: 40px;
margin-top: 30px;

}


button {
font-family: "Montserrat", sans-serif;
font-size: 22px;
background-color: #a3baff;
color: black;
padding: 10px 10px;
border: none;
border-radius: 3px;
cursor: pointer;
display: block;
width: 550px;
align-items: center;
margin-left: 5px;
 }
  
button:hover {
background-color:#6a4aa1; 
  }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.box:focus,
select:focus,
textarea:focus {
border-color: black; 
background-color: #a3baff; 
  }
  

  
footer {
background-color: #333;
color: white;
padding: 20px;





  }
  
.footer11 {
height:300px;
max-width: 1170px;
margin: 0 auto; 
display: flex;
justify-content: center; 
align-items: center; 
  }
  

  
.titulo3 {
width: 280px;
font-size:26px;
font-weight: bold;
margin-left: 100px;
text-align: left;
margin-top: -150px;
color: #ffffff;
font-family: "Lobster", sans-serif;

  }
  
.footer-section a,
.footer-section2 a,
.contactinformation a {
text-decoration: none; 
color:#C1C2C4; 
display: inline-block;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 20px;
  }
  
a:hover {
text-decoration: underline;
  }
  
  
.footercontent {
display: flex; 
justify-content: flex-end; 
width: 100%; 
max-width: 350px; 
align-items: center; 
margin-left: -20px; 
  }
  
.menu-services {
display: flex;
flex-direction: row; 
align-items: center; 
  }

.footer-section {
 flex: 1; 
margin-right: 20px; 
text-align: right;

}

.footer-section2 {
flex: 1; 
text-align: left;
}

.contactinformation {
font-family: "Montserrat", sans-serif;
font-size: 20px;
text-align: right; 
flex: 1; 
max-width: 300px; 
margin-top: -40px; 
margin-left: 15px; 
  }
	
.contactinformation ul {
 list-style-type: none; 
 padding: 0;
}

.contactinformation ul li {
color: #C1C2C4;
margin-bottom: 10px; 
	}
	
	

.contactinformation a:hover {
text-decoration: underline;
	}
	
	
.time{
color: #C1C2C4;
margin-right: 33px;     
}
	

.footer-line {
border: none; 
border-top: 5px solid white; 
margin-bottom: 0;
margin-top: -30px;
width:75%;
}
  
.footer2 {
color:#C1C2C4;
text-align: left;
margin-left: 160px; 
padding: 10px; 
padding-left: 20px; 
max-width: 1170px; 

}


.termsprivacy {
color:#C1C2C4;
text-align: left; 
padding: 5px 0; 
margin-left: -180px;
}

 .footer3 {
max-width: 1500px;
margin-top: -25px;
display: block; 
padding: 5px; 
text-align: right; 
margin-left: 60px;

}

.footer3 a {	
 color: #ccc; 
text-decoration: none; 
}

.footer3 a:hover {
color: white; 
text-decoration: underline; 
}

.link1 {
color: #ccc;
}

.link1:hover {
color: white;
text-decoration: underline;
}

.footer2 p {
margin-top: 0px; 
margin-bottom: 0px; 
}


ul {
list-style: none;
padding: 0;
}

li {
margin-bottom: 10px;
}

i {
margin-right: 10px;
}

.footer2 a{
text-decoration: none;

}
.footer2 a.link1:hover {
color: #ffffff;
text-decoration: underline;
  }
  
  
  .footer3 a.link1:hover {
	color: #ffffff; 
	text-decoration: underline; 
  }
  
  .footer-section ul li a:hover {
	color:#ffffff;
	text-decoration: underline;
	
  }
  
  .footer-section2 ul li a:hover {
	color:#ffffff;
	text-decoration: underline;
  
  }
  .white{
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	color:#C1C2C4;
  
  }

  .white1{
	padding-top: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	color:#C1C2C4;
  
  }

  .white2{
	margin-right:10px;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	color:#C1C2C4;
	padding-top: 0;
	
  
  }
  abbr {
	text-decoration: none;
  }





