/* fonts */
@font-face {
	font-family: 'Conv_Bookmania Regular';
	src: url("../fonts/Bookmania Regular.eot");
	src: local('☺'), url("../fonts/Bookmania Regular.woff") format("woff"), url("../fonts/Bookmania Regular.ttf") format("truetype"), url("../fonts/Bookmania Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Graphik-Light';
	src: url("fonts/Graphik-Light.eot");
	src: local('☺'), url("fonts/Graphik-Light.woff") format("woff"), url("fonts/Graphik-Light.ttf") format("truetype"), url("fonts/Graphik-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
	font-size:18px;
	line-height: 28px;
	color: #777;
	background: #FFFFFF;
	overflow-x:hidden;
	position: relative;
} 
h6{
font-family: 'Alegreya Sans', sans-serif;
}
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h6 a {
	text-decoration: none; 
}	
h1 {
font-family: 'Montserrat', sans-serif;
font-size: 46px;
line-height: 56px;
}
h2 {
    font-size: 50px;
    font-weight: 300;
    margin: 15px 0 15px 0;
    color: #fff;
    font-family: 'Conv_Bookmania Regular',Sans-Serif;
}
h3{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;
	padding-bottom: 20px;
	color: #777;
	}
h4{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;
	}
h5{
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 18px;
	}

p { 
	padding:0 0 1em;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
a {
	color: #777;
	outline: 0;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;

} 
a:hover {
	text-decoration: none;
	color: #777;
	text-decoration: underline;
}

.banner {
	  position: relative;
	  color: #fff;
	  /* margin-top: -1px; */
	  border-top: 1px solid #F96A67;
	  background: #F96A67;
}
.is-sticky .navbar-default {
  padding: 35px 0;
  width: 100%;
  background-color: #86CDD6;
}
#menu-sticky-wrapper{
  z-index: 2;
  position: relative;
}
.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    margin-top: -1px;
}
#menu {
	z-index: 999;
	width: 100% !important;
	right: 0;
	left: 0;
}
.navbar-default {
	padding: 30px 0;
	background: #F96A67;
	border: 0px;
}
.navbar-default .navbar-brand {
    padding: 4px;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FAD12C;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    
	color: #FFFFFF;
}
.btn-default {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #86CDD6;
	background: transparent;
	transition: all 0.4s;
	color: #86CDD6;
	border-radius: 100px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border: 2px solid #EE2D2D;
	background: #EE2D2D;
	color: white;
}
.btn-primary {
	font-size: 22px;
	line-height: 20px;
	padding: 15px 15px;
	height: 50px;
	border: 2px solid #FFFFFF;
	background: white;
	transition: all 0.4s;
	color: #F96A67;
	border-radius: 100px;
	opacity: 1;
	white-space: nowrap;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #fff;
	background: #ffff;
	color: #F96A67;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #F33030;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
}
.site-name img{
	height: 80px
}
.logo {
	margin: 80px 0 100px 0;
}
.logo img{
	width: 150px; 
	height: 37px
}
.landing h1{
	font-size: 56px;
	font-weight: 300;
	color: #FFFFFF;
	margin: 20px 0 20px 0;
	font-family:'Conv_Bookmania Regular',Sans-Serif;
}
.landing p {
	color: #FFFFFF;
}
.landing-text {
	margin-bottom: 20px;

}
.landing-text p { 
	padding-bottom: 20px;
}
.more {
	margin-bottom: 100px;
}
.more p {
	font-size: 17px;
}
.head-btn {
	margin-bottom: 40px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.option .fa {
	font-size: 16px;
	margin-right: 10px;
}
.option:hover {
	color: #F33030;
}
.header-phone {
	margin: 50px 0 0px;
}
#intro {
	padding: 100px 0;
	color: #fff;
	background-color: #F9B54E;
}
#intro h2 {
	font-size: 50px;
	font-weight: 300;
	margin: 15px 0 15px 0;
	color: #fff;
	font-family:'Conv_Bookmania Regular',Sans-Serif;
}
.intro-pic {
	margin-top: 20px;
}

#introPadres {
	padding: 100px 0;
	color: #545454;
	background-color: #c4e3e8;
}

.btn-section {
	padding-top: 20px;
}
#feature {
	padding: 80px 0;
	background: #f5f5f5;
	color: #202020;
}
#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300;
}
#feature .feature-title p {
	font-size: 18px;
}
#features{
	padding: 80px 0;
	color: #fff;
	background-color: #de9ccc;
}

#feature .inner {
	float: left;
	display: inline-block;
	width: 80%;
}
#feature-2 {
	padding: 100px 0 100px;
}
#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.feature-2-pic {
	margin-top: 20px;
}


