
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto:wght@400;500;900&display=swap');




:root {
 /* ===== Colors ===== */
 --body-color: #F0F2F5;
 --blanco: #FFF;
 --bg-logo: #f8f9fa;
 --color-btn: #5865f3;  
 --bg-color-btn: #f1f2f3; 
 --primary-color: #5865f3;
 --primary-color-light: #f8f9fa;
 --toggle-color: #DDD;
 --text-color: #707070;
 --hr-linea: #999; 

 /* ====== Transition ====== */
 --tran-03: all 0.2s ease;
 --tran-03: all 0.2s ease;
 --tran-04: all 0.2s ease;
 --tran-05: all 0.2s ease;
}


body {
 background: #FFF;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
padding: 0;

font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0;
}



p {
 font-weight: 400; 
 color: #343a40; 
 line-height: 29px;	
}

h1 {
 color: #000000;
 font-size: 3rem;
 line-height: 2.5rem;
	font-weight: 700;
	margin: 30px 0 30px;
 font-family: 'Poppins', sans-serif;
 letter-spacing: -0.03em;
}

@media screen and (max-width:700px) {
 h1 {
  font-size: 2rem;
 }
}

.primero h1 {
	margin: 40px 0 35px;
}

@media screen and (max-width:700px) {
 .primero h1 {
  font-size: 2rem;
	 margin: 35px 0 20px;	
 }
}

h2 {
 color: #000000;
 font-size: 1.5rem;
	font-weight: 500;
	margin: 30px 0 30px;
}

h3 {
 color: #000000;
 font-size: 1.1rem;
	font-weight: 500;
	margin: 15px 0 15px;
}

.material-tooltip {
 padding: 10px 15px;
 z-index: 2000;
 background-color: transparent;
 border-radius: 4px;
 color: #F9F9Fa;
 opacity: 0;
 position: absolute;
 text-align: center;
 max-width: calc(100% - 4px);
 overflow: hidden;
 left: 0;
 top: 0;
 pointer-events: none;
 visibility: hidden;
 background-color: #272c33;
}

.placeholder {
	background: #999;
	height: 10px;
	animation-name: placeholder;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes placeholder {
	0% {
		background: #999;
	}
	50% {
		background: #eee;
	}
	100% {
		background: #999;
	}	
}



/* INICIO PAGINA EN CONSTRUCCIÓN */

.mi-cuenta-update {
 width: auto;
	height: 50px;
 position: fixed;
 top: 20px;
 right: 25px;

	z-index: 100;

}

@media screen and (max-width: 970px){
 .mi-cuenta-update {
  top: 16px;
  right: 16px;
 }
}

.content-update-web {
  background: #fff;

  width: 540px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0 0 40px;
  z-index: 99;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 970px){
 .content-update-web {
  width: 90%;
  padding: 0 0 0; 
 }
}

.content-update-web h1 {
 color: #000000;
 font-size: 3rem;
 line-height: 3.3rem;
	font-weight: 700;
	margin: 25px 0 0;
 font-family: 'Poppins', sans-serif;
 letter-spacing: -0.03em;
}


.content-update-web p {
 margin-top: 6px;
}

.logotipo-update {
 width: auto;
	height: 43px;
 position: relative;
	margin-top: 15px;
 margin-right: 24px;
	z-index: 100;

}

.logotipo-update img {
	width: 152px;
	height: 31px;
 float: left;
 margin-right: 11px;
	margin-top: 3px;
	margin-left: -1px;
}

@media screen and (max-width: 970px){
 .logotipo-update img {
  	width: 137px;
	height: 27px;
  	margin-top: 5px;
	 margin-left: 2px;
 }
}



/* INICIO MENU */

header {

 position: fixed;
	top: 0;
	left: 0;
 width: 100%;
 height: 73px;
 z-index: 999;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);	
}


#shadow-header {
 background: var(--blanco);
  position: fixed;
	top: 0;
	left: 0;

 width: 100%;
 height: 73px;
 box-shadow: 0px 0px 17px 0 rgb(18,38,63, 0.1);	
 opacity: 0;
	transition: all .3s;
 z-index: -1;
}



@media screen and (max-width: 970px){
 header {
 height: 60px;
  padding-top: 13px;
 }
}

.medio-header {
max-width: 1280px;
	margin: 0 auto;
}

.logotipo {
 width: auto;
	height: 43px;
 float: left;
	margin-top: 15px;
 margin-right: 24px;
	z-index: 100;

}

