body{
	overflow-x: hidden;
}



.audio-widget{
	position: fixed;
	right: 0;
	top: 50%;
	background: #001F5A;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 6px 15px 6px 6px;
	display: flex;
	align-items: center;
	z-index: 1;
	cursor: pointer;
	transition: all .3s ease;
}

.audio-widget i{
	color: white;
	font-size: 27px;
}

.audio-mobile{
	padding-right: 28px !important;
}

header{

}

header .top{
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}

header .logo{
	width: 340px;
}

header .logo img{
	width: 100%;
}

header .hashtag{
	width: 250px;
}

header .hashtag img{
	width: 100%;
}

header .access{
	display: flex;
	align-items: center;
}

.accessMobile{
	right: 16px !important;
}

header .search .inpGroup{
	position: relative;
}

header .search input{
	position: absolute;
	right: 35px;
	top: 0;
	width: 120px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	display: none;
}

i.lupaHeader{
	font-size: 23px;
	color: #263154;
	cursor: pointer;
}

header .dividerH{
	width: 1px;
	height: 20px;
	background: #D3D3D3;
	margin: 0 20px;
}

header .contraste{
	display: flex;
	flex-direction: column;
	align-items: center;
}

header .contraste i{
	font-size: 23px;
	color: #263154;	
	cursor: pointer;
}

header span.auxIco{
	color: #A4A8B7;
	font-size: 11px;
	font-family: 'Prelo Slab Book';
}

header span.auxIco br{
	display: none;
}

header .font-size{
	display: flex;
	flex-direction: column;
	align-items: center;	
}

header .font-size .switch{
	width: 80px;
	display: flex;
	padding: 2px;
	border: 1px solid #263154;
	border-radius: 6px;
	font-family: 'Myriad Bold';
}

header .font-size .switch span{
	font-size: 13px;
	color: #263154;
	cursor: pointer;
	transition: all .3s ease;
}

header .font-size .switch>div{
	width: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

header .font-size .switch .more{
	border-right: 1px solid #263154;
}

header .font-size .switch .less span{
	font-size: 10px;
}

.menu-mobile{
	display: none;
}

.menu-mobile i{
	color: #263154;
	font-size: 25px;
}

nav{
	background: #FFDE00;
	padding: 12px 60px;
}

nav .dividerNav{
	width: 1px;
	height: 15px;
	background: #263154;
}

nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	font-family: 'Prelo Slab Bold';
	color: #263154;
}

nav ul a{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #263154;
	font-size: 13px;
}

nav ul a:hover{
	text-decoration: none;
	color: #263154;
}

nav ul a i{
	margin-right: 5px;
	font-size: 33px;
}

section.banner{
	position: relative;
}

section.banner img{
	width: 100%;
}

section.banner .triangle{
	position: absolute;
	right: 0;
	top: 80px;
	content: '';
	width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #FFDE00;
}

section.banner .copy{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	padding-left: 80px;
}

section.banner .copy .whites{
	font-family: 'Prelo Slab Book';
	font-size: 50px;
	line-height: 30px;
	color: white;
}

section.banner .copy p{
	font-family: 'Prelo Slab Book';
	font-size: 34px;
	line-height: 34px;
	color: white;
}

section.banner .copy .yellows{
	font-family: 'Prelo Slab SemiBold';
	font-size: 45px;
	line-height: 45px;
	color: #FFDE00;
}

.amarillo h3{
    color: #FFDE00 !important;
}

.amarillo i{
    color: #FFDE00 !important;
}

section.banner .copy .yellows.marged{
	margin-top: 15px;
}

section.banner .copy .hash-white{
	width: 100%;
}

section.banner .copy .hash-white img{
	width: 100%;
}

section.banner .copy .cta{
	margin-top: 20px;
}

section.banner .copy .cta button{
	background: #FFDE00;
	border-radius: 6px;
	border-style: none;
	font-family: 'Prelo Slab Bold';
	color: #263154;
	font-size: 18px;
	padding: 2px 20px;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
}

section.banner .copy .cta button:before{
	content: '';
	width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
    position: absolute;
    left: 0;
    top: 4px;
}

