@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Quicksand:wght@300;400&family=Secular+One&display=swap');

* {
	padding: 0;
	margin: 0;
}

#header1 {
	display: flex;
	background-color: #ffffff;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	font-family: 'Quicksand', cursive;
	z-index: 1;
}

#carrusel {
	z-index: 0;
}



.container-card {
	width: 100%;
	display: flex;
	max-width: 1100px;
	margin: auto;
}

.title-cards {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
	color: #7a7a7a;
}

.card {
	width: 100%;
	margin: 20px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	transition: all 400ms ease-out;
	cursor: default;
}

.card:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
	transform: translateY(-3%);
}

.card img {
	width: 100%;
	height: 210px;
}

.card .contenido-card {
	padding: 15px;
	text-align: center;
}

.card .contenido-card h3 {
	margin-bottom: 15px;
	color: #7a7a7a;
}

.card .contenido-card p {
	line-height: 1.8;
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 5px;
}

.card .contenido-card a {
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: #2fb4cc;
	border: 1px solid #2fb4cc;
	border-radius: 4px;
	transition: all 400ms ease;
	margin-bottom: 5px;
}

.card .contenido-card a:hover {
	background: #2fb4cc;
	color: #fff;
}


.container-carda {
	width: 100%;
	display: flex;
	background-color: #ffffff;
	flex-wrap: wrap;
}

.title-cardsa {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
	color: #7a7a7a;
}

.carda {
	width: 40%;
	margin: 30px 30px 30px 6%;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	transition: all 400ms ease-out;
	cursor: default;
}

.carda:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
	transform: translateY(-3%);
}

.carda img {
	width: 100%;
	height: 210px;
}

.carda .contenido-carda {
	padding: 15px;
	text-align: center;
}

.carda .contenido-carda h3 {
	margin-bottom: 15px;
	color: #7a7a7a;
}

.carda .contenido-carda p {
	line-height: 1.8;
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 5px;
}

.carda .contenido-carda a {
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: #2fb4cc;
	border: 1px solid #2fb4cc;
	border-radius: 4px;
	transition: all 400ms ease;
	margin-bottom: 5px;
}

.carda .contenido-carda a:hover {
	background: #2fb4cc;
	color: #fff;
}

#header5{
    
    margin: 40px 0 40px 0;
}

body {
    font-family: monospace;
    
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

.table caption {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 0px;
}

.table tr {
    background-color: #ffffff;
    border: 1px solid rgb(255, 255, 255);
}

.table th, .table td {
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.table thead th{ 
    text-transform: uppercase;
    background-color: #ffffff;
}

.table tbody tr:hover {
    background-color: rgba(214, 214, 214, 0.2);
}

.table tbody td:hover {
    background-color: rgba(224, 224, 224, 0.3);
}

.imagen_fondo {
	background-image: url(https://www.iacc.cl/wp-content/uploads/2021/12/mediacion-familiar_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 13em;
}

.imagen_fondo_reg {
	background-image: url(imagenes/carrusel\ 2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 40em;
	display: flex;
	justify-content: center;
}

.imagen_fondo_reg1 {
	background-image: url(imagenes/carrusel\ 2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 60em;
	display: flex;
	justify-content: center;
}

.titulo_banner {
	color: #ffffff;
	text-align: center;
	padding-top: 1.5em;
	font-size: 3rem;
	font-family: 'Secular One', sans-serif;
}

ps {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: 'Quicksand', cursive;
	color: #023750;
}

h12 {
	color: #023750 !important;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	padding: 2%;
	font-family: 'Secular One', sans-serif;
}

h3 {
	text-align: center;
	padding: 10%;

}

#area {
	margin: 5% 0 2% 0;
}

.pie-pagina{
    width: 100%;
    background-color: #0a141d;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #0d2033;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: red;
}
.pie-pagina .grupo-2{
    background-color: #0a1a2a;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}




#redsocial a {
	display: inline-block;
	text-decoration: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	margin-right: 10px;
	background-color: #0d2033;
	text-align: center;
	transition: all 300ms ease;
}

#mediamos a{
	text-decoration: none;
	cursor:pointer; cursor: hand !important;
}

#redsocial a:hover {
	transition: color .9s;
	color: red;
}

#contacc a:hover {
	transition: color .9s;
	color: red;
}



#registro1 {
	width: 50%;
	background-color: #ffffff;
	margin: auto;
	border-radius: 2%;
	padding: 6%;


}