.logotipo img {
	width: 152px;
	height: 31px;
 float: left;
 margin-right: 11px;
	margin-top: 3px;
	margin-left: -1px;
}

@media screen and (max-width: 970px){
 .logotipo img {
  	width: 137px;
	height: 27px;
  	margin-top: 5px;
	 margin-left: 2px;
 }
}

@media screen and (max-width: 970px){
 .logotipo {
  margin-top: 3px;
	 margin-left: 20px;
	 margin-right: 0;	
	 border-right: none;	
 }
}



.btn-menu {
 background: transparent;
	color: #000;
	width: 46px;
	height: 46px;
 float: right;
	border-radius: 250px;
	padding: 3px 1px 0;
	margin-right: 14px;
	overflow: hidden;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;	
	border: 0;

	text-align: center;
 display: none;	
}

@media screen and (max-width: 970px){
 .btn-menu {
  display: block;
 }
}

.sidenav {
 background: var(--blanco); 
 position: fixed;
 width: 100%;
 left: 0;
 top: 0;
 margin: 0;
 -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
 height: 100%;
 height: calc(100% + 1000px);
 height: -moz-calc(100%);
 z-index: 999;
 will-change: transform;
 -webkit-transform: translateX(-105%);
         transform: translateX(-105%);
}

.sidenav.right-aligned {
 right: 0;
 -webkit-transform: translateX(105%);
         transform: translateX(105%);
 left: auto;
 -webkit-transform: translateX(100%);
         transform: translateX(100%);
}

.sidenav .collapsible {
 margin: 0;
}

.sidenav .divider {
 margin: 8px 0 0 0;
}

.sidenav .subheader {
 cursor: initial;
 pointer-events: none;
 color: rgba(0, 0, 0, 0.54);
 font-size: 14px;
 font-weight: 500;
 line-height: 48px;
}

.sidenav .subheader:hover {
 background-color: transparent;
}



.sidenav .collapsible-body {
 padding: 0;
}

.sidenav-overlay {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 opacity: 0;
 height: 120vh;
 background-color: rgba(0, 0, 0, 0.5);
 z-index: 990;
 display: none; 
}

.sidenav-top {
 width: 100%;
 height: 73px;
 padding-top: 13px;
}

.btn-redes {

	color: #000;
	width: 46px;
	height: 46px;
 float: left;
	border-radius: 250px;
	padding: 13px 1px 0;
	margin-left: 14px;
	overflow: hidden;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;	
	border: 0;
	text-align: center;
}


.btn-cerrar {
 background: transparent;
	color: #000;
	width: 46px;
	height: 46px;
 float: right;
	border-radius: 250px;
	padding: 3px 1px 0;
	margin-right: 14px;
	overflow: hidden;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;	
	border: 0;
	text-align: center;
}

.sidenav-menu {
 width: 86.333%;
 margin: 0 auto;
 padding: 15px 0;
  border-bottom: 1px solid var(--hr-linea);
}

.sidenav-menu a {

  font-size: 2rem;
 color: #000;
  font-family: 'Poppins', sans-serif;
 letter-spacing: -0.03em;
 font-weight: 700;
 display: block;
 padding: 10px 0;
 margin-top: 1px;
}

.sidenav-bot {
 width: 86%;
 padding: 15px 0;
}

.sidenav-bot {
 margin: 0 auto;
 width: 86%;

}

.sidenav-bot a {
 color: #000;
   font-size: 1.5rem;
 font-weight: 500;
 width: 100%;
display: block;
 margin-top: 17px;
}


nav {
 height: 73px;
 overflow: hidden;
	padding: 0;

}

@media screen and (max-width: 970px){
 nav {
  width: 100%;
	 height: 100%;	
  position: fixed;

  top: 0;
  left: 0;	
	 padding: 0;
	 display: none;	
 }
}

.menu {
	height: auto;
 float: right;
 text-align: left;
}

@media screen and (max-width: 970px){
 .menu {
  position: relative;

	 width: 100%;
	 height: auto;	
  text-align: left;

 }
}

.menu a {
	display: inline-block;
	color: #000;
	padding: 26px 14px 28px;	
	font-weight: 500;
	text-decoration: none;
}







main {
	padding-top: 73px;	
}

.navegacion {
 background: #f4f4f4;
	width: 100%;
	height: 50px;
}

