
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: inherit;
}

img{
	max-width: 100%;
	height: auto;
}
*{box-sizing: border-box;}

body{
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;

}

main{
	flex-grow: 1;
}
strong {font-weight: 700}

body {
	font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 22px; line-height: 25px; color: #000;
}
p{margin-bottom: 10px}

.wrapper{
	width: 1170px;
	max-width: 100%;
	margin: auto;
}


.u-celeste{
	color: #0079c8; 
}
.u-rosa{
	color: #c6007e;
}
.u-azul{
	color: #00335b;
}
.u-blanco{
	color: #fff;
}
.u-bold{
	font-weight: 600;
}
.text-center{
	text-align: center;
}

.text-right {text-align: right}
.italic {font-style: italic;}

/*HEADER*/


header {width: 100%; padding: 25px 0 0;background: #08C8DA;}
header .item-logo {display: flex; align-items: flex-start;}
.item-logo .wrapper{display: flex; align-items: flex-start; justify-content: flex-start;}

@media (min-width: 425px){
	.item-logo .wrapper .responsive {display: none;}


}



main {background: url(../imagenes/bg-big.png)no-repeat bottom center #08C8DA; padding: 20px 0 200px;}
/*main content*/

.main-content .wrapper {display:  flex;justify-content: flex-end; align-items: center;}
.inner-box{max-width: 700px;    width: 100%;}
.inner-box .title {font-size: 34px; line-height: 41px;color:#00294C; margin-bottom: 20px;}
.inner-box .items-description{ display: flex; align-items: center; justify-content: space-between;}

.inner-box .items-description p {padding: 10px 5px 5px 61px; margin-bottom: 15px}
.inner-box span {margin-bottom: 15px}

.letter {background: url(../imagenes/ico-mail.png)left 5px center transparent no-repeat;}
.picture {background: url(../imagenes/ico-photo.png)left 5px center transparent no-repeat;}
.voice {background: url(../imagenes/ico-micro.png)left 5px center transparent no-repeat;}



/**FORMULARIO*/

.form {padding: 20px 0 0}
.form .item-form {flex-basis: 49%; position: relative; margin:0 5px 10px 0}
.form .item-form.full {flex-basis: 100%;}



.form form {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; padding: 25px; background: rgba(255,255,255,0.8);}

.form form input[type=text], .form form input[type=mail]{width: 100%; border: 1px solid #A8A7A4; padding:0 0 0 10px;font-weight: 500; color: #000 ; height: 43px;}
.form form textarea{width: 100%; border: 1px solid #A8A7A4; padding:20px ;font-weight: 500; color: #000 ; height: 145px;}


.form form input::placeholder {color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif; }
.form form input:-moz-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}
.form form input:-ms-input-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}
.form form input::-moz-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}
.form form input::-webkit-input-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}

.form form textarea::placeholder {color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif; }
.form form textarea:-moz-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}
.form form textarea:-ms-input-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}
.form form textarea::-moz-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}
.form form textarea::-webkit-input-placeholder{color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif;}