.form1__label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}

.form1__grupo-input {
	position: relative;
}

.form1__input {
	width: 100%;
	background: #eeeeee;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}

.form1__input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 0.4);
}

.form1__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.form1__input-error-activo {
	display: block;
}

.form1__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.form1__checkbox {
	margin-right: 10px;
}

.form1__grupo-terminos,
.form1__mensaje,
.form1__grupo-btn-enviar {
	grid-column: span 2;
}

.form1__mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.form1__mensaje-activo {
	display: block;

}

.form1__mensaje p {
	margin: 0;
}

.form1__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3%;
}

.form1__btn {
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: #023750;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.form1__grupo-btn-enviarlog {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1% 3.5% -7% 3.5%;
}

.form1__btnlog {
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: none;
	color: #023750;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}



.form1__btnlog a {
	color: #023750;
}

.form1__grupo-btn-enviarlog a {
	text-decoration: none;
	color: #023750 !important;
	text-align: center;
}

.form1__btnlog:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.form1__btn:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.form1__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.form1__mensaje-exito-activo {
	display: block;
}

.form1__grupo-correcto .form1__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}

.form1__grupo-incorrecto .form1__label {
	color: #bb2929;
}

.form1__grupo-incorrecto .form1__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.form1__grupo-incorrecto .form1__input {
	border: 3px solid #bb2929;
}

#header2 {
	margin: 2% 0 10% 0;


}

.contacto {
	margin: 3% 10% 3% 10%;

}

.contacto1 {
	margin: 3% 10% 3% 10%;

}

#contacc a{
	text-decoration: none;
	color: #06355e;
}

#formulariomensaje {
	margin: -30% 10% 10% 50%;


}

/* formulario diseño */



main {
	width: 90%;
	margin: auto;
	text-align: center;

}

.formulario__label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}

.formulario__grupo-input {
	position: relative;
}

.formulario__input {
	width: 100%;
	background: #eeeeee;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}

.formulario__input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 0.4);
}

.formulario__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.formulario__input-error-activo {
	display: block;
}

.formulario__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formulario__checkbox {
	margin-right: 10px;
}

.formulario__grupo-terminos,
.formulario__mensaje,
.formulario__grupo-btn-enviar {
	grid-column: span 2;
}

.formulario__mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.formulario__mensaje-activo {
	display: block;
}

.formulario__mensaje p {
	margin: 0;
}

.formulario__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3%;
}

.formulario__btn {
	height: 45px;
	line-height: 45px;
	width: 30%;
	background: #06355e;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.formulario__btn:hover {
	box-shadow: 3px 0px 30px rgb(164, 189, 255);
}

.formulario__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.formulario__mensaje-exito-activo {
	display: block;
}

.formulario__grupo-correcto .formulario__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
	color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
	border: 3px solid #bb2929;
}


.ham {
	display: none;
	background-color: transparent;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 0;
}

.ham span {
	background-color: #06355e;
	display: block;
	height: 3px;
	width: 28px;
	margin: 10px auto;
	border-radius: 2px;
}

.enlaces-menu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0 0 -0.5% 0;
}

.enlaces-menu li a {
	display: block;
	padding: 10px 40px;
	color: #000000;
	text-decoration: none;
}

.enlaces-menu li:hover {
	color: #868686;
}

.menu-vertical {
	position: absolute;
	display: none;
	list-style: none;
	width: 150px;
	background-color: #ffffff;


}

.enlaces-menu li:hover .menu-vertical {
	display: block;
}

.menu-vertical li:hover {
	background-color: #c2c2c2;
	margin: 0 0 0 -27%;
}

.menu-vertical li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
}

#menu-vertical2 {
	position: absolute;
	display: none;
	list-style: none;
	width: 150px;
	background-color: #ffffff;


}

@keyframes muestraMenu {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}


}

