section{
	max-width: 700px;
	margin:auto ;
	padding: 0px 15px 0px 15px;
}

main{
	width: 100%;
	overflow-x: hidden;
}

#big-logo{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	max-width: none !important;
}

#big-logo .copy{
	color: #7B7B7B;
	text-align: center;
	font-size: 15px;
	max-width: 300px;
	margin: auto;
	margin-top: 30px;
}

#big-logo .wrapper{
	width: 100%;
}

#big-logo img{
	max-width: 400px;
	width: 60%;
	height: max-content;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

#big-logo  section{
	
}

#sec-nav-logo {
	background-color: #FFF;
	width: 100%;
	max-width: 100%;
	border: 1px solid #EAEAEA;
	box-shadow: rgba(255, 255, 255, 255.25) 0px 0px 28px, rgba(255, 255, 255, 0.22) 0px 10px 10px;	
	padding: 25px 0px 20px 0px;
}

#sec-nav-logo h3{
	text-align: center;
}

#sec-nav-logo .nav-sectapp{
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 600px;
}

.sec-nav-logo{
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
	border-radius: 10px;
	margin:0px 12px 0px 12px;
	text-align: center;
	width: 65px;
	height: 65px;
	display: block;
	background-color: #FFF;
	border: 1px  solid transparent ;
}

#sec-nav-logo .icon-sect:hover{
	cursor: pointer;
	color: #3A6DA6;
	border: 1px  solid #438DF7 ;
	box-shadow: none;
}

#cover-page #main-logo{
	width: 50%;
	max-width: 250px;
	display: block;
	margin: auto;
	text-align: center;
	margin-top: 10px;
}

#cover-page #main-equipo{
	width: 80%;
	max-width: 700px;
	margin:auto;
	display: block;
	margin-top: 10px;
}

#cover-page #main-logo-text{
	margin: auto;
	display: block;
	width: 80%;
	max-width: 400px;
}

#main-logo-text-baytlic{
	margin: 15px auto 0px auto ;
	display: block;
	width: 80%;
	max-width: 150px;
	text-align: center;
}

#cover-page .shop-logos{
	max-width: 800px;
	margin: 20px auto;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
  justify-content: space-around;
}

#cover-page h3{
	text-align: center;
	font-size: 40px;
	padding-top: 50px;
	padding-bottom: 15px;
}

#cover-page p{
	text-align: center;
	max-width: 550px;
	width: 90%;
	margin: auto;
}

#cover-page h3{

}

#cloudb{
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}


#cloudb .list-ventajas li{
 	margin-bottom: 20px;
 	font-size: 17px;
 	color: #3D3D3E;
}

#cloudb .cloudb-image{
	position: relative;
	width: calc(80% - 10px);
	margin: auto;
	display: block;
}
#cloudb .list-ventajas{
	padding: 10px 10px 10px 10px;
}

#cloudb .list-ventajas ul{
	margin-top: 20px;
	list-style: none; /* Remove default bullets */
	max-width: 350px;
} 

#cloudb .list-ventajas ul li{
	position: relative;
	margin-left: 1em; /* Also needed for space (tweak if needed) */
}

#cloudb .list-ventajas ul li::before {
	position: absolute;
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #795B99; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	font-size: 20px;
	display: inline-block; /* Needed to add space between the bullet and the text */	
	margin-left: -15px; /* Also needed for space (tweak if needed) */
  
}

#cloudb .clb-image{
	display: flex;
}


#sec-nav {
	background-color: #FFF;
	width: 100%;
	max-width: 100%;
	border: 1px solid #E2E2E2;
	padding: 20px 0px 25px 0px;
}

#sec-nav h3{
	text-align: center;
}

#sec-nav .nav-sectapp{
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 600px;
}

.icon-sect{
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
	border-radius: 10px;
	margin:0px 12px 0px 12px;
	text-align: center;
	width: 65px;
	height: 65px;
	display: block;
	background-color: #FFF;
	border: 1px  solid transparent ;
}

#sec-nav .icon-sect:hover{
	cursor: pointer;
	color: #3A6DA6;
	border: 1px  solid #438DF7 ;
	box-shadow: none;
}

#sec-nav .icon-sect:hover i{
 
}

.icon-sect i{
	font-size: 65px;
	color: #4A8DD6;
}

.icon-sect p{
	font-size: 10px;
}

#sec-nav h3{
	margin-bottom: 15px;
	color: #000;
}

#sec-detail{
	padding-top: 50px; 
	padding-bottom: 50px; 
	padding-left: 30px;
	background-color: rgba(255,255,255,0.8);
}

