html, body{
	overflow-x: hidden;
}
@font-face {

  font-family: 'Panton-Black';

  src: local('Panton-Black'),

       local('Panton-Black'),

       local('Panton-Black'),

       url(../fonts/Panton-Black.otf);

}
@font-face {

  font-family: 'Panton-BlackItalic';

  src: local('Panton-BlackItalic'),

       local('Panton-BlackItalic'),

       local('Panton-BlackItalic'),

       url(../fonts/Panton-BlackItalic.otf);

}
@font-face {

  font-family: 'Panton-Bold';

  src: local('Panton-Bold'),

       local('Panton-Bold'),

       local('Panton-Bold'),

       url(../fonts/Panton-Bold.otf);

}
@font-face {

  font-family: 'Panton-Regular';

  src: local('Panton-Regular'),

       local('Panton-Regular'),

       local('Panton-Regular'),

       url(../fonts/Panton-Regular.otf);

}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.random{
	padding-bottom: 80px;
	padding-top: 150px;
	background: url(../img/bg-cb.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.logobd{
	max-width: 95%;
	width: 100px;
}
.video{
	background: #cef4f4;
	padding-bottom: 40px;
	padding-top: 40px;
}
.bvideo{
	max-width: 700px;
}
.box-video {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}
.box-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.site-footer{
	padding-top: 60px;
	padding-bottom: 60px;
}
.txtfooter{
	font-family: 'Panton-Bold';
	font-size: 24px;
	color: #106178;
	text-align: center;
	margin-bottom: 20px;
}
.icon-footer{
	text-align: center;
}
.icon-footer span{
	margin-right: 10px;
	background: #FF3E4A;
	color: #fff;
	border: 1px solid #FF3E4A;
	width: 45px;
	height: 45px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 25px;
	transition: .5s ease;
}
.icon-footer a{
	color: #FFF !important;
}
.icon-footer a:hover span{
	color: #FF3E4A;
	background: #fff;
	transition: .5s ease;
}
.bg-dan{
	background: #F6A100;
}
.ttcoliz{
	font-family: 'Panton-Black';
	font-size: 46px;
	color: #fff;
	max-width: 295PX;
	line-height: normal;
	text-align: right;
	text-transform: uppercase;
}
.aldr{
	display: flex;
	justify-content: flex-end;
	align-items: initial;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 228px;
	border-right: 2px solid #fff;
	padding-right: 30px !important;
	padding-left: 30px !important;
}
.coldr{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px !important;
	padding-left: 30px !important;

}
.btn-dan{
	background: #FFCB00;
	font-family: 'Panton-Bold';
	font-size: 16px;
	color: #106178 !important;
	margin-bottom: 10px;
	transition: .5s ease;
}
.btn-dan:hover{
	background: #106178;
	color: #FFCB00 !important;
	margin-bottom: 10px;
	transition: .5s ease;
}


.bg-men{
	background: #5B9AA0;
}
.btn-az{
	background: #106178;
	border: 1px solid #106178;
	font-family: 'Panton-Bold';
	font-size: 14px;
	color: #fff !important;
	margin-bottom: 10px;
	transition: .5s ease;
	border-radius: 25px;
}
.btn-az:hover{
	background: #fff;
	border: 1px solid #106178;
	color: #106178 !important;
	margin-bottom: 10px;
	transition: .5s ease;
}

.txtcoldr{
	color: #fff;
	font-size: 22px;
	font-family: 'Panton-Regular';
	line-height: normal;
	margin-bottom: 10px;
}

.bg-red{
	background: #FF3E4A;
}
.bg-ama{
	background: #FFCB00;
}

.txtcoldra{
	color: #106178;
	font-size: 22px;
	font-family: 'Panton-Regular';
	line-height: normal;
	margin-bottom: 10px;
}
.btn-red{
	background: #FF3E4A;
	border: 1px solid #FF3E4A;
	font-family: 'Panton-Bold';
	font-size: 14px;
	color: #fff !important;
	margin-bottom: 10px;
	transition: .5s ease;
	border-radius: 25px;
}
.btn-red:hover{
	background: #fff;
	border: 1px solid #FF3E4A;
	color: #FF3E4A !important;
	margin-bottom: 10px;
	transition: .5s ease;
}
.bg-az{
	background: #106178;
}
.txtcoldrama{
	color: #FFCB00;
	font-size: 22px;
	font-family: 'Panton-Regular';
	line-height: normal;
	margin-bottom: 10px;
}
.bg-header0{
	background: url(../img/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 625px;
}
.bg-header1{
	background: url(../img/bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 625px;
}
.bg-header2{
	background: url(../img/bg3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 625px;
}

.bga{
	background: url(../img/bgbg.svg);
    padding-top: 50px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;

}
.random{
	overflow: hidden;
}
.txtbga{
	font-family: 'Panton-Regular';
	line-height: 1;
	font-size: 40px;
	color: #106178;
}
.fpbi{
	font-family: 'Panton-BlackItalic'
}
.imgbga{
	text-align: center;

}
.madre{
	position: absolute;
	bottom: 50px;
	left: -100px;
	width: 400px;
}
.mobile{
	display: none;
}
.celular{
	position: absolute;
	top: 30px;
	right: 50px;
	width: 275px;
}
.chica{
	position: absolute;
	bottom: 20px;
	right: 50px;
	width: 185px;
}
.imaginacion{
	position: absolute;
	bottom: 50px;
	left: -100px;
	width: 400px;
}
.cuento{
	position: absolute;
	top: 30px;
	left: 20px;
	width: 300px;
}
.balcon{
	position: absolute;
	top: 50px;
	right: -10px;
	width: 320px;
}
.balcon2{
	position: absolute;
	bottom: 50px;
	left: -70px;
	width: 430px;
}
.nina{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 250px;
}
.libros{
	position: absolute;
	bottom: 5px;
	right: 20px;
	width: 160px;
}
#masthead {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.custom-logo {
    max-width: 130px;
}
.tagh{
	font-family: 'Panton-Bold';
	font-weight: normal;
	font-size: 25px;
	color: #0c4c5b;
	padding-right: 20px;
	margin-right: 30px;
	border-right: 2px solid #0c4c5b;
}
.tag{
	font-family: 'Panton-Bold';
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
	display: inline-flex;
	padding-left: 10px;
	padding-right: 10px;
	color: #106178;
}

.plh{
	padding-left: 40px !important;
	padding-right: 50px !important;
}
.txtaheader{
	margin-top: 10px;
	color: #106178;
	font-family: 'Panton-Black';
	font-size: 65px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
.txtrheader{
	margin-top: 10px;
	color: #FF3E4A;
	font-family: 'Panton-Black';
	font-size: 65px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	width: max-content;
}
.blup{
	display: flex;
	position: relative;
}
.bxlup{
	position: relative;
}
.lupa {
    position: absolute;
    top: -20px;
    right: -50px;
}
.flecha {
    position: absolute;
    right: 0;
}
.btn-ml {
	font-family: 'Panton-Black';
    background: #ffcb00;
    border: 5px solid #eab306;
    border-radius: 100px;
    padding: 5px 25px;
    color: #106178;
    font-size: 45px;
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5)
}
.btn-ml:hover{
	color: #106178;
}
.btn-ml:visited{
	color: #106178;
}

.btn-ex{
	margin-top: 30px;
}
.bgtb {
    background: #fff;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    border-radius: 20px;
}
.enamorada{
	width: 390px;
	max-width: 80%;
}

.fpb{
	font-family: 'Panton-Bold';
}
.txtpheader{
	color: #106178;
	margin-top: 40px;
	font-family: 'Panton-Regular';
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	max-width: 80%;
}
.txtaheaderm{
	margin-top: 20px;
	color: #106178;
	font-family: 'Panton-Black';
	font-size: 45px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;

}
.txtrheaderm{
	margin-top: 10px;
	color: #FF3E4A;
	font-family: 'Panton-Regular';
	font-size: 45px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	max-width: max-content;
}
.txtrheaderm::after {
    width: 55%;
    content: '';
    height: 1px;
    background: #ff3e4a;
    display: block;
    margin-top: 10px;
}
.txtpheaderm{
	color: #1D1D1B;
	margin-top: 20px;
	font-family: 'Panton-Regular';
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
}
@media screen and (max-width: 1024px) {
	.bg-header0,.bg-header1,.bg-header2 {
		min-height: 580px;
	}
	.flecha img {
 	   max-width: 90px;
 	}

	.btn-ml{
		font-size: 25px;
	}
	.lupa img {
 	   max-width: 100px;
 	}
	.madre{
		left: -50px;
		width: 300px;
	}
	.celular{
		width: 250px;
	}
	.chica{
		width: 160px;
	}
	.txtaheader{
		font-size: 40px;
	}
	.txtrheader{
		font-size: 40px;
	}
	.txtpheader{
		font-size: 16px;
	}
	.imaginacion{
		position: absolute;
		bottom: 50px;
		left: -50px;
		width: 350px;
	}
	.cuento{
		position: absolute;
		top: 30px;
		left: 20px;
		width: 250px;
	}
	.balcon{
		position: absolute;
		top: 50px;
		right: 0px;
		width: 250px;
	}
	.balcon2{
		bottom: 50px;
		left: -50px;
		width: 380px;
	}
	.nina{
		top: 20px;
		right: 20px;
		width: 220px;
	}
	.libros{
		bottom: 5px;
		right: 20px;
		width: 140px;
	}
	.txtbga{
		font-size: 30px;
	}

}
@media screen and (max-width: 990px) {
	.txtbga {
	    font-size: 25px;
	    padding-left: 30px !important;
	}
	.flecha{
 		right: -30px;
 	}
	.madre{
		left: -50px;
		width: 250px;
	}
	.celular{
		width: 220px;
	}
	.chica{
		width: 140px;
	}
	.txtaheader{
		font-size: 35px;
	}
	.txtrheader{
		font-size: 35px;
	}

	.txtpheader{
		font-size: 16px;
	}
	.imaginacion{
		bottom: 50px;
		left: -50px;
		width: 300px;
	}
	.cuento{
		top: 30px;
		left: 20px;
		width: 220px;
	}
	.balcon{
		top: 50px;
		right: 0px;
		width: 220px;
	}
	.balcon2{
		bottom: 50px;
		left: -50px;
		width: 300px;
	}
	.nina{
		top: 20px;
		right: 10px;
		width: 200px;
	}
	.libros{
		bottom: 5px;
		right: 10px;
		width: 120px;
	}

}


@media screen and (max-width: 767px){
	.bg-header0, .bg-header1,.bg-header2{
		display: none !important;
	}
	.txtaheader{
		font-size: 55px;
	}

	.txtrheader{
		font-size: 55px;
	}
	.txtpheader{
		max-width: 100%;
	}

	.deskt{
		display: none;
	}
	.mobile{
		display: block;
		position: relative;
	}
	.bgmobile img{
		width: 100%;
	}
	.tagm{
		background: url(../img/bgcl.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		font-family: 'Panton-Bold';
		font-size: 30px;
		line-height: normal;
		font-weight: normal;
		display: inline-flex;
		padding-left: 10px;
		padding-right: 10px;
		color: #106178;
		position: absolute;
		top: 30px;
		z-index: 2;
		right: 50px;
	}

	.imgbga {
    	text-align: left;
	}

	.bga{
		padding-top: 20px;
		padding-bottom: 50px;
	}

	
}
@media screen and (max-width: 767px) {
	.tagh{
		font-size: 15px;
	}
	.ttcoliz{
		font-size: 35px;
	}
	.txtcoldrama, .txtcoldra, .txtcoldr{
		font-size: 16px;
	}
	.btn-red, .btn-az, .btn-dan{
		font-size: 11px;
	}
	.txtbga {
	    font-size: 25px;
	    padding-left: 25% !important;
	    margin-top: -120px;
	}
}
@media screen and (max-width: 560px){
	.txtbga {
	    font-size: 20px;
	    padding-left: 25%;
	    margin-top: -100px;
	}
	.txtaheader{
		font-size: 30px;
	}

	.txtrheader{
		font-size: 30px;
	}
	.btn-ml{
		font-size: 17px;
	}
	.plh{
		padding-left: 20px;
		padding-right: 20px;
	}
	.lupa img {
		max-width: 80px;
	}
	
	.txtpheaderm{
		font-size: 16px;
	}

	.ttcoliz{
		font-size: 25px;
	}
	.txtcoldrama, .txtcoldra, .txtcoldr{
		font-size: 13px;
	}
	.imgbga img{
		max-width: 200px;
	}
}
@media screen and (max-width: 460px){
	.tagm{
		font-size: 25px;
		right: 20px;
	}
	.custom-logo{
		max-width: 120px;
	}
	.imgbga {
    	text-align: left;
    	padding-right: 130px;
	}
	.txtbga {
	    font-size: 15px;
	    padding-left: 35%;
	}
	.logobd {
    max-width: 70px;
    width: 100px;
}


}
@media screen and (max-width: 400px){
	.tagm{
		font-size: 25px;
		right: 20px;
	}
	.custom-logo{
		max-width: 95%;
	}
	.imgbga {
    	text-align: left;
    	padding-right: 130px;
	}
	.txtbga {
	    font-size: 15px;
	    padding-left: 35%;
	    margin-top: -80px;
	}
	.ttcoliz{
		font-size: 18px;
	}
	.txtcoldrama, .txtcoldra, .txtcoldr{
		font-size: 10px;
	}
	.btn-red, .btn-az, .btn-dan{
		font-size: 10px;
	}
	.imgbga img{
		max-width: 180px;
	}


}