.enlaces-menu.activado {
	display: flex;
	animation: muestraMenu 350ms ease-in-out both;
}

.br-1.animado {
	transform: rotate(-45deg) translate(-10px, 8px);
}

.br-2.animado {
	opacity: 0;
}

.br-3.animado {
	transform: rotate(45deg) translate(-10px, -8px);
}

.ham.girar:hover {
	transform: rotate(360deg);
}

#logo1 {
	width: 15%;
	margin: 1% 0 1% 80%;

}


#registro122 {
	width: 50%;
	background-color: #ffffff;
	margin: auto;
	border-radius: 2%;
	padding: 6%;


}

.form1__label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}

.form1__grupo-input {
	position: relative;
}

.form1__input {
	width: 100%;
	background: #eeeeee;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}

.form1__input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 0.4);
}

.form1__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.form1__input-error-activo {
	display: block;
}

.form1__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.form1__checkbox {
	margin-right: 10px;
}

.form1__grupo-terminos,
.form1__mensaje,
.form1__grupo-btn-enviar {
	grid-column: span 2;
}

.form1__mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.form1__mensaje-activo {
	display: block;

}

.form1__mensaje p {
	margin: 0;
}

.form1__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3%;
}

.form1__btn {
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: #023750;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.form1__grupo-btn-enviarlog {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1% 3.5% -7% 3.5%;
}

.form1__btnlog {
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: none;
	color: #023750;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.form1__btnlog a {
	color: #023750;
}

.form1__grupo-btn-enviarlog a {
	text-decoration: none;
	color: #023750 !important;
	text-align: center;
}

.form1__btnlog:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.form1__btn:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.form1__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.form1__mensaje-exito-activo {
	display: block;
}

.form1__grupo-correcto .form1__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}

.form1__grupo-incorrecto .form1__label {
	color: #bb2929;
}

.form1__grupo-incorrecto .form1__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.form1__grupo-incorrecto .form1__input {
	border: 3px solid #bb2929;
}

#registro12 {
	width: 50%;
	background-color: #ffffff;
	margin: auto;
	border-radius: 2%;
	padding: 8%;
}

#registro123 {
	width: 50%;
	background-color: #ffffff;
	margin: 5% 0 30% 0;
	border-radius: 2%;
	padding: 8%;
}

#registro123 a {
	text-decoration: none !important;
	color: #ffffff !important;
}

.formreg__label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}

.formreg__grupo-input {
	position: relative;
}

.formreg__input {
	width: 100%;
	background: #eeeeee;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}

.formreg__input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 0.4);
}

.formreg__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.formreg__input-error-activo {
	display: block;
}

.formreg__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formreg__checkbox {
	margin-right: 10px;
}

.formreg__grupo-terminos,
.formreg__mensaje,
.formreg__grupo-btn-enviar {
	grid-column: span 2;
}

.formreg__mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.formreg__mensaje-activo {
	display: block;

}

.formreg__mensaje p {
	margin: 0;
}

.formreg__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 3% 0 -15% 0;
}

.formreg__btn {
	
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: #023750;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.formreg__grupo-btn-enviarlog {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1% 3.5% -7% 3.5%;
}

.formreg__btnlog {
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: none;
	color: #023750;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}


.formreg__btnlog:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.formreg__btn:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.formreg__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.formreg__mensaje-exito-activo {
	display: block;
}

.formreg__grupo-correcto .formreg__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}

.formreg__grupo-incorrecto .formreg__label {
	color: #bb2929;
}

.formreg__grupo-incorrecto .formreg__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.formreg__grupo-incorrecto .formreg__input {
	border: 3px solid #bb2929;
}

#registro122 {
	width: 50%;
	background-color: #ffffff;
	margin: auto;
	border-radius: 2%;
	padding: 8%;



}

.formreg1__label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}

.formreg1__grupo-input {
	position: relative;
}

.formreg1__input {
	width: 100%;
	background: #eeeeee;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}

.formreg1__input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 0.4);
}

.formreg1__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.formreg1__input-error-activo {
	display: block;
}

.formreg1__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formreg1__checkbox {
	margin-right: 10px;
}