.form form select {color: #00294C; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif; width: 100%; height: 43px; padding: 0 40px 0 10px; background: url(../imagenes/arrow-down.png) top 14px right 10px no-repeat #fff; appearance: none; -webkit-appearance: none; border: 1px solid #A8A7A4; }
select {    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;}
select::-ms-expand {    display: none;}


.form .item-form a {color: #00294C; font-size: 14px; margin:0 0 0 5px }
.form .item-form label {display: flex; align-items: flex-start; justify-content: flex-start; font-size: 14px; color: #00294C }

.cust-checkbox {position: relative; margin-right: 10px}
.cust-checkbox input[type='checkbox'] {    width: 0;    height: 0;    opacity: 0;    cursor: pointer;}
 .cust-checkbox span {    position: absolute;    width: 15px;    height: 15px;    background: #fff;    border: 1px solid #4f4f4f;    border-radius: 2px;    right: 0;    top: 0; margin-bottom: 0}
.cust-checkbox span::after {    content: "";    position: absolute;    bottom: 9px;    left: -1px;    width: 0;    height: 0;    border-right: 3px solid transparent;    border-bottom: 3px solid transparent;    transform: rotate(45deg);    transform-origin: bottom left;}
.cust-checkbox input[type='checkbox']:checked + span::after {animation: checkbox-check 125ms linear forwards;}


.btn-form { background: url(../imagenes/arrow-right.png)right 19px center #c6007e no-repeat; font-size: 17px; font-weight:700; padding: 20px 61px 20px 39px; color: #fff; border-radius: 8px; border:none; font-family: 'Montserrat', sans-serif; cursor: pointer;}

.form form input[type=submit]{font-family: 'Montserrat', sans-serif; font-weight: 700; white-space: normal;}
.form form input[type=submit]:placeholder{font-family: 'Montserrat', sans-serif; font-weight: 700}
.form .flex-end{display: flex; justify-content: flex-end; align-items: center;}

.form form input[type=file] {display: none;
    color: white;
    position: absolute;}
.form form .cust-file {background:#C4C4C4;padding: 10px 20px}
.form form .cust-file span {padding: 0 0 0 40px; background: url(../imagenes/clip.png)left center transparent no-repeat; color: #000000;}
.form form .archivo { color: #00294C; font-size: 14px;display: none;word-break: break-all; max-width: 300px}
.form form .archivo.activo {display: block;}

.form form .audio .cust-audio{ padding:10px 0 10px 40px; background: url(../imagenes/ico-micro.png)left 13px center rgba(255,255,255, 0.8) no-repeat; color: #00294C; background-size: 20px; max-width: 141px;  }
.form form .audio .cust-audio a {margin: 0}
.form form .aviso {font-size: 11px; text-align: left; font-weight: 300;line-height: 1; display: inline-block; margin:5px 0;}


@media (min-width: 426px){

	.form form .audio{display: none;}
}





/*slider mensajes*/
.slider-mensajes {outline: none; margin-bottom: 50px; position: relative;}
.slider-title {font-size: 34px; line-height: 41px;color: #00294c;margin-bottom: 20px; 
	text-align: center;margin: 40px 0}

.inner-mensaje {display: flex;flex-wrap: wrap; align-items: center; padding: 20px 60px;}
.inner-mensaje>p {flex-basis: 100%; font-weight: 300; color: grey}

.slider-mensajes .slick-prev, .slider-mensajes .slick-next{ background: url(../imagenes/next.png) center center no-repeat; width: 50px; height: 100%; position: absolute; top: 0; background-size: 40px ;    z-index: 99;  }
.slider-mensajes .slick-prev {left: 0; transform: rotate(180deg);}
.slider-mensajes .slick-next {right: 0}


/*FOOTER*/

footer {background: #0079c8; padding: 10px 0; width: 100% }
footer p, footer a {color: #fff; font-size: 16px}
footer .wrapper {display: flex; justify-content: space-between; align-items: center;color: #fff}



@media (max-width: 1175px){
	header .item-logo {padding: 0 20px}
	.main-content .wrapper {padding: 0 20px}
	footer .wrapper {padding: 0 20px}
	
}
@media (max-width: 1024px){
	main {background: url(../imagenes/bg-1024.png)no-repeat bottom center #08C8DA; padding: 20px 0 500px;}
	.main-content .wrapper {justify-content: center;}

}

@media (max-width: 1050px){
	
	.cust-checkbox span {right: -7px}

}


@media (max-width: 767px){
	header {padding: 0 }
	.item-logo .wrapper>img {display: none;}
	.item-logo .wrapper .responsive {display: block;    width: 100%;
    text-align: center;    padding: 5px 0; background:#0079c8 }
	.item-logo .wrapper {flex-direction: column;}
	header .item-logo {padding: 0 }
	
	.form .item-form, .form .item-form.full {flex-basis: 100%;}
	.btn-form {margin-top: 0}
	.form .item-form label {justify-content: flex-start;    align-items: center;}

	
	footer .wrapper {flex-direction: column;}
	footer .wrapper .legales span {display: none;}
	.legales a {display: inline-block; width: 100%; text-align: center; margin: 0 0 10px}
	footer p {margin: 0 0 10px}
	footer {padding: 20px 0}
	.inner-box .title, .slider-title {font-size: 28px; line-height: 32px; text-align: center;}
}

@media (max-width: 425px){
	main {background: url(../imagenes/bg-mobile.png)no-repeat bottom center #08C8DA; padding: 20px 0 350px; }

	.form .item-form label {justify-content: flex-start;    align-items: flex-start;}
	.inner-box .items-description {justify-content: space-around;align-items: flex-start;}
	.inner-box .items-description p {padding: 60px 5px 10px; font-size: 15px; line-height: 25px;     flex-basis: 26%;
    text-align: center;}
.inner-box .items-description span {display: none;}
.letter {background: url(../imagenes/ico-mail.png)top 5px center transparent no-repeat;}
.picture {background: url(../imagenes/ico-photo.png)top 5px center transparent no-repeat;}
.voice {background: url(../imagenes/ico-micro.png)top 5px center transparent no-repeat;}
/*.form .item-form a { margin: 0 0 0 5px;}*/
	
}

@media (max-width: 320px){
	.form .item-form a {flex-basis: 100%}
	.form .item-form label {flex-wrap: wrap;}
}


/*animacion*/
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #8bd747;
    transform: rotate(45deg) translate(4px, 8px);
    opacity: 0; }
  30% {
    opacity: 1;
    width: 0; }
  50% {
    width: 8px;
    height: 0;
    transform: rotate(45deg) translate(0, 0); }
  100% {
    width: 8px;
    height: 16px;
    border-color: #8bd747; } 
}


table{
	width: 100%;
}
table thead td{
	padding: 20px 10px;
}
table tbody td{
	padding: 10px;
}

/*MODAL*/

.modal{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn:hover {
  background: #357ebd;
}

.btn-close {
    color: #aaa;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
    right: 15px;
    top: 15px;
}
.btn-close:hover {
  	color: #919191;
}
.modal:before {
  	content: "";
  	display: none;
  	background: rgba(0, 0, 0, 0.6);
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: 10;
}

.modal:target:before {
  	display: block;
}
.modal:target .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 5%;
    color: gray;
    font-size: 14px;
}
.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    z-index: 11;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-body {
  	padding: 20px;
  	max-height: calc(100vh - 210px);
   	overflow-y: auto;
   	line-height: 1.2;
}
.modal-body ul{
	list-style: inside;
	padding-left: 20px;
}
.modal-body ol{
	list-style: decimal;
	padding-left: 20px;
}
.modal-header{
	font-size: 20px;
	padding: 20px;
	font-weight: 600;
}
.modal-header {
  border-bottom: #eee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  border-top: #eee solid 1px;
  text-align: right;
}
.modal-body a{
	color:#0079c8;	
}
@media(max-width: 768px){

	.modal-body p{
		text-align: left;
	}
}
@media(max-width: 500px){

	.modal-dialog{
		width: 95%;
	}
	table{
		font-size: 12px;
	}

}
@media(max-width: 320px){


	table{
		font-size: 10px;
	}
	
}


.modalgracias {     margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    display: none;

}
.modalgracias.active {display: flex;}

.modalgracias .dialog {background: url(../imagenes/bg-triangle.png)no-repeat top right #0079C8; max-width: 460px}
.modalgracias .header {min-height: 115px; display: flex; align-items: flex-start; justify-content: flex-end;}
.modalgracias .body { color: #fff }
.modalgracias .bg-aplause {background: url(../imagenes/applause.gif)bottom center no-repeat transparent; padding: 0 50px 115px; background-size: contain;}

.modalgracias p {font-size: 26px; line-height: 32px; text-align: center;}
.modalgracias .title {font-size: 37px; line-height: 40px}

.modalgracias .close {font-size: 44px; line-height: 45px; font-weight: 600; color: #0079C8; padding: 5px 15px  0  0}



