html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}


html {
  scroll-behavior: smooth;
  
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body img {
    max-width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h2a,
h2b,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: .5px;
}
h2a{margin: 0;
    letter-spacing: .5px;
	color:#FFF;
	font-weight:bold;
    font-style:italic;
}

h2b{margin: 0;
    letter-spacing: .5px;
	color:#ff0;
	font-weight:bold;
}

h10{
	font-size:1.5em;
}

p {
    margin: 0;
	font-size: 15px;
    line-height: 2em;
    letter-spacing: 1px;
    color: #666;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:34px;
}

.fa-whatsapp:before {
  content: "\f232";
}

ul {
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    padding: 5px 0;
	z-index: 9;
	background: radial-gradient(ellipse at center center,#00CC00,#CCFF00);
	height: 120px;
}
.right-p li ,.right-p li  a{
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    letter-spacing: 2px;
}
.right-p li  span{
    color: #fff;
}
#logo a {
	float: left;
    font-size: 2.75em;
    font-weight: 600;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    border: none;
    text-transform: capitalize;
}
.banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
	

.banner-text-w3pvt {
    padding: 11.5vw 0 0vw;
    box-sizing: border-box;
}
.banner-form-w3 {
    padding: 12vw 0 0vw;
    box-sizing: border-box;
    overflow-y: hidden;
}

.form-style-w3ls input[type="text"], .form-style-w3ls input[type="email"], .form-style-w3ls input[type="password"],select {
    outline: none;
    font-size: 14px;
    border: none;
    color: #666;
    background: #f1f1f1;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.form-style-w3ls button.btn {
    color: #fff;
    background: radial-gradient(ellipse at center center,#ff9900,#ff6600);
    border: none;
    padding: 14px 0;
    outline: none;
	border-radius: 5px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:bold;
}

.form-style-w3ls button.btn2 {
    color: #fff;
    background: radial-gradient(ellipse at center center,#090,#25D366);
    border: none;
    padding: 14px 0;
    outline: none;
	border-radius: 5px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:bold;
}
.padding {
    padding: 2.5em;
	background: #fff;
}
.form-style-w3ls span {
    font-size: 13px;
    color: #666;
}
.form-style-w3ls span a {
    color: #3369e7;
}
.site__header {
  animation: bounceInUp 1s;
 
}
 .site__content {
  animation: bounceInUp 1s;
  animation-delay: .1s;
}
.copyright {
    background: #111;
}
.copy-right {
    text-align: right;
}


@media(max-width:1440px) {
 	h2a{font-size: 55px;}
	h2b{font-size: 55px;}
}
@media(max-width:1080px) {
  	ul.links a, .copy-right p, .copy-right p a {
		letter-spacing: 0.5px;
	}
    .banner-text-w3pvt {
		padding: 19vw 0 15vw;
	}
	.banner-form-w3 {
		padding: 15vw 0 0vw;
		text-align:center;
	}
	.padding {
		padding: 2em;
	}
	#logo a {
		font-size: 1.6em;
	}

	h2a{font-size: 30px;}
	h2b{font-size: 30px;}
}

@media(max-width:991px) {
    .banner-text-w3pvt {
		padding: 19vw 0 8vw;
	}
	.banner-form-w3 {
		padding: 0vw 0 10vw;
	}    
	.copy-right {
		text-align: center;
		margin-top: 10px
	}
	h2a{font-size: 30px;}
	h2b{font-size: 30px;}

}
	h2a{font-size: 30px;}
	h2b{font-size: 30px;}
}
@media(max-width:667px) {
	h2a{font-size: 30px;}
	h2b{font-size: 30px;}

}

@media(max-width:568px) {
    
	.banner-text-w3pvt {
		padding: 22vw 8vw 8vw;
	}
	.banner-form-w3 {
		padding: 0vw 8vw 10vw 8vw;
	}  
	h2a{font-size: 30px;}
	h2b{font-size: 30px;}

	}

@media(max-width:480px) {
   	.banner-text-w3pvt {
		padding: 35vw 8vw 8vw;
	}
	.right-p li, .right-p li a {
		font-size: 14px;
		letter-spacing: 1px;
	}
	ul.links a, .copy-right p, .copy-right p a {
		letter-spacing: 1px;
	}
	.banner {
		/*--background: url(../images/banner.jpg)no-repeat -230px 0px; ;--*/   
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	h2a{font-size: 30px;}
	h2b{font-size: 30px;}
.fa {
   font-size:18px !important; 
}
	
}

@media(max-width:414px) {
   	ul.links a, .copy-right p, .copy-right p a {
		font-size: 15px;
	}
	.copyright {
		padding: 0 1em;
	}
	ul.links a, .copy-right p, .copy-right p a {
		font-size: 14px;
	}
	h2a{font-size: 30px;} 
	h2b{font-size: 30px;}

	
}

	
}

@media(max-width:375px) {
    h2a{font-size: 30px;}
    h2b{font-size: 30px;}

}

@media(max-width:2020px) {
    h2a{font-size: 48px;}
    h2b{font-size:48px;}

}

#logo{position: relative;
    z-index: 2;}

