@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url("font-awesome.min.css");

/*
	Aerial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */
html, body{
	font-family: 'Source Sans Pro', sans-serif;
    /*overflow-x:hidden; */
}
header{
	background:#8ecd30;
	padding:10px 0;
}
header img{
	width: 120px;
}
.ItemSlider img{
    width: 100%;
}
.ItemSeo h1{
    text-align: center;
    font-size: 30px;
    color: #002d77;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 25px;
}
.ItemSeo h1::after{
    content: "";
    width: 50px;
    height: 3px;
    background: #8ecd30;
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}
.ItemSeo h4{
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #001b48;
}
.ItemSeo h5{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #001b48;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.ItemSeo p{
    color: #001b48;
    padding: 0 15%;
    text-align: center;
}
.Itemtabs{
    position: relative;
    display: block;
}
.Itemtabs h2{
    text-align: center;
    font-size: 30px;
    color: #002d77;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 50px;
}
.Itemtabs h2::after{
    content: "";
    width: 50px;
    height: 3px;
    background: #8ecd30;
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}
.Itemtabs h3{
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    color: #8ecd30;
    margin-bottom: 25px;
}
.Itemtabs h4{
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
    font-weight: 900;
    margin-bottom: 25px;
    color: #001b48;
    text-transform: uppercase;
    margin-top: 0;
}
.ItemPrecio{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.Itemtabs p{
    color: #001b48;
    /* padding: 0 15%; */
    text-align: center;
    margin-bottom: 0;
}
.Step2{
    margin-top: 60px;
}
.IteMembresia{
    text-decoration: none;
}
/*form styles*/
#msform {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    position: relative;
}
#msform fieldset p.txt-intro{
  color: #fff;
  padding: 0 20%;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
#msform fieldset {
    background: transparent;
    border: 0 none;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    /*width: 80%;
    margin: 0 10%;*/
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

.down {
    width: 100%;
    position: fixed;
    height: 80px;
    bottom: 0px;
    background-color: white;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px -6px 9px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -6px 9px -5px rgba(0,0,0,0.75);
    box-shadow: 0px -6px 9px -5px rgba(0, 0, 0, 0.55);
    padding-top: 10px;
}

/*inputs
#msform input, #msform textarea {
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}*/
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #093278;
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 20px 5px ;
    font-family: 'Open Sans', sans-serif;
  
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
}
.promo-example {
  margin-left:20%;
  margin-right:20%;
    padding-top:5%;
  padding-bottom:5%; 
  border-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
  cursor:pointer;
}
.selected {
 background-color:rgba(255, 255, 255, 0.3); 
 color:white; 
 transition:.1s all; 
 padding-bottom: 20px;
  
}

