@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
}

body{
    background: url("../images/bg-body.png");
}

#logo{
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 30px;
    width: 250px;
    margin: 40px 0px 0px 0px;
}

#logo img{
    width: 100%;
}

header{
    
    background: rgba(0,88,229,1);
    background: -moz-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,229,1)), color-stop(50%, rgba(0,119,224,1)), color-stop(51%, rgba(0,119,224,1)), color-stop(71%, rgba(0,147,220,1)), color-stop(100%, rgba(0,169,216,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: linear-gradient(to right, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0058e5', endColorstr='#00a9d8', GradientType=1 );


    width: 100%;
    height: 600px;

	clip-path: polygon(50% 0%, 100% 0, 100% 86%, 50% 100%, 0 86%, 0 0);
}

#contHeader{
    width: 850px;
    margin: 0px auto;
}

#banner{
    width: 100%;
    margin: 30px auto 0px;
    color: #fff;
}

#banner .multiple-items{
    min-height: 120px;
}

.multiple-items div:focus{outline: none!important;}

.botones{
    width: 420px;
    height: 40px;
    margin: 50px 0px 0px 0px;
    display: block;  
    font-family: 'Roboto', sans-serif;
}

.botones .col{
    padding-right: 10px;
    padding-left: 10px;
}

.botones i{
    margin: 0px 5px 0px 0px;
}


.btn-blanco {
    background: #fff!important;
    color: rgba(0,88,229,1)!important;
    font-weight: 700!important;
    text-transform: uppercase;
    font-size: 14px!important;
    line-height: 28px!important;
}

.btn-blanco:hover {
    color:#FFAA00!important;
}


.btn-blanco img{
    margin: -3px 5px 0px 0px;
    width: 28px;
}


.btn-amarillo{
    background: #FFAA00!important;
    color: #fff!important;
    font-weight: 700!important;
    text-transform: uppercase;
    font-size: 14px!important;
    line-height: 28px!important;
}

.btn-amarillo:hover{
    background: #febd3a!important;
}


.btn-amarillo img{
    margin: -3px 5px 0px 0px;
    width: 28px;
}


.btn-verde{
  background: #ffffff!important;  
  color: rgba(0,88,229,1)!important;
  font-size: 14px!important;
  font-weight: 700!important;
 text-transform: uppercase;
}

.btn-verde:hover{
    background: #ffffff!important;
}

#imgcelu{
    width: 400px;
    margin: 120px auto;
    
}

#imgcelu img{
    width: 100%;
}


.slick-dots li button:before,
.slick-dots li.slick-active button:before{
    color: #fff!important;
}

#contactHome{
	max-width: 420px;
    width: 90%;
	padding: 20px;
	border-radius: 30px;
	background: #fff;
	margin: 50px auto;

    box-shadow: 1px 1px 10px rgba(7, 94, 84, .24);
}

#contactHome h1{
	color: #0077e0;
	font-weight: normal;
	
	text-transform: uppercase;
	font-size: 26px;
	padding: 0px;
	font-weight: 800;
	text-align: center;
	margin: 0px;
}

#contactHome h6{
	color: #009adb;
	font-weight: 600;
	text-align: center;
	
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#contactHome input{
	background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 0;
}

#contactHome textarea{
	background: #f5f5f5;
    border: none;
    width: 100%;
    height: 100px;
    padding-left: 20px;
    font-weight: 500;
    padding-top: 10px;
    border-radius: 0;

}

#contactHome textarea::placeholder, #contactHome input::placeholder{
	text-transform: uppercase;
}

#contactHome button{
	height: 50px;
    line-height: 48px;
    border: 2px solid #00a4d9;
    background: #0099db;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 8px !important;
}

#contactHome label.error{color: #FFAA00;}

#contVideo{
    display: none;
    width: 100%;
    margin: 30px auto 0px;
    
    background-size: cover;
    padding: 0px 0px 60px 0px;
}

#contVideo h1{
    color: #0077e0;
	font-weight: 800;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
}

#contVideo p{
    text-align: center;
    color: #696e7b;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    width: 550px;
    margin: 0px auto;
}

#contVideo b{
    color: #0077e0;
    font-weight: 600;
}

#contVideo small{
    font-family: 'Roboto', sans-serif;
    margin: 30px 0px 10px 0px;
    text-align: center;
    display: block;
    color: #696e7b;
}

#contVideo small i{
    color: #0077e0;
}

#video #loadVideo iframe {
width: 100%;
}