.sec-detail-title{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.sec-detail-title a{
	margin-left: 0px;
}

.sec-detail-title > p{
	font-size: 30px;
}

.list-section .list-section-data{
	padding:0px 0px 10px 30px;
}

.list-section h5{
	position: relative;
	margin-left: 15px;
	font-size: 20px;
	color: #245B98;
}

.list-section h5:before{
	content: '•';
	color: #2C6EB5;
	font-size: 25px;
	margin-left: -15px;
	position: absolute;
}

.list-section h4{
	color: #2C6EB5;
	background-color: #FFF;
	font-size: 22px;
	border: 1px solid #A2A1A6;
	border-radius: 10px;
	padding: 5px 12px 3px 12px;
	width: max-content;
	font-weight: 400;
	background-color: #FFF;
	margin: 10px 0px 15px 25px;
}

.list-section p{
	margin-left: 17px;
	font-size: 18px;
}	

.list-section-data-item{
	margin-bottom: 20px;
}

.list-section-data-item ul{
	list-style: none;
	padding-left: 40px;
}

.list-section-data-item ul li{
	color: #2F3031;
	font-size: 17px;
	margin-top: 10px;
}

.list-section-data-item ul li:before{
	content: '•';
	margin-right: 5px;
}

#planes{
	background-color: #FFF;
	max-width: none;
	padding:0px 20px 30px 20px; 
}

#solicitud img{
	width: 80%;
	max-width: 260px;
}

#solicitud .baytlic-forms-loading img{
	width: 100px;
}

@media(max-width: 600px){
	#cloudb{
		display: block;	
	}

	#cloudb .cloudb-image{		
		width: 60%;
		margin-bottom: 30px;
	}

	#cloudb .list-ventajas h3{
		text-align: center;
	}

}

#planes h2{
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #006185;
	padding: 40px 0px;
}

#planes .planes-wrap{
	display: flex;
	justify-content: space-around;
	margin: auto;
	max-width: 900px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

#planes .planes-detail{
	margin-bottom: 20px;
}

#planes .planes-detail strong{
	display: flex;
	line-height: 30px !important;
	align-items: top;
	margin-bottom: 10px;

}

#planes .planes-detail strong i{
	font-size: 50px;
	color: #4A8DD6;
	margin-top: -10px;
	margin-right: 7px;
}

#planes .planes-wrap > div{
	padding-right: 25px;
	padding-left: 25px;
	max-width: 230px;
	margin-bottom: 40px;
}

#planes .planes-wrap strong{
	font-weight: 600;
	line-height: 40px;
	font-family: "Helvetica";
}

#planes .planes-wrap p{
	line-height: 40px;
	color: #676767;
}

#planes .planes-wrap h3{
	margin-bottom: 25px;
	text-align: left;
}

#planes h5{
	color: #D67E2A;
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 20px;

}


#planes > p{
	text-align: center;
	max-width: 600px;
	margin: auto;
	margin-bottom: 5px;
	color: #656565;
}

#planes > p span{
	color: #006185;
	font-weight: 600;
	font-size: 20px;
}

#solicitud .contact-data > p{
	text-align: center;
	margin-bottom: 25px;
	color: #2C6EB5;
}

#solicitud{
	background-color: #FFF;
	border: 1px solid #CECECE;
	border-radius: 60px;
	margin: 40px auto;
	padding: 30px;
	max-width: 400px;
}

#solicitud .form-contact{
	max-width: 300px;
	margin: auto;
}

#solicitud h2{
	font-size: 30px;
	text-align: center;
}

#solicitud .cloudb-image-beta{
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

#contact{
	text-align: center;
	max-width: 520px;
	margin-bottom: 20px;
	padding-bottom: 20px;	
}

#contact h2{
	color: #07455B;
	font-size: 40px;
	font-weight: 300;
}

#contact p{
	color: #252525;
}

#contact .contact-options img{
	height: 65px;
	padding: 0px 5px;
}

#contact .contact-options{
	margin-top: 25px;
	margin-bottom: 25px;
}

#contact h3{
	font-size: 25px;
	color: #565656;
}

#contact a{
	color: #135CBB;
}

#planes .button-blue{
	width: 100%;
	max-width: 120px;
	margin: auto;
	text-align: center;
	display: block;
	font-size: 22px;
	margin-top: 25px;
	padding-top: 11px;
}

#actualizaciones{

	margin-top: 30px;
	text-align: center;
	margin-bottom: 60px;
	max-width: 500px;
}

#actualizaciones h2{
	position: relative;
	font-weight: 300;
	color: #07455B;
	font-size: 40px;
	width: max-content;
	margin: auto;
	margin-bottom: 10px;
}

#actualizaciones span{
	position: absolute;
	right: -20px;
	top:-15px;
	display: block;
	background-color: #FF0000;
	font-size: 30px;
	line-height: 33px;
	color: #FFF;
	height: 30px;
	border-radius: 20px;
	padding: 3px;
	width: 30px;
}

@media(max-width: 540px){
	#solicitud{
		margin-right: 30px;
		margin-left: 30px;
	}
}