section.banner .copy .cta button:hover{
	padding-left: 24px;
}

section.banner .model{
	position: absolute;
	bottom: 0;
	right: 80px;
	width: 37%;
}

.squares-support{
	position: relative;
}

section.squares{
	position: absolute;
	display: flex;
	justify-content: center;
	left: 0;
	top: -60px;
	right: 0;
}

section.squares .rows{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 700px;
}

.scene {
  width: 200px;
  height: 200px;
  margin: 15px;
  perspective: 800px;
  transition: all 0.3s ease 0s;
}

.scene:hover .card-item {
  transform: rotateY( 180deg);
}

.card-item {
  width: 100%;
  height: 200px;
  transition: transform 0.4s ease 0s;
  transform-style: preserve-3d;
  cursor: default;
  position: relative;
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;
}

.card-item:hover{
	cursor: pointer;
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;  
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
}

@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

.card__face--front {
  
}

.card__face--back {
	|background: #002968; 
	background: -moz-linear-gradient(-45deg,  #002968 0%, #002968 100%); 
	background: -webkit-linear-gradient(-45deg,  #002968 0%,#002968 100%); 
	background: linear-gradient(135deg,  #002968 0%,#002968 100%); 
	transform: rotateY(180deg);
	cursor: pointer;
}


.card__face .titles{
	position: absolute;
	left: 15px;
	top: 20px;
	display: flex;
	flex-direction: column;
	z-index: 1;
	line-height: 15px;
	padding-right: 20px;
    width: 110px;
}

.derecha{
    left: 100px !important;
	top: 40px !important;
}

.card__face .titles .lights{
	font-family: 'Prelo Slab Book';
	color: #263154;
	font-size: 17px;
	transition: all .3s ease;
}

.card__face .titles .bolds{
	font-family: 'Prelo Slab Bold';
	color: #263154;
	font-size: 17px;
	transition: all .3s ease;
}

.card__face--back .titles{
	width: 100%;
}


.card__face--back .titles span{
	font-size: 17px;
	transition: all .3s ease;
}

.card__face--back .titles p{
	text-align: center;
    margin-top: 10px;
}

.card__face--back .titles i{
	font-size: 70px;
	color: #fee601;
}

.card__face--back .titles .bolds{
	font-family: 'Prelo Slab Book';
	color: #fff;
	font-size: 18px;
    line-height: 19px;
	transition: all .3s ease;
}

.cloud-idea{
	width: 140px;
	position: absolute;
	top: 10px;
	left: 30px;
}

.cloud-idea img{
	width: 100%;
	opacity: .35;
}

.card__face .model{
	position: absolute;
	bottom: 0;
	width: 160px;
	z-index: 1;
	transition: all .3s ease;
}

.card__face .model.left{
	left: 0;
}

.card__face .model.right{
	right: 0;
}

.card__face .model img{
	width: 100%;
}

.card-item:hover .card__face--back .model{
	transform: scale(1.2);
} 

.card-item:hover .card__face--back .cloud-idea img{
	width: 100%;
	opacity: .6;
}

footer{
	position: relative;
}

footer .redes{
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .redes .eyebrow-img{
	width: 240px;
}

footer .redes .eyebrow-img img{
	width: 100%;
}

footer .redes .social{
	display: flex;
	justify-content: center;
}

footer .redes .social a{
	color: #001F5A;
	text-decoration: none;
}

footer .redes .social i{
	font-size: 28px;
	margin: 0 15px;
	color: #001F5A;
}

footer .redes .followUs p{
	font-family: 'Prelo Slab Book';
	color: #001F5A;
	font-size: 16px;
	text-align: center;
}

footer .redes .followUs p span{
	font-family: 'Prelo Slab Bold';
}

footer .info{
	font-size: 14px;
	display: flex;
	justify-content: center;
}

footer .info .datos{
	width: 800px;
	border-top: 1px solid #A4A8B7;
	border-bottom: 1px solid #A4A8B7;
}

footer .info .datos ul{
	display: flex;
	justify-content: center;
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

footer .info .datos ul li{
	padding: 0 10px;
	font-family: 'Prelo Book';
	color: #747474;
	border-right: 1px solid #A4A8B7;
}

footer .info .datos ul li:last-child{
	border-right: 0;
}

footer .info .datos ul li span.titles{
	font-family: 'Prelo Slab Bold';
}

footer .info .datos ul li.slab{
	font-family: 'Prelo Slab Book';
}

footer .rights{
	display: flex;
	justify-content: center;
	font-family: 'Prelo Slab Bold';
	font-size: 13px;
	margin-bottom: 20px;
}

footer .rights ul{
	padding: 10px 0;
	margin: 0;
	display: flex;
	justify-content: center;
	list-style: none;
}

footer .rights ul li{
	padding: 0 20px;
	border-right: 1px solid #A4A8B7;
	color: #A4A8B7;
}

footer .rights ul li a{
	color: #263154;
	text-decoration: none;
}

footer .rights ul li a:hover{
	color: #263154;
	text-decoration: none;
}

footer .rights ul li:last-child{
	border-right: 0;
}

footer .vigilado{
	position: absolute;
	left: -75px;
	bottom: 70px;
	width: 200px;
	transform: rotate(-90deg);
}

footer .vigilado img{
	width: 100%;
}

/*basic-view1*/
section.banner.bannerInterno{
	height: 370px;
    overflow: hidden;
}

section.banner.bannerInterno .model{
	width: 33%;
	bottom: -40px;
}

section.banner.bannerInterno .cloud-idea{
	position: absolute;
	top: -40px;
	left: initial;
	right: 170px;
	width: 360px;
	opacity: .35;
} 

section.banner.bannerInterno .cloud-idea img{
	width: 100%;
	transform: rotateY(180deg);
}

.wrapArticle{
	padding: 0 30px 30px 30px;
}

.wrapArticle h3{
    color: #263154;
    font-size: 1.75rem;
    font-family: 'Prelo Slab Book';
}


.wrapArticle li{
    color: #777777;
}

.wrapArticle table{
    width: 80%;
    border: 0px;
}

.wrapArticle tr{
    border-bottom: solid 1px #777777;
}

.wrapArticle tr:nth-child(even){background:#F6F6F6;}

.wrapArticle tr:nth-child(odd){background:#fefefe;}

.wrapArticle td{
    border: 0px;
    text-align: left!important;
    padding: 4px;
    vertical-align: top;
}

.breads{
	padding: 30px 30px 0 30px;
	margin-bottom: 20px;
}

.breads ul{
	padding: 0;
	margin: 0;
	font-family: 'Prelo Book';
	font-size: 11px;
	color: #263154;
	list-style: none;
}

.breads a{
    color: #263154;
}

.breads ul li{
	display: inline-block;
	text-decoration: underline;
}

.breads ul div{
	display: inline-block;
}

.basic-article{
	width: 100%;
}

.textFormat h2{
	font-family: 'Prelo Slab Book';
	color: #263154;
	margin-bottom: 20px;
}

.textFormat p{
	font-family: 'Prelo Book';
	color: #777777;
	font-size: 17px;
    width: 80%;
    line-height: 19px;
    text-align: justify;
}

.textFormat cite{
	font-family: 'Prelo Bold';
	font-style: normal;
	display: block;
	color: #777777;
	font-size: 17px;
	width: 65%;
}

.continue-button{
	margin-top: 20px;
}

.continue-button button{
	background: #FFDE00;
	font-family: 'Prelo Bold';
	color: #263154;
	padding: 1px 10px;
	border-radius: 12px;
	border-style: none;
	cursor: pointer;
    display: flex;
    align-items: center;
}

.continue-button button i{
	margin-left: 8px;
	font-size: 28px;
    transition: all .3s ease;
}

.continue-button button:hover i{
	margin-left: 12px;
}

section.carouselMore{
	position: relative;
	display: flex;
	justify-content: center;
	width: 700px;
	margin: 40px auto;
	padding: 20px 0 0 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

section.carouselMore .owl-carousel{
	width: 500px;
}

section.carouselMore .owl-carousel div.owl-item{
	border-radius: 8px;
	background-color: #0f265c;
    background-position: center;
	width: 150px;
	height: 150px;
	padding: 40px;
	text-align: center;
	position: relative;
}

section.carouselMore .owl-carousel div.owl-item .wrap-square{
	position: absolute;
	left: 3px;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	padding: 20px;
	cursor: pointer;
}

section.carouselMore .owl-carousel div.owl-item h3{
	font-family: 'Prelo Slab Book';
	font-size: 17px;
	color: white;
	transition: all .3s ease;
}

section.carouselMore .owl-carousel div.owl-item h3 span{
	font-family: 'Prelo Slab Bold';
}

section.carouselMore .owl-carousel div.owl-item i{
	color: white;
	font-size: 45px;
}

section.carouselMore .owl-carousel div.owl-item .wrap-square:hover h3{
	animation-name: pulse;
}

section.carouselMore .owl-nav{
    position: absolute;
    left: -50px;
    right: -50px;
    top: 17%;
	display: flex;
    justify-content: space-between;
    z-index: -1;
    font-size: 50px;
}

section.carouselMore .owl-nav button{
	outline-color: transparent;
}

section.carouselMore .owl-nav button span{
	font-weight: bolder;
	color: #263154;
}

section.carouselMore .masks{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	background: white;
}

section.carouselMore .masks.maskLeft{
	left: -3px;
}

section.carouselMore .masks.maskRight{
	right: -3px;
}

.rateLesson{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 70px 0;
    background-color: #f5f5f5;
}

.rateLesson h3{
	font-family: 'Prelo Slab Book';
	font-size: 18px;
	color: #001F5A;
	text-align: center;
}

.rateLesson .starsRate{
	display: flex;
	justify-content: center;
	width: 200px;
	padding: 5px 20px;
	border: 1px solid #A4A8B7;
	border-radius: 7px;
}

.rateLesson .starsRate .star{
	margin: 0 5px;
	width: 35px;
	display: flex;
	align-items: center;
	cursor: pointer;	
}

.rateLesson .starsRate .star img{
	width: 100%;
}

.starsBig{
	width: 150px;
}


footer .info .datos{
	width: 922px;
}


/*search fade 030720*/
div.fadeSearch{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 80px;
	bottom: 0;
	background: rgba(38,49,84,.8);
	z-index: 9999;
	padding-top: 80px;
	padding-left: 26%;
	padding-right: 26%;
}

div.fadeSearch .wrapInput{
	position: relative;
}

div.fadeSearch .wrapInput i{
	position: absolute;
	top: 7px;
	right: 5px;
	color: white;
}

div.fadeSearch input{
	width: 100%;
	background: rgba(255,255,255,.6);
	border-style: none;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: 'Prelo Slab Bold';
	color: #263154;
	font-size: 17px;
}

div.fadeSearch input::placeholder{
	font-family: 'Prelo Slab Bold';
	color: #747474;
	font-size: 17px;	
}

.openFadeSearch{
	cursor: pointer;
}

.bodyFixed{
	overflow: hidden;
}

.maskSearch{
	position: absolute;
}

.maskSearch.maskTop{
	left: 0;
	right: 0;
	top: 0;
	height: 75px;
}

.maskSearch.maskLeft{
	left: 0;
	top: 0;
	bottom: 0;
	width: 25%;
}

.maskSearch.maskRight{
	right: 0;
	top: 0;
	bottom: 0;
	width: 25%;
}

.maskSearch.maskBottom{
	left: 0;
	right: 0;
	top: 125px;
	bottom: 0;
}

section.searchContains{
	padding: 0 60px;
}


.importantTitle{
	font-family: 'Prelo Slab Bold';
	color: #263154;
	font-size: 25px;
	margin-bottom: 30px;
}

.allResults{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.singleResult{
	display: flex;
	width: 45%;
	margin-bottom: 30px;
}

.singleResult .ico{
	border-radius: 8px;
	background-image: url(../img/banner-blue-bg.jpg);
	background-position: center;
	width: 100px;
	height: 100px;
	padding: 40px;
	text-align: center;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
}

.singleResult .icos{
	border-radius: 8px;
	background-color: #0f265c;
    background-position: center;
	width: 100px;
	height: 100px;
	padding: 40px;
	text-align: center;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
}

.singleResult .ico p{
	font-family: 'Prelo Slab Bold';
	color: white;
	font-size: 18px;
	margin-bottom: 0;
}

.singleResult .ico i{
	color: white;
	font-size: 50px;
}

.singleResult .dataContent{
	padding-left: 20px;
}

.singleResult .dataContent h3{
	font-family: 'Prelo Slab Book';
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
	color: #001F5A;
}

.singleResult .dataContent h3 span{
	font-family: 'Prelo Slab Bold';
}

.singleResult .dataContent p{
	font-family: 'Prelo Slab Book';
	font-size: 16px;
	line-height: 17px;
	color: #747474;
	margin-bottom: 0;
}

.singleResult .continue-button{
	margin-top: 10px;
}

.moreResultsButton{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.moreResultsButton button{
	border: 1px solid #001F5A;
	background: transparent;
	font-family: 'Prelo Slab Book';
	color: #001F5A;
	font-size: 17px;
	padding: 3px 10px;
	cursor: pointer;
	border-radius: 5px;
}

.moreResultsButton button i{
	transition: all .3s ease;
	margin-left: 10px;
}

.moreResultsButton button:hover i{
	margin-left: 14px;
}

.youtubeVideo{
    margin: auto;
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
}

/*05072020*/
body.homeIlustrado .card__face .model{
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

body.homeIlustrado .card__face .titles .lights,
body.homeIlustrado .card__face .titles .bolds{
	font-size: 23px;
	line-height: 21px;
}

#ilus1 .titles{
	left: 11px;
    top: 24px;
}

#ilus2 .titles{
	left: 12px;
    top: 23px;
}

#ilus3 .titles{
	text-align: right;
    left: initial;
    top: 55px;
    right: -9px;
}

#ilus4 .titles {
    left: initial;
    top: 44px;
    right: -10px;
    text-align: right;
}

#ilus5 .titles{
	left: 8px;
    top: 17px;
}

#ilus6 .titles{
    left: 8px;
    top: 8px;
}

/*060720*/
.allResults.listResults{
	flex-direction: column;
}


.allResults.listResults .singleResult{
	width: 85%;
}


/*200720*/
section.calculadora{
	padding: 0 30px;
}

section.calculadora h3.importantTitle{
	padding-left: 30px;
}

.sectionsCalc{
	background: #FFDE00;
	border-radius: 10px;
	padding: 20px;
}

.longSection{
	display: flex;
}

.sectionsCalc .titles{
	display: flex;
	align-items: center;
}


.sectionsCalc .titles i{
	font-size: 35px;
	color: #001F5A;
	margin-right: 10px;
}

.sectionsCalc .titles p{
	font-family: 'Prelo Slab Book';
	margin-bottom: 0;
	color: #001F5A;
	font-size: 25px;
	line-height: 26px;
}

.longSection .titles{
	width: 40%;
}

.longSection .inputs div{
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}

.topLongSection{
	margin-bottom: 30px;
}

.bottomLongSection{
	margin-top: 30px;
}

.doubleSection{
	display: flex;
	justify-content: space-between;
}

.doubleSection .wrapColumn{
	width: 50%;
	border-radius: 10px;
}

.doubleSection .wrapColumn:first-child{
	padding-right: 10px;
}

.doubleSection .wrapColumn:last-child{
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.1);
	padding-left: 10px;
	position: relative;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.maskShadow{
	position: absolute;
	width: 100%;
	height: 10px;
	background: white;
}

.maskShadow .auxMask{
	position: absolute;
	background: white;
	width: 5px;
	height: 30px;
	border-radius: 30px;
}

.maskShadowTop{
	left: 0;
	top: -10px;
}

.maskShadowTop .auxMask{
	left: -4px;
	top: 0;
}

.maskShadowBottom{
	left: 0;
	bottom: -10px;
}

.maskShadowBottom .auxMask{
	left: -4px;
	bottom: 0;
}


.sectionsCalc .WrapItemsToCalc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
}

.sectionsCalc .WrapItemsToCalc .itemToCalc{
	width: 48%;
}

.sectionsCalc label{
	font-family: 'Prelo Slab Book';
	margin-bottom: 3px;
	color: #001F5A;
	font-size: 14px;
	padding-left: 10px;
}

.sectionsCalc input{
	border-style: none;
	border-radius: 3px;
	padding: 0 5px 0 15px;
	font-family: 'Prelo Slab Book';
	color: #001F5A;
	font-size: 18px;
}

.sectionsCalc.longSection input{
	width: 170px;	
}

.doubleSection input{
	width: 100%;
}

button.moreInputs{
	margin-left: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border-style: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
	color: #A3AFB9;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    font-size: 22px;
}

button.moreInputs span{
	height: 37px;
}

.moreResultsButton.shadowed{
	position: relative;
	margin-top: 60px;
	-webkit-box-shadow: 0px -1px 5px -4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px -1px 5px -4px rgba(0,0,0,0.7);
	box-shadow: 0px -1px 5px -4px rgba(0,0,0,0.7);
	padding-top: 50px;
}

.moreResultsButton.shadowed .mascaras{
	position: absolute;
	background: white;
	width: 60px;
	height: 100px;
}

.moreResultsButton.shadowed .mascaras.izq{
	left: -1px;
	top: -3px;
}

.moreResultsButton.shadowed .mascaras.derecha{
	right: -1px;
	top: -3px;
}

.fadeCalculator{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(38,49,84,.8);
	z-index: 9999;
	padding-top: 80px;
}

.resultBox{
	width: 350px;
	margin: 0 auto;
	height: fit-content;
	background: rgba(0,31,90,.7);
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.resultBox h3{
	font-family: 'Prelo Slab Book';	
	font-size: 23px;
	line-height: 25px;
	color: white;
	text-align: center;
	margin-bottom: 0;
}

.resultBox h2{
	font-family: 'Prelo Slab Bold';	
	font-size: 35px;
	color: white;
	text-align: center;	
	margin-bottom: 30px;
}

.resultBox .img{
	width: 200px;
}

.resultBox .img img{
	width: 100%;
}

.closeResultCalc{
	position: absolute;
	right: -20px;
	top: -20px;
	color: white;
	cursor: pointer;
	font-size: 20px;
}

.doubleSection input{
	margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){
	.doubleSection{
		flex-direction: column;
	}

	.doubleSection .wrapColumn{
		width: 100%;
	}

	.doubleSection .wrapColumn:first-child{
		padding-right: 0;
		margin-bottom: 30px;
	}

	.doubleSection .wrapColumn:last-child{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding-left: 0;
	}

	.maskShadow{
		display: none;
	}
}

@media (max-width: 767px){
	.doubleSection{
		flex-direction: column;
	}

	.doubleSection .wrapColumn{
		width: 100%;
	}

	.doubleSection .wrapColumn:first-child{
		padding-right: 0;
		margin-bottom: 30px;
	}

	.doubleSection .wrapColumn:last-child{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding-left: 0;
	}

	.maskShadow{
		display: none;
	}

	.longSection{
		flex-direction: column;		
	}	

	.longSection .titles{
		width: 100%;
		margin-bottom: 30px;
	}

	.sectionsCalc.longSection input{
		width: 100%;
	}

	.sectionsCalc .WrapItemsToCalc .itemToCalc{
		width: 100%;
	}
    
    #player{
        width: 320px !important;
        height: 180px !important;
    }
}

@media (max-width: 480px){
	.resultBox{
		width: 250px;
		padding: 15px;
	}

	.resultBox h3{
		font-size: 20px;
		line-height: 22px;
	}

	.resultBox h2{
		font-size: 30px;
	}

	.resultBox .img{
		width: 180px;
	}

	.resultBox .img img{
		width: 100%;
	}	
    
    #player{
        width: 320px !important;
        height: 180px !important;
    }
}

#player{
    width: 640px;
    height: 360px;
}

.bb1{
    line-height:38px;
    font-size:42px
}