@charset "UTF-8";
/* CSS Document */

body{
}

p{
	font-size: 18px;
	font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
}

h1{
  
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-style: normal;
    text-transform: uppercase;
}

h2{
  font-family:  "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 35px;
}

input[type="text"]{
    padding: 5px;
    font-size: 14px;
	font-family: "Roboto", sans-serif;
    border:  solid thin #999;
    background: #f5f5f5;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}

footer a{
	color:#b4bcc2;
	font-size: 12px;
}

footer ul {
	list-style: none;
	margin-bottom: 10px;
}

footer ul {
	padding: 0px;
	margin: 0px;
}

footer hr{
	border-color: #b4bcc2;
}

.circle{
 display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #FFF;
  border-radius: 50%;
  margin:auto;
}

.btn-turquesa{
	background-color:#57EDFF; font-size:16px; text-transform: uppercase; color:#233e87;
	padding: 15px; border-radius: 30px; font-weight: 400; margin-top:20px; display: block; text-align: center; font-weight: 600; width:350px; 
}

.btn-rosa{
	background-color:#F79A7F; font-size:16px; text-transform: uppercase; color:white;
	padding: 15px; border-radius: 30px; font-weight: 400; margin-top:20px; display: block; text-align: center; font-weight: 600; width:350px; 
}

.btn-verde{
	background-color:#bcf283; font-size:16px; text-transform: uppercase; color:#233e87;
	padding: 15px; border-radius: 30px; font-weight: 400; margin-top:20px; display: block; text-align: center; font-weight: 600; width:350px; 
}

.btn-morado{
	background-color:#d2b6fa; font-size:16px; text-transform: uppercase; color:#233e87;
	padding: 15px; border-radius: 30px; font-weight: 400; margin-top:20px; display: block; text-align: center; font-weight: 600; width:350px; 
}



.title{
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #b4bcc2;
}

.bg-azul{
	background-color:#233e87;
}

.texto-blanco{
	color: white;
}

.texto-azul{
	color:#233e87 !important;
}

.texto-verde{
	color:#bcf283 !important;
}

.texto-turquesa{
	color:#03ecff;
}

.texto-gris{
	color:#b4bcc2;
}

.texto-negro{
	color:#292929;
}

.texto-email{
	color: #F79A7F;
}

.texto-center{
	text-align: center;
}

.texto-small{
	font-size:16px;
}

.texto-supersmall{
	font-size:16px;
}

.fondo-gris{
	background-color:#ebedeb;
}
	
.pad-top15{
	padding-top:15px;
		}

.pad-btm15{
	padding-bottom:15px;
		}

.pad-top30{
	padding-top:30px;
		}

.pad-btm30{
	padding-bottom:30px;
		}

.main-logo{
	float:left; 
	padding:20px;
}

.linea{
	clear: both; border-top: solid thin #233e87; padding-bottom:30px;
}


.barra-submenu{
	background-color:#233e87; padding-bottom:20px; padding-top:20px; text-transform: uppercase; font-size:16px;
}

.barra-submenu-rosa{
    border-top:thin solid #F79A7F;
}

.fondo-peces{
	padding-top: 100px; padding-bottom: 100px; background-color:#233e87; background-image: url('../img-2026/bg-proteccion-correo.jpg'); background-size: cover; background-position: bottom left;
}

.recuadro-azul{
	border: thin solid #233e87; padding:30px; margin-top:50px; background-color: #233e87; border-radius:10px;
}

.recuadro-linea-gris{
	padding:50px; margin-top:30px; margin-bottom:50px; border: solid thin gray; border-radius:10px;
}

.menu-lateral{
	list-style: none;
}

.accordion {
	  background-color: #ebedeb;
	  color: #233e87;
	  cursor: pointer;
	  padding: 18px;
	  width: 100%;
	  border: solid thin #233e87;
	  text-align: left;
	  outline: none;
	  font-size: 15px;
	  transition: 0.4s;
	  border-radius:15px;
	  font-weight: 500;
	}

	.accordion:hover {
	  background-color: #233e87;
	  color:white;
	}

	.panel {
	  padding: 0 18px;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
      background-color: #ebedeb;
	  border: none;
	}
	.acordeon-correo{
		font-weight: 600;
	  text-transform: uppercase;
	  padding-bottom: 20px !important;
	  padding-top: 20px;
	  border-bottom: solid thin #c0c1c8;
	  display: block;
	  color: #666666 !important;
        font-size: 16px;
	}
		
	.acordeon-correo a:hover{
		color:aqua !important;
	}
		