.navegacion-medio {
	max-width: 1280px;
	margin: 0 auto;
	padding: 14px 0 0;
}

@media screen and (max-width: 800px){
 .navegacion-medio {
  width: 90%;
 }
}

.navegacion-medio ul li {
	display: inline-block;

}

.navegacion-medio a {
	font-weight: 400;

	color: #000;
}

.navegacion-medio b {
	color: #000;
	font-weight: 400;
	margin: 0 7px 0;
}

a.navegacion-medio-on {
 border-bottom: 2px solid #000;
	font-weight: 500;	
}

/* FIN MENU */


a.button {
 background: #000000;
 border-radius: 4px;
	font-size: 1em;	
 font-weight: 400;
 color: #FFF;
 text-decoration: none;
 outline: none;	
	transition: .3s;
 justify-content: center;
	padding: 16px 26px;
 text-align: center;
}

.button {
 background: #000000;
 border-radius: 250px;	
	font-family: 'Poppins', sans-serif;
 font-weight: 400;
 color: #FFF;
 text-decoration: none;
	font-size: 1em;
 outline: none;	
	transition: .3s;
 justify-content: center;
	padding: 18px 26px;
 text-align: center;
	border: none;
}

.button:hover {
	background: #595cf3;
	transition: .3s;	
}

a.button-mi-cuenta {
 background: #000;
 border-radius: 250px;
	font-size: 1em;	
 font-weight: 500;
 color: #fff;
 text-decoration: none;
 outline: none;	
	transition: .3s;
 justify-content: center;
 padding: 9px 19px;
 text-align: center;
   margin-top: -1px;
 margin-left: 14px;
}

.button-mi-cuenta:hover {
	background: #595cf3;
	transition: .3s;	
}



.btn-whatsapp {
	background: transparent;
 border-radius: 50%; 
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 98;
 
 transition: color .3s;
}

@media screen and (max-width: 700px){
 .btn-whatsapp {
	bottom: 16px;
	right: 16px;		
 }
}

.btn-whatsapp a {
	background: #595cf3;
 background-position: 15px 17px; 
 text-decoration: none;
 outline: none;	
	border: 0;
 color: #FFF;
 cursor: pointer;
 width: 55px;
	height: 55px;
	text-align: center;
 border-radius: 250px;
	z-index: 100;
 transition: .3s;
box-shadow: 0px 0px 17px 0 rgb(18,38,63, 0.3);	
}

.btn-whatsapp a:hover {
	background: #595cf3;
 transition: .3s;	
}



hr {
	border: none;
	background: #dadce0;
	height: 1px;
	margin: 10px 14px;
}


.show {
	display: block;
}

/* ESTILOS DE FUENTES */

a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;
 text-decoration: none;
}

a:hover {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;
 text-decoration: none;
}

a:visited {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;
 text-decoration: none;
}

a:active {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;
 text-decoration: none;
}

.azul:link {
 color: #595cf3;
 padding: 0 0 2px;
 text-decoration: none;
 transition: .3s;	
	border-bottom: solid 2px transparent;
}

.azul:hover {
 width: 100%;
 transition: .3s;
	border-bottom: solid 2px #595cf3;
}

.azul:active { 
 color: #595cf3;	
 text-decoration: none;
} 

.azul:visited { 
 color: #595cf3;	
 text-decoration: none; 
}

.negro:link {
 color: #000;
	font-weight: 500;
 padding: 0;
 text-decoration: none;
	display: inline-block;	
 border-bottom: 2px solid #000;
	line-height: 20px;
	transition: .3s;
}

.negro:hover {
 border-bottom: 2px solid #595cf3;
 color: #595cf3;	
	transition: .3s;	
}

.negro:active { 
 color: #000;	
 text-decoration: none;
} 

.negro:visited { 
 color: #000;	
 text-decoration: none; 
}

.waves-effect {
 position: relative;
 cursor: pointer;
 display: inline-block;
 overflow: hidden;
 -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
 -webkit-tap-highlight-color: transparent;
 vertical-align: middle;
 z-index: 1;
 -webkit-transition: .2s ease-out;
 transition: .2s ease-out;
}

.waves-effect .waves-ripple {
 position: absolute;
 border-radius: 50%;
 width: 20px;
 height: 20px;
 margin-top: -10px;
 margin-left: -10px;
 opacity: 0;
 background: rgba(255, 255, 255, 0.2);
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
 -webkit-transition-property: opacity, -webkit-transform;
 transition-property: opacity, -webkit-transform;
 transition-property: transform, opacity;
 transition-property: transform, opacity, -webkit-transform;
 -webkit-transform: scale(0);
         transform: scale(0);
 pointer-events: none;
}