.hovered {
    /*border-color: rgba(3, 169, 244, 0.48);
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding-bottom: 20px;*/
}
.hovered a{
    text-decoration: none;
}
.nav-tabs.nav-justified>li>a {
    color: #8ecd30;
    font-size: 17px;
    font-weight: 600;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: #002d77;
}
.nav-tabs.nav-justified>.active>a{
    color: #002d77;
}
.tab-content{
    padding: 45px 15px;
}
.tab-content img{
    width: 100%;
}
.txt-intro ul {
    margin-bottom: 10px;
    margin: 0;
    padding: 0 8%;
}
.txt-intro ul li{
	color: #001b48;
    display: flex;
    line-height: initial;
    font-size: 15px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 10px;
}
.txt-intro ul li img{
    margin-right: 15px;
    width: 35px;
}
.txt-intro h3{
    text-align: center;
    margin: 40px 0 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #002d77;
}
.txt-intro h3::after{
    content: "";
    width: 25px;
    height: 3px;
    background: #8ecd30;
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}
.tab-content img{
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}
.btn-comprar{
    background: #002d77;
    padding: 10px;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px!important;
    display: inline-block;
}
.btn-comprar:hover{
    text-decoration: none;
    background: #001b47;
    color: #fff;
}
.ItemBGForm{
    background: url(../../images/bg-landing.jpg)bottom;
    background-size: cover;
    margin: 6% 0 0;
}
.FormItem{
    padding: 3% 0;
}
.FormItem h3{
    font-size: 25px;
    text-align: center;
    /* padding-top: 18%; */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
}
.FormItem h6{
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002d77;
    text-shadow: 0px 1px 5px rgba(255, 255, 255, 0.30196078431372547);
    margin-bottom: 30px;
}
.ItemBGForm .form-control {
    border: none; 
    border-radius: 40px!important;
    background-color: rgba(255, 255, 255, 0.5);
    color: #00212e;
    font-weight: 600!important;
    height: 45px;
}
.ItemBGForm button {
    height: 45px;
    border-radius: 30px;
    background: #fff;
    text-transform: uppercase;
    float: right;
    margin-right: 15px;
    font-weight: 700;
    color: #002d77;
    border: 0;
}
.form-control {
    border: 2px solid #2196F3;
    border-radius: 30px!important;
    background-color: rgba(255, 255, 255, 0.7);
    color: #00212e;
    font-weight: 600!important;
    height: 40px;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color:#00212e;
  font-weight: 600;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#00212e;
  font-weight: 600;
}

.form-control::placeholder {
  color:#00212e;
  font-weight: 600;
}
.calculadora p {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: initial;
    text-align: center;
}
.calculadora {
	text-align: center;
}
.calculadora span {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}
.calculadora small {
    color: #000;
    font-weight: 400;
    font-size: 17px;
}
.action-button {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
    border-radius: 30px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500!important;
    box-shadow: none;
    border: 0;
    padding: 10px 15px;
    transition: all 0.3s ease;
    margin: 0 auto;
    display: block;
}
.previous, .previous2{
	float: left;
}
.next, .submit{
	float: right;
}
p.Itemexpiracion{
	font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
}
.ItemInfo h4 {
	font-size: 18px;
    margin-bottom: 20px;
    opacity: 1;
    color: #002d77;
    font-weight: 600;
    line-height: initial;
    margin-top: 15%;
}
.ItemMembresia{
    text-align: center;
}
.ItemBG{
    background: #f6f6f6;
    padding: 30px 10px;
}
.ItemMembresia h5{
    font-size: 17px;
    font-weight: 700;
    color: #002d77;
    margin-bottom: 30px;
}
.ItemMembresia h6{
    color: #8ecd30;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.mbottom{
    margin-bottom: 25px!important;
}
.page body{
    background: url('../../images/bg-page.jpg')no-repeat;

}
.ItemPageText{
    margin-top: 22%;
    padding: 0 20%;
}
.ItemPageText h2{
    font-size: 60px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 40px;
}
.ItemPageText p{
    font-size: 20px;
    color: #000;
}
.ItemPay{
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.ItemLegal{
	background: #e3e3e3;
    padding: 10px 0;
}
    footer{
        background: #003472;
        padding: 15px 0;
        font-size: 12px;
    }
    footer h5{
        color: #b0dd00;
        font-size: 16px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    footer ul{
        margin: 0;
        padding: 0;
    }
    footer ul li{
        list-style: none;
    }
    footer ul li a{
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size: 13px;
    }
    footer ul li a:hover{
        text-decoration: none;
        color: #b6b6b6;
    }
    footer img{
        width: 100%;
    }
    footer .segurity{
        width: 70%;
    }
@media screen and (max-width:1200px) {}
@media screen and (max-width:1039px) {}
@media screen and (max-width:992px) {
	.ItemInfo h4 {
	    margin-top: 10px;
	}
	.ItemInfo img {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	}	
}
@media screen and (max-width:768px) {
    .tab-content img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .ItemBG {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:576px) {
	.ItemInfo img {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	}
	.ItemLegal, footer{
		padding: 15px;
	}
}