#footer {
	background: #E3E3E3;
	padding: 50px 0 50px;
}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #86CDD6;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #86CDD6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	border-radius: 50%;
}
.social li a:hover {
	color: #fff;
	background: #86CDD6;
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	color: rgb(242, 47, 47);
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.scrollToTop:hover{
	color: #FBD22C;
}
.control-group .controls {
	overflow-x: hidden;
}
.videointroSection{padding:100px 0;background: #86CDD6;}
.subscribe {
	color: #fff;
	background: #fff !important;
}

#package {
	padding-top: 100px;
	color: #fff;
}
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #FAD12C;
}

.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #FCD72C;
	transition: all 0.4s;
	color: rgb(32, 32, 32);
	border-radius: 4px;	
}
.btn-price:hover {
	background: #86CDD6;
	color: white;
}
.navbar-default .navbar-toggle {
    border-color: #fff !important;
    background: #F9B54E;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none !important;
}
.navbar-collapse{
	/* background: #86CDD6 !important; */
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.more {
		margin-bottom: 50px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.row-feat {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 100px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.more {
		margin-bottom: 180px;
	}
	.header-phone {
	margin-top: 125px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}	
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}	
}

/* smart-phone ----------- */
@media (max-width: 767px) {
	.navbar-collapse {
    background: #86CDD6 !important;
}
	.logo {
		margin: 40px 0 30px 0;
	}
	.more {
		margin-bottom: 40px;
	}
	#intro {
		padding: 70px 0 70px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	.feat-list i {
		padding-left: 40px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		margin: 10px 0 10px;
	}	
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {

}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.letter {
		margin-top: 75px
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.videointro-store {
		padding: 20px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
	.logo {
		margin: 15px 0 15px 0;
	}
	.landing h1{
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
	}
	#intro {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}	
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#clients {
		padding: 70px 0 70px;
	}
	.clients-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.videointro-text p {
		line-height: 1.5;	
	}	
	.videointro-store {
		padding: 10px 0 70px;
	}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	#intro h2, #feature h2, #feature-2 h2 {
		font-size: 30px;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.appstorebutton {
		margin-bottom: 15px;
	} 
	.videointro-store li {
		margin-left: 0;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1{
		margin: 20px 0 35px 0;
	}
	.more {
		text-align: center;
	}
	.more p {
		font-size: 14px;
	}
	.option {
		padding: 3px;
		min-width: 75px;
		margin-right: 2px;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 16px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}

}


* ,*::after, *::before{
	box-sizing:border-box;
   }
   
   .contenedor-caja-video{
	width: 80%;
   }
   
   .caja-video  {
	position:relative;
	 width: 100%;
	 margin-left: 15%;

   }
   
   .caja-video::before {
	position: absolute;
	content:'';
	
	display:block;
	padding-bottom:56.25%;
   }
   
   .video{
	position:absolute;
	width: 100%;
	height: 100%;
	
   }


   /* nuevos */
   ul{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
}

.lista{
    list-style: none;
    position: relative;
  }

.lista-img {
    width: 40px;
    
}

li{
    margin-bottom: 4%;
}
.bibliography {
    margin-bottom: 6px;
}

.iconos {
    width: 8%;
}

.centrado {
	margin-top: 0%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.accordion {
	background-color: #F96A67;
	color: #fff;
	border-color: #FFF;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	font-weight: bold;
  }
  
  .active, .accordion:hover {
	background-color: #F96A67;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
  }
  
  .panel {
	padding: 0 18px;
	display: none;
	background-color: #F96A67;
	overflow: hidden;
	border: 1px solid #FFF;
  }

.button {
	margin-top: 22px;
    color: #fff;
    text-align: left;
    text-decoration: underline;
    display: inline-block;
    font-size: 20px;

}

.button2 {
    background-color: #F96A67;
    border-radius: 50px;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: 20px;

}

.img-responsive-intro1 {
    display: block;
    max-width: 60%;
    height: auto;
}


.tg  {
    border-collapse:collapse;
    border-spacing:0;
    margin: 10px auto;
    width: 100%;
}
.tg td{
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg th{
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg .tg-fron{
    background-color:#355ea8;
    color:#ffffff;
    text-align:left;
    vertical-align:top;
}
.tg .tg-fo49{
    background-color:#355ea8;
    color:#ffffff;
    text-align:center;
    vertical-align:top;
}
.tg .tg-g3nq{
    background-color:#f3e8d0;
    text-align:center;
    vertical-align:top;
    color: black;
}

.buttons {
    margin-bottom: 30px;
}

.btn-info {
    margin-bottom: 6px;
}

.wow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}


.modal {
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100vw; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.8); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 80%; 
    max-width: 800px;
    height: auto;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 50%;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}