.waves-effect.waves-teal .waves-ripple {
 background-color: rgba(0, 0, 0, 0.1);
}

/* NO APARECE EN MOVIL */

@media screen and (max-width:800px) {
 .movil-none {
 display: none;
 opacity: 0;
 }
}

.movil {
 display: none;
}

@media screen and (max-width:970px) {
 .movil {
	 display: block;
 }
}

/* SLIDER */


/* CONTAINER TAPAS ALBUM */

.container-album {
 background: #FFF;
 max-width: 1280px;
 width: 100%;
 position: relative;
 margin: 0 auto;

}

@media screen and (max-width:700px) {
 .container-album {
  width: 99%;
  padding: 0 3px 0;
 }
}

.contenedor-imagenes {
 display: flex;
 width: 100%;
 flex-wrap: wrap;
 justify-content: space-between; 
 z-index: 90;
}

.contenedor-imagenes .imagen {
 background: #EDEDED;
 width: 48.599%;
 position: relative;
 margin: 0 0 2.599%;
	animation: mostrarArriba 0.5s;
box-shadow: 0px 0px 47px 0 rgba(0,0,0,0.1);	
}

@keyframes mostrarArriba {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width:700px) {
 .contenedor-imagenes .imagen {
 width: 100%;
 height: auto;
 position: relative;
 display: block;
 margin: 2% 4% 2%;
 }
}

.imagen img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
 background: rgb(255, 255, 255);
 opacity: 0;
 padding-top: 30%;
 transition: .3s ease-out;	
}

.overlay-medio {
	background: transparent;
	width: 100%;
	height: 100px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);	
 transition: .3s ease;		
}

.overlay-medio h2 {
 color: #000;
 	text-align: center;
 font-size: 1.5rem;
    line-height: 2rem;
 font-weight: 700;
 font-family: 'Poppins', sans-serif;
    letter-spacing: -0.03em;
}


.overlay-medio p {
 margin: -25px 0 30px;
 color: #000;
 	text-align: center;

    letter-spacing: -0.03em;
}

.overlay-container-icono-comentario {
	background: transparent;
	width: auto;
	height: 55px;
 position: absolute;
 top: 165px;
 left: 50%;
 transform: translate(-50%, 0);
	opacity: 0.8;
}

.overlay-container-icono-comentario p {
	color: #000;
	text-align: center;
}

.overlay-medio-icono {
	background: transparent;
	width: 50px;
	height: 55px;
	float: left;
	color: #000;
	padding: 15px 0 0;
}

.overlay-medio-comentario {
	background: transparent;
	width: auto;
	height: 55px;
	float: left;
	padding: 16px 0 0;
	text-align: left;
}

.imagen:hover .overlay{
 opacity: 1;
 transition: .3s ease-out;	
}

.column-bottom {
 position: relative;
 background: #FFF;
 width: 100%;
 height: 45px;
 padding: 10px 0px 7px;
 z-index: 20;
}

.column-bottom-left {
 float: left;
 background: #FFF;
 width: auto;
 height: 30px;
}

.column-bottom-left p {
 color: #111;
 font-size: 15px;
}

.column-bottom-right {
 float: right;
 width: auto;
 height: 30px;
 margin-top: 15px;
}

.column-bottom-right p {
 color: #FFF;
 font-size: 16px;
 
}

.column img {
 display: block;
 width: 100%;
}

@media screen and (max-width:700px) {
 .column img {
 width: 100%;
 height: auto;
 }
}

.column:hover .title {
 opacity: 1;
 transition: .4s ease;
}

.column h2 {
 font-size: 22px; 
 color: #FFF;
 text-align: center;
 margin-top: 42%;
 margin-left: 15px;
}

@media screen and (max-width:800px) {
 .column h2 {
 }
}

.column p {
font-family: 'Roboto', sans-serif;
 text-align: left;
 font-weight: 500;
}

a:link img, a:visited img {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 outline: none;
 border: none;
}

tr { 
}

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

li {
 list-style:none;
}

/* CONTAINER COMENTARIOS */

