@import url('https://fonts.googleapis.com/css?family=Montserrat');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: normal;
}
a{
    text-decoration: none;
}
.contenido{
    width: 100%;
}
.primerdivlogo_contenido, .contenido3{
    max-width: 1400px;
    margin: 0 auto;
}
.primerdivlogo{
    padding-top: 20px;
    padding-bottom: 40px;
    outline: none;
    background-color: rgb(255, 255, 255);
    background: url(https://images.clickfunnels.com/3b/091f96e56447aa94781f17f7dc039b/Background-Header.png);
    background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.tercer_Contenido{
    padding-top: 20px;
    padding-bottom: 40px;
    outline: none;
    background-color: rgb(255, 255, 255);
    background: url(https://images.clickfunnels.com/23/0d297d29ad451788d3f56c68e977c8/Background-Header-2.png);
    background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

.quinto_Contenido{
    padding-top: 20px;
    padding-bottom: 40px;
    outline: none;
    background-color: rgb(255, 255, 255);
    background: url(https://images.clickfunnels.com/90/3db3c96bd443c59d7a49e73ad11498/Background-Header-4.png);
    background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.logo{
    padding-top: 1em;
    margin: 0px;
    outline: none;
    padding-left: 2em;
    margin-bottom: 30px;
}
.img_logo{
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    width: 150px;
}
.segundodivcontenido1{
    display: flex; 
}
.texto_logo{ 
    width: calc(100%/2);
    text-align: center;
}
.text h2{
    color:#fff;    
    text-align: left;                
    font-size: 1.7em;                
    font-weight: 700 !important;               
    line-height: 1.2em;
}
.text h1{
    text-align: left;
    font-size: 2.3em;
    color: rgb(252, 55, 146);
    font-weight: 700 !important; 
    margin: 10px 0;
}
.text h3{
   color: #fff;
   text-align: left;
   font-size: 21px;
   margin-bottom: 20px;
   margin-top: 10px;
}
.text{
    padding: 80px 0px 120px 80px;
}
.img_animado{
    height: 40em;
}
.boton{
    color: rgb(255, 255, 255);
    background: rgb(185, 14, 223);
    font-size: 24px;
    border-radius: 60px;
    width: 70%;
    padding: 10px 40px;
    text-align: center;
}
.boton:hover{
    transform: translate(0px, -10px);
    box-shadow: 0px 10px 25px 0px rgb(224 87 255 / 31%);
    transition: .3s;
}
.text1{
    color: #fff;
    font-weight: bold;
    margin-right: 15px;
    font-weight: bold;
}
.text2{
    color: rgba(255, 255, 255, 0.541);
    font-weight: bold;
    margin-right: 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.informacion{ display: flex; padding: 60px;}

.logo_texto{
    width: calc(100%/2);
    padding: 20px;
}
.img_datos{
    width: 100%;
    height: 100%;
}
.logo_texto h2{
    color: black;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
}
.logo_texto p{
    font-size: 1.1em;
}
.flex{
    display: flex;
}
.texto_flex{
    width: calc(100%/2);
    padding: 80px;
}

.texto_flex h3{
    text-align: left;
    font-size: 28px;
    color: rgb(230, 230, 230);
}
.texto_flex h1{
    text-align: left;
    font-size: 48px;
    color: rgb(252, 55, 146);
    font-weight: 700;
}
.texto_flex p{
    text-align: left;
    font-size: 18px;
    color: rgb(255, 255, 255);
}


.texto_flex h2{
text-align: left;
font-size: 20px;
color: rgb(255, 255, 255);
font-weight: 700;
}
.lista{
    text-align: left;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-top: 20px;

}
.lista ul li{
    margin: 15px 0px;
    font-weight: bolder;
    list-style: none;
}
.fa-times-circle{
    color: rgb(255, 21, 0);
}
.textoconte3{
    width: 100%;
    text-align: center;
    padding: 60px;
}
.textoconte3 h1{
    text-align: center;
    font-size: 48px;
    color: rgb(32, 22, 82);
    font-weight: 700;
}
.flex2{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    margin-top: 20px;
}
.img_flex{
    width:calc(80%/3);
    margin:auto;
    padding: 40px 20px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transform: scale(1.0);
    -webkit-transform: scale(1.01);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.img_flex:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.imagen_flex{
    width: calc(100%/2);
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0px;
    outline: none;
}
img[alt='team-photo'] {
    border: 5px solid #610a33;
    border-radius: 50%;
    width: 120px;
}
.flex3{
    display: flex;    
    flex-wrap: wrap;

}
.flex_img{
    width: calc(100%/2);
    padding: 20px;
    text-align: center;
}
.flex_img h1{
    text-align: center;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}
.flex_img h2{
    text-align: center;
    font-size: 16px;
    color: rgb(252, 55, 146);
    letter-spacing: 2px;
    line-height: 1.3em;
}
.text_img h1{
    text-align: left;
    font-size: 32px;
    color: rgb(252, 55, 146);
    margin-bottom: 20px;
    font-weight: bold;
}
.text_img p{
    text-align: left;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.text_img{
    margin-top: 30px;
    padding: 40px 80px 40px 20px;
}

#contenedor_carga{
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
    z-index: 10000;
}
#carga{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 810px){
    #carga{
    width: 100%;
    height: 100%;
}
}