.formreg1__grupo-terminos,
.formreg1__mensaje,
.formreg1__grupo-btn-enviar {
	grid-column: span 2;
}

.formreg1__mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.formreg1__mensaje-activo {
	display: block;

}

.formreg1__mensaje p {
	margin: 0;
}

.formreg1__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 3% 0 -15% 0;
}

.formreg1__btn {
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: #023750;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.formreg1__grupo-btn-enviarlog {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1% 3.5% -7% 3.5%;
}

.formreg1__btnlog {
	height: 45px;
	line-height: 45px;
	width: 50%;
	background: none;
	color: #023750;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}


.formreg1__btnlog:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.formreg1__btn:hover {
	box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.formreg1__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.formreg1__mensaje-exito-activo {
	display: block;
}

.formreg1__grupo-correcto .formreg1__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}

.formreg1__grupo-incorrecto .formreg1__label {
	color: #bb2929;
}

.formreg1__grupo-incorrecto .formreg1__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.formreg1__grupo-incorrecto .formreg1__input {
	border: 3px solid #bb2929;
}

.ok {
	text-align: center !important;
	margin: 6% 0 0 0;
	color:  #1e6  !important;  
}
.bad {
	text-align: center !important;
	margin: 6% 0 0 0;
	color:  #a22 !important;  
	
}



/* DISPOSITIVOS MOVILES */

@media (max-width: 800px) {

	#header1 {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 25px;
		padding-bottom: 25px;

	}

	#logo1 {
		width: 30%;
		margin: 1% 0 1% 65%;

	}

	#carrusell {
		width: 100%;
	}

	#header2 {
		width: 100%;
	}

	#formulariomensaje {
		width: 60%;
		margin: 0 0 20%  20%!important;
	}

	.contacto {
		width: 100%;
		margin: 0 0 0 0;
	}

	#mapa {
		width: 100%;
		display: flex !important;
		padding: 6%;
		justify-content: center !important;
	}


	#contacc {
		margin: 4% 0 4% 0;
		text-align: center;
	}

	.imagen_fondo {
		width: 100%;
	}

	.titulo_banner {
		width: 100%;
	}

	.ham {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 40px;
		right: 25px;
		transition: 0.2s 0.1s;

	}


	


	.container-carda {
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
	}

	.carda {
		width: 93%;
		margin: 15px;
	}


	.container-card {
		flex-wrap: wrap;
	}

	.card {
		margin: 15px;
	}


	.enlaces-menu {
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 30vh;
		margin: 0 0 20% 0;
		padding-top: 15% !important;
		display: none;
		opacity: 0;
		transition: opacity 5s ease-out;
		width: 100%;

	}

	.enlaces-menu li {
		text-align: center;
		width: 100%;
		padding: 20px;
	}

	.menu-vertical {

		display: none;

	}


	.enlaces-menu li:hover .menu-vertical {
		display: block;
		display: none;
	}

	.menu-vertical li:hover {
		background-color: #c2c2c2;
		margin: 0 0 0 -27%;
		display: none;
	}

	.menu-vertical li a {
		display: block;
		position: absolute;
		color: #000000;
		text-decoration: none;
		padding: 15px 15px 15px 15px;
		display: none;
	}



	#menu-vertical2 {
		display: block;
		margin: -10% 0 0 32%;
		width: 19% !important;
		border: none;
		background-image: none;
		background: none;

	}

	.form1 {
		grid-template-columns: 1fr;
	}

	.form1__grupo-terminos,
	.form1__mensaje,
	.form1__grupo-btn-enviar .form1__grupo-btn-enviarlog {
		grid-column: 1;
	}

	.form1__btn {
		width: 100%;
	}

	.form1__btnlog {
		width: 100%;
	}


	.formreg {
		grid-template-columns: 1fr;
	}

	.formreg__grupo-terminos,
	.formreg__mensaje,
	.formreg__grupo-btn-enviar .formreg __grupo-btn-enviarlog {
		grid-column: 1;
	}

	.formreg__btn {
		width: 100%;
	}

	.form1__btnlog {
		width: 100%;
	}




}