#container-comentarios {
 background: #FFF;
 border-radius: 7px;
 box-shadow: 0px 0px 1px 0px rgba(128, 128, 128, 0.1);
 width: 33.3333%;
 height: auto;
 float: right;
 text-align: left;
 padding: 20px 20px 20px;
}

@media screen and (max-width:700px) {
 #container-comentarios {
 width: 100%;
 float: none;
 border-radius: 0px;
 margin: auto;
 margin-bottom: -40px;
 border-bottom: 1px solid #EDEDED;
 }
}

.comentario {
 background: #F2F5F5;
 width: auto;
 margin: 10px 0 10px;
 padding: 13px 15px 3px;
 border-radius: 7px;
 transition: .3s ease;
}

.comentario:hover {
 transition: .3s ease;
}

.comentario h2 {
 font-size: 22px; 
 color: #F9F9F9;
 text-align: center;
 margin-top: 42%;
 margin-left: 15px;
}

.comentario p {
font-family: 'Roboto', sans-serif;
 color: #333;
 text-align: left;
 font-weight: 400;
 font-style: normal;
 font-size: 16px;
}

/* CONTAINER GALERIA Y COMENTARIOS */



#container-galeria-comentarios {
 max-width: 1318px;
 background: transparent;
 width: 100%;
 height: auto; 
 position: relative;
 display: inline-block;
 padding: 15px 20px 20px;
 margin: auto;
}

@media screen and (max-width:800px) {
 #container-galeria-comentarios {
 width: 100%;
 padding: 0px 0px 20px;
 }
}

#container-galeria {
 background: #FFF;
 border-radius: 7px;
 box-shadow: 0px 0px 1px 0px rgba(128, 128, 128, 0.1);
 width: 65.3333%;
 height: auto; 
 float: left;
 padding: 15px 0px 10px;
 margin-right: 10px;
 text-align: left;
}

@media screen and (max-width:800px) {
 #container-galeria {
 border-radius: 0px;
 width: 100%;
 float: none;
 position: relative;
 margin: auto;

 margin-top: -3px;
 }
}

#container-galeria-top {
 width: 100%;
 height: auto; 
 padding: 0 20px 0;
}

#container-galeria-top h1 {
 margin: 0 0 -10px;

}

@media screen and (max-width:800px) {
 #container-galeria-top h1 {
 line-height: 45px;
 margin: -42px 0 20px;
 }
}

.info ul {
 display: block;
 text-align: left;
 list-style: none;
}

.info li {
 display: inline-block;
font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-size: 16px;
 color: #000;
 margin: 0px 0 30px;
}

.container-tag {
 margin: 20px 0 30px;
}

.container-tag a {
 margin-right: 7px;
}

.tag ul {
 display: block;
 text-align: left;
 list-style: none;
}

.tag li {
 display: inline-block;
font-family: 'Roboto', sans-serif;
 font-weight: 500;
 font-size: 16px;
 color: #000;
 margin-bottom: 20px;
}

#container-galeria-fotos {
 width: 100%;
 height: auto; 
 padding: 0px 15px 0;
 display: inline-block;
}

#container-galeria img {
 width: 100%;
}


/* CONTAINER GALERIA VISTA LISTA Y CUADRICULA*/

/* BOTONES*/

#container-botones {
 display: block;
 float: right;
 width: 415px;
 padding: 1px 0px 0px;
}

@media screen and (max-width:800px) {
 #container-botones {
 width: 42px;
 }
}


#container-botones i {
 width: 24px;
 float: left; 
 margin-top: -1px;
}

#cuadrados {
 background: #555;
 width: 8px;
 height: 8px;
 float: left; 
 margin: 1px;
}

#rectangulos {
 background: #555;
 width: 17px;
 height: 3px;
 margin: 2px;
 float: left; 
}


.columna-galeria {
 float: left;
 width: 33.3333%;
 padding: 5px 5px 0px;
}

@media screen and (max-width:800px) {
 .columna-galeria {
 width: 100%;
 float: none;
 position: relative;
 }
}

.row:after {
 content: "";
 display: table;
 clear: both;
}

.btn {
 background: #F0F0F0;
 border-radius: 5px;
font-family: 'Roboto', sans-serif;
 font-weight: 400; 
 color: #000; 
 font-size: 15px; 
 text-decoration: none;
 transition: 0.3s ease;
 padding: 11px 15px 11px;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 border: 0;
 cursor: pointer;
 outline: none;
 margin: 0 5px 0;
}

.btn:hover {
 background: #CCC;
 transition: 0.3s ease;
}