#video{
    width: 660px;
    height: auto;
    margin: 0px auto;
    box-shadow: 0 14px 36px rgba(41, 48, 67, 0.25);
}

#video img{
    width: 100%;
    display: block;
}

#btnVideo{
    width: 660px;
    margin: 50px auto 50px;
}

#playVideo{
    width: 80px;
    height: 80px;
    background: rgb(96,6,136, 0.8);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin: 200px 0px 0px -50px;
    cursor: pointer;
}

#playVideo i{
    font-size: 30px;
    line-height: 80px;
    color: #3f0458;
    padding: 0px 0px 0px 5px;
}

#funciona{
    text-align: center;
    padding: 40px 0px 30px;
}


#funciona .circulo{
    margin: 10px auto;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,88,229,1);
    background: -moz-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,229,1)), color-stop(50%, rgba(0,119,224,1)), color-stop(51%, rgba(0,119,224,1)), color-stop(71%, rgba(0,147,220,1)), color-stop(100%, rgba(0,169,216,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: linear-gradient(to right, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0058e5', endColorstr='#00a9d8', GradientType=1 );
    font-size: 40px;
}

#funciona b{
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 45px;
    background: #fff;
    top: 8px;
    left: 8px;
}

#funciona h1{
    color: #0077e0;
	font-weight: 800;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
}

#funciona p{
    text-align: center;
    color: #696e7b;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    width: 550px;
    margin: 0px auto;
}

#funciona b{
    color: #0077e0;
    font-weight: 600;
}

#funciona a{
    color: #FFAA00;
}

#funciona .botones{
    text-align: center;
    margin: 10px auto 0px;
    
}

#funciona .botones a{
    text-align: center;
}

#frecuentes{
    width: 800px;
    background: #fff;
    margin: 0px auto 40px;
}

#frecuentes h1{
    color: #0077e0;
    font-weight: 800;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0px auto 30px;
}

#contPrice{
    background: rgba(0,88,229,1);
    background: -moz-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,88,229,1)), color-stop(50%, rgba(0,119,224,1)), color-stop(51%, rgba(0,119,224,1)), color-stop(71%, rgba(0,147,220,1)), color-stop(100%, rgba(0,169,216,1)));
    background: -webkit-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -o-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    background: linear-gradient(to right, rgba(0,88,229,1) 0%, rgba(0,119,224,1) 50%, rgba(0,119,224,1) 51%, rgba(0,147,220,1) 71%, rgba(0,169,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0058e5', endColorstr='#00a9d8', GradientType=1 );
    width: 100%;
    
    padding: 50px 0px;
}

#price{
    border: 1px solid #fff;
    width: 310px;
    
    border-radius: 10px;
    margin: 30px auto;
    padding: 15px 10px;
}

#contPrice h1{
    color: #fff;
	font-weight: 800;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
}

#contPrice h3{
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-size: 28px;
}
#price p{
    color: #fff;
}

#price ul{
    margin: 0px;
    padding: 0px;
}

#price ul li{
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    line-height: 30px;
}

#price hr{
    border-top: 1px solid #fff;
}

#contPrice{
    color: #fff;
}


#pricef{
    width: 310px;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
}

#pricef blockquote{
    font-size: 26px;
    
    text-align: center;
    border-left: 5px solid;
    width: 200px;
}

#pricef p{
    font-size: 18px;
    line-height: 30px;
}

#pricef i{
    font-size: 24px;
    font-style: normal;
}

.ajax-loader-bg {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 1000px;
    z-index: 9998;
    background: rgba(255, 255, 255,0.8);
    display: none;
}

.ajax-loader-container {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}


#whatsapp{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;    
    background-color: #25D366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    
    transition: background-color 0.2s linear;
}



#whatsapp a{
    color: #fff;
    font-size: 40px;
    margin: -2px 0px 0px 13px;
    display: block;
    height: 60px;
}

#response{
    width: 310px;
    height: 40px;
    line-height: 40px;
    background: #0077e0!important;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    z-index: 999999;
    margin: 0px 0px 0px -155px;
    bottom: 100px;
    box-shadow: 1px 1px 5px rgba(41, 48, 67, 0.5);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    display: none;
}

#typing{
    width: 100%;
    color: #fff;
    text-align: left;
    margin: 40px 0px 0px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

#typing span{
    font-weight: bold;
}

#notaF{ 
    width: 410px;
    font-size: 12px;
    margin: 20px auto;
}

#notaF a{ 
    color: #fff;
    text-decoration: underline;
}