.rw-sentence{
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 0 0 0 rgba(0,0,0,0.0001);
}
.rw-sentence span{
	color: #000;
	white-space: nowrap;
}

.rw-words{
	width: 100%;
	height:60px;
	-webkit-perspective: 800px;
	perspective: 800px;

}
.rw-words span{
	position: absolute;
	width: 100%;
	opacity: 0;
	white-space: nowrap;
	overflow: hidden;
	
}
.rw-words-1 span{
	font-size: 250%;
	line-height: 110%;
	font-weight:bold;
	color: #FF3F00;
	-webkit-animation: rotateWordsFirst 18s linear infinite 0s;
	-ms-animation: rotateWordsFirst 18s linear infinite 0s;
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2 span{
	font-size: 250%;
	text-indent: 5px;
	line-height: 110%;
	color: #FF0;
	font-weight:bold;
	-webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	animation: rotateWordsSecond 18s ease-in infinite 0s;
}

.rw-words-3 span{
	font-size: 250%;
	text-indent: 5px;
	line-height: 110%;
	color: #FFFBF0;
	font-weight:bold;
	-webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	animation: rotateWordsSecond 18s ease-in infinite 0s;
}

.rw-words-4 span{
	font-size: 250%;
	text-indent: 5px;
	line-height: 110%;
	color: #ff0;
	font-weight:bold;
	-webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	animation: rotateWordsSecond 18s ease-in infinite 0s;
}
.rw-words-5 span{
	font-size: 250%;
	text-indent: 5px;
	line-height: 110%;
	color: #FFFBF0;
	font-weight:bold;
	-webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	animation: rotateWordsSecond 18s ease-in infinite 0s;
}

.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px); transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1060px){
	.rw-words{ height: 55px; }
	.rw-words-1 span{ font-size: 220%; text-indent: 5px;}
	.rw-words-2 span { font-size: 160%; }
	.rw-words-3 span { font-size: 160%; }
	.rw-words-4 span { font-size: 160%; }
	.rw-words-5 span { font-size: 160%; }
	
}
@media screen and (max-width: 560px){
	.rw-words{ height: 40px; }
	.rw-words-1 span{ font-size: 152%; text-indent: 5px;}
	.rw-words-2 span { font-size: 152%; }
	.rw-words-3 span { font-size: 152%; }
	.rw-words-4 span { font-size: 152%; }
	.rw-words-5 span { font-size: 152%; }
	 h2a{font-size: 35px;}
     h2b{font-size:35px;}
	 .contenido-modal2 {
     width: 380px !important}
} 
	 
}
a{
	color: #555;
	text-decoration: none;
}

.rounded-circle{border-radius:50%!important}
.img-profile{max-width:15rem;max-height:15rem;border:.3rem solid rgba(34,154,84,.8)}

.video-minimal {
	display: flex;
	align-items: center;
 animation: bounceInUp 1s;
  animation-delay: .1s;
}

.video-minimal-text {
	font-weight: bold;
	color: #fff;
	font-size:24px;
}

* + .video-minimal {
	margin-top: 30px;
}

* + .video-minimal-text {
	margin-left: 26px;
}
.button-play {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
}

.button-play:hover {
	color: #FFA984;
}

.button-play:hover::before {
	background-color: #3D2E82;
	animation: button-play 1s ease infinite;
}

.button-play:hover::after {
	background: #3D2E82;
}

.button-play::before {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	background-color: rgba(61, 46, 130, 0.3);
	border-radius: 50%;
}

.button-play::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: rgba(61, 46, 130, 0.6);
	transition: all 0.3s ease-in-out;
}

.button-play .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 22px;
	transform: translate(-50%, -50%);
}

.button-play svg {
	position: relative;
	fill: currentColor;
	top: -1px;
	left: 4.3%;
	z-index: 1;
}

.button-play-1::after {
	background: #24B4CC;
}
.button-play-3, .button-play-3:hover {
    color: #ffffff;
}
.button-play-3 {
    width: 42px;
    height: 42px;
}
.button-play-3 svg {
    top: auto;
    width: 11px;
    height: auto;
}
.button-play svg {
    position: relative;
    fill: currentColor;
    top: -1px;
    left: 4.3%;
    z-index: 1;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.button-play-3::after, .button-play-3:hover::after {
    background: #FFA984;
}
.move{
     animation: bounceInUp 1s;
  animation-delay: .1s;
}