@media screen and (max-width:800px) {
 .btn {
 display: none; 
 opacity: 0;
 }
}

/* ESTILO OPINIONES */

.grid-opiniones {
 display: grid;
	grid-template-columns: repeat(3, 1fr);
 grid-gap: 50px 70px;
	margin: 0 0 40px;
}

@media screen and (max-width:800px) {
 .grid-opiniones {
  display: block;
  grid-template-columns: none;	
	 width: 100%;
	 margin: 0 0 -20px;	
 }
}

.opinion {
	padding: 0 0 0;
	overflow: hidden;
	margin: 0;
	text-align: left;
}

.opinion span {
	color: #000;
 font-weight: 500;
}

.opinion p {
 margin: 0 0 15px;
	cursor: default;		
}

.opinion e {
	color: #737373;
 font-weight: 500;	
}

.opinion b {
	color: #dadce0;	
	margin: 0 10px 0;
	cursor: default;
}

@media screen and (max-width:800px) {
 .opinion {
	 padding: 0 0 35px;	
 }
}

/* ESTILO FORMULARIO */


.container-input-datos {
	background: transparent;
	position: relative;
 width: 100%;	
 height: auto;	
	display: flex;
}

@media screen and (max-width:800px) {
 .container-input-datos {
  width: 100%;			
	 display: block;
 }
}

.formulario {
 width: 70.288%;
 margin-right: 70px;			
 float: left;
	padding: 0 0 50px;
}

@media screen and (max-width:800px) {
 .formulario {
	 width: 100%;
	 position: relative;
	 float: none;
	 display: block;
	 border-bottom: 1px solid #dadce0;
	 padding-bottom: 50px;
 }
}

.formulario p {
 margin: 0;
}

@media screen and (max-width:800px) {
 .formulario p {
	 margin-bottom: 10px;
 }
}

.formulario button {
 margin-top: 12px;
}

@media screen and (max-width:800px) {
 .formulario button {
	 width: 100%;
	 display: block;
  margin-top: 22px;		
 }
}

.container-datos-faq {
	background-color: #FFF;
 width: 490px;
	float: left;	
}

@media screen and (max-width:800px) {
 .container-datos-faq {
	 width: 100%;
	 position: relative;
	 float: none;
	 display: block;
	 padding: 10px 0 10px;		
 }
}

.datos {
	border-bottom: 1px solid #dadce0;
	padding: 0 0 33px;
	overflow: hidden;
}

.datos h2 {
	margin-top: 0;
}

@media screen and (max-width:800px) {
 .datos {
	 padding: 0 0 23px;	
 }
}

@media screen and (max-width:800px) {
 .datos h2 {
	 margin: 30px 0 30px;	
 }
}

.faq {
	padding: 20px 0 0;
	overflow: hidden;
}
	
@media screen and (max-width:800px) {
 .faq {
	 padding: 10px 0 0;		
 }
}

.container-input {
 display: grid;
	grid-template-columns: repeat(2, 1fr);
 grid-gap: 25px;
}

@media screen and (max-width:800px) {
.container-input {
 display: block;
 grid-template-columns: none;	
	width: 100%;
 }
}

.input-items {
	position: relative;
}

.input-items button {
 display: block;
	width: 100%;
	margin-top: 10px;
}


/* CAJAS INPUT CON ESTILO */


input {
 background-color: #FFF;
	border: solid 1px #aeb3b7;	
 width: 100%;
 padding: 17px 20px 18px;
 margin: 5px 0 20px;
 border-radius: 4px;
 box-sizing: border-box;
 -webkit-transition: 0.2s;
 transition: .3s;
 outline: none;
 font-weight: 400; 
font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #343a40;
}

input:focus {
	background: #FFF;
	border: solid 1px #595cf3;		
	box-shadow: 0 0 0 1px #595cf3; 
 -webkit-transition: 0.2s;
 transition: .3s;	
}

input::placeholder {
	color: black;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
 -webkit-appearance: none; 
}

input[type="number"] { 
	-moz-appearance:textfield; 
}

textarea {
 background-color: #FFF;
	border: solid 1px #aeb3b7;	
 width: 100%;
 padding: 19px 20px 21px;
 margin: 10px 0 20px;
 border-radius: 4px;
 box-sizing: border-box;
 -webkit-transition: 0.2s;
 transition: .3s;
 outline: none;
 font-weight: 400; 
font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #343a40;
}

textarea:focus {
	background: #FFF;
	border: solid 1px #595cf3;		
	box-shadow: 0 0 0 1px #595cf3; 
 -webkit-transition: 0.2s;
 transition: .3s;
}

textarea::placeholder {
	color: black;
}

.container-radio {
	position: relative;
	width: 100%;
	height: 90px;
	margin: 0 0 0;
}

@media screen and (max-width:800px) {
 .container-radio {
	 height: 130px;
 }
}

.radio {
	height: 25px;
	float: left;
	padding-top: 5px;
	margin: 10px 0 0;
}

input[type="radio"] {
	background: transparent;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23999999'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3C/svg%3E");
 background-position: center;
 background-repeat: no-repeat;
 background-position: left 0px bottom 0px;
 padding: 0;
 margin: 0 0 3px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;	
 border: none;
	width: 18px;
	height: 18px;
 -webkit-transition: .3s;
 transition: .3s;	
	cursor: pointer;	
}	

input[type="radio"]:checked {
	background: transparent;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23595cf3'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3C/svg%3E");
 background-position: center;
 background-repeat: no-repeat;
 background-position: left 0px bottom 0px;
	background-repeat: no-repeat;
 -webkit-transition: .3s;
 transition: .3s;	
	color: #595cf3;
}

input[type="radio"]:focus {
	box-shadow: none; 
 -webkit-transition: .3s;
 transition: .3s;		
}

label {
	margin-right: 20px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
	cursor: pointer;
}

.enviado {
 position: fixed;
 bottom: 25px;
 left: 25px;
 margin: auto;
	min-width: 50px;
 width: auto;
 height: auto;
 background: #272c33;
	padding: 18px 26px;
	border-radius: 4px;
 box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);		
 color: #F9F9Fa;
	font-size: 1em;
 z-index: 102;
 text-align: center; 
 animation: fadein 1s;
 -moz-animation: fadein 1s; 
 -webkit-animation: fadein 1s; 
 -o-animation: fadein 1s; 
}

@media screen and (max-width:360px) {
 .enviado {
	 bottom: 10px;	
  left: 50%;
  transform: translate(-50%, -10px);
 }
}

/* NOSOTROS INICIO */

.grid-nosotros {
 display: grid;
	grid-template-columns: repeat(2, 1fr);
 grid-gap: 65px;
}

@media screen and (max-width:800px) {
.grid-nosotros {
 display: block;
 grid-template-columns: none;	
	width: 100%;
 }
}

.texto-nosotros {
	position: relative;
	overflow: hidden;
	padding-top: 20%;
}

.foto-nosotros {
	position: relative;
	overflow: hidden;
}

.foto-nosotros img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* INICIO CONTAINERS PRINCIPALES */

.container-grande {
	background: transparent;
	position: relative;
 width: 100%;
 height: auto;
 z-index: auto;
	padding: 0;
}

.container-medio {
 position: relative;
 max-width: 1280px;
 width: 100%;
	padding: 5px 0;
 margin: 0 auto;
	text-align: left;
}

@media screen and (max-width:700px) {
 .container-medio {
  width: 90%;
  padding: 1px 0 17px;
 }
}




/* FIN CONTAINERS PRINCIPALES */


/* INICIO PREGUNTAS FRECUENTES */

.btn-panel-preguntas {
 background: #FFF;
 width: 100%;
font-family: 'Roboto', sans-serif;
 font-weight: 400; 
 color: #111;
 font-size: 20px;
	line-height: 27px;
 text-decoration: none;
 transition: 0.3s ease;
 padding: 25px 0 28px;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 border: 0;
 cursor: pointer;
 outline: none;
 text-align: left;
	border-bottom: 1px solid #eef2f7;
	border-top: 1px solid #eef2f7;
	margin-top: -1px;
}

.btn-panel-preguntas:hover {
 color: #6c757d;
 text-decoration: none;
 transition: 0.3s ease;
 outline: none;
}

.btn-panel-preguntas:after {
 content: '\002B';
font-family: 'Roboto', sans-serif;
 font-size: 22px; 
 color: #111;
 font-weight: 500;
 float: right;
 margin: 0 15px 0;
}

.activebutton:after {
 content: "\2212";
}

.panel-preguntas {
 background: #eef2f7;
 padding: 0 20px 0;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 text-align: left;
}

.panel-preguntas p {
	line-height: 27px;
}


/* PIE */

footer {
 background: #000;
 position: relative;
 width: 100%;
	height: auto;
}

.grid-footer {
 display: grid;
	grid-template-columns: repeat(3, 1fr);
 grid-gap: 50px 70px;
	margin: 10px 0 40px;
}

@media screen and (max-width:800px) {
 .grid-footer {
  display: block;
  grid-template-columns: none;	
	 width: 100%;
	 margin: 40px 0 40px;	
 }
}

footer input {
 background-color: #0b0c0f;
	border: solid 1px #272c33;	
 width: 100%;
 padding: 17px 20px 18px;
 border-radius: 4px;
 -webkit-transition: 0.2s;
 transition: .3s;
 outline: none;
 font-weight: 400; 
font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #F9F9Fa;
}

footer input::placeholder {
	color: #F9F9Fa;
}

footer input:focus {
 background-color: #0b0c0f;
	border: solid 1px #595cf3;		
	box-shadow: 0 0 0 1px #595cf3; 
 -webkit-transition: 0.2s;
 transition: .3s;
}

footer p {
	color: #F9F9Fa;
 opacity: 0.8;	
}

footer h3 {
	color: #FFF;
 margin: 60px 0 30px;
}

@media screen and (max-width:800px) {
 footer h3 {
	 margin: 50px 0 30px;
 }
}

footer a {
	color: #F9F9Fa;
 opacity: 0.8;		
}

footer ul li {
	margin-bottom: 25px;
}

footer hr {
	border: none;
	background-color: #272c33;
	height: 1px;
	width: 100%;
	margin: 50px 0 0;		
 display: none;
}

@media screen and (max-width:800px) {
 footer hr {
	 display: block;
	}
}

footer button {
 background: #272c33;
 border-radius: 4px;
	outline: none;
 padding: 16px 15px;
 text-align: center;
 border: none;
	height: 56px;
	color: #F9F9Fa;	
	margin-top: 5px; 
 -webkit-transition: 0.2s;
 transition: .3s;	
}

footer button:hover {
	background: #595cf3;
 -webkit-transition: 0.2s;
 transition: .3s;
}

.container-redes svg {
	float: left;
	margin-top: -1px;
	margin-right: 15px;
}

.container-input-button {
 display: flex;
 position: relative;
	padding-right: 33px;
}

@media screen and (max-width:800px) {
 .container-input-button {
	 padding-right: 0;
 }
}

.input-footer {
	width: 100%;
 float: left;
	height: 56px;
 margin-right: 5px;
}

.button-footer {
 float: left;
	height: 56px;
}

.footer-medio-bottom {
 border-top: solid 1px #272c33;
 width: 100%;
 height: 85px;
 padding: 20px 0 0;
}

@media screen and (max-width:800px) {
 .footer-medio-bottom {
	 height: 60px;	
	 padding: 10px 0 0;
 }
}


.accordion {
 background: #FFF;
 width: 100%;
font-family: 'Roboto', sans-serif;
 font-weight: 500; 
 color: #111;
 font-size: 16px; 
 text-decoration: none;
 transition: 0.3s ease;
 padding: 19px 20px 18px;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 border: 0;
 cursor: pointer;
 outline: none;
 text-align: left;
 border-top: 1px solid #EDEDED;
 border-bottom: 1px solid #EDEDED;
}

.accordion:hover {
 opacity: 0.8;
 text-decoration: none;
 transition: 0.3s ease;
 outline: none;
}

.accordion:after {
 content: '\002B';
font-family: 'Roboto', sans-serif;
 font-size: 22px; 
 color: #111;
 font-weight: 500;
 float: right;
 margin-left: 5px;
 margin-top: -4px;
}

.activebutton:after {
 content: "\2212";
}

.panel {
 background: #F9F9F9;
 padding: 0 7px 0;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
}

.panel a {
font-family: 'Roboto', sans-serif;
 font-weight: 400; 
 color: #111;
 text-align: left;
 font-size: 15px;
 transition: .2s ease;
}

.panel a:hover {
 transition: .2s ease;
}


#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: default;
}

.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}



.portada {

 height: 100vh;
 overflow: hidden;
   align-items: center;
  justify-content: center;
 text-align: center;
}

.portada h1 {
 margin-top: 20%;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 color: #FFF;
}

.portada img {
 width: 100%;
 height: 111vh;
 margin-top: -100px;
 object-fit: cover;
 object-position: center;

}



