@charset "utf-8";
/* 4-monitor/dharma.css */

body {
margin:0;
font-size:100%;
}

a, a:hover {
-o-transition: color 0.25s ease-in;
-webkit-transition: color 0.25s ease-in;
-moz-transition: color 0.25s ease-in;
transition: color 0.25s ease-in;
text-decoration:none;
}


.encabezado {
    width: 100%;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}



.fondo_encabezado {
    width: 100%;
    background-color: #fe5109;
    height: 150px;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.10);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.10);
}


.caja_modalidad {
    margin: 0 auto 0 auto;
    text-align: left;
    width: 75%;
    padding-top: 2em;
}

.modalidad {
    font-family: 'Quando', serif;
    font-size: 290%;
    color:#fff;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: -1.5px;
    }

.bajada_modalidad {
    font-family: 'Nunito', sans-serif;
    font-size: 120%;
    color:#fff;
    text-transform: uppercase;
    padding-top: 0.5%;
    }

    

    
    
    
    
    
    
    .define_dharma {
        width: 100%;        
        overflow: hidden;
        background: transparent url('../../imagenes/fondo_metododharma.jpg')center top no-repeat;
        background-size: cover;
        background-color: #fff;
        transition: all 0.5s ease;
        min-height: 39em;
    }
    

    .define_dharma .caja_texto {
        width: 75%;        
        margin: 0 auto 0 auto;
        padding-top: 3em;
    }
    
     .caja_texto .texto {
        width: 35%;  
        font-family: 'Nunito', sans-serif;
        color: #5e486b;
        font-size: 115%;
        margin-bottom: 0.7em;
    }

   
    
   
   
    
   
.tips_dharma {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  

.item {
    text-align: center;
    margin: 1em;
    padding: 1em;
    width: 23%;
    }

.item .titular {
    color: #fe5109;
    font-family: 'Cookie', cursive;
    text-decoration: none;
    font-size: 240%;
}  

.item .bajada {
    color: #5e486b;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid #fe5109;
    padding-bottom: 0.7em;
}
    

    
    
    
    
    
.beneficios {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3%;
}

.item_beneficios {
    font-family: 'Quando', serif;
    font-size: 100%;
    text-align: center;
    margin: 0.5em;
    padding: 1em;
    width: 15%;
    background-color: #fe5109;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 150px;
}
    
.item_beneficios div{
    padding-top: 20%;
 }

 .benef_foto1 {
    background-color: #fff;
    background: transparent url('../../imagenes/benef_foto1.jpg')center top no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
    align-self: flex-start;
    object-fit: cover;
 }
 
.benef_foto2 {
    background-color: #fff;
    background: transparent url('../../imagenes/benef_foto2.jpg')center top no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
    align-self: flex-start;
    object-fit: cover;
 }
.benef_foto3 {
    background-color: #fff;
    background: transparent url('../../imagenes/benef_foto3.jpg')center top no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
    align-self: flex-start;
    object-fit: cover;
 }
.benef_foto4 {
    background-color: #fff;
    background: transparent url('../../imagenes/benef_foto4.jpg')center top no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
    align-self: flex-start;
    object-fit: cover;
 }
.benef_foto5 {
    background-color: #fff;
    background: transparent url('../../imagenes/benef_foto5.jpg')center top no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
    align-self: flex-start;
    object-fit: cover;
 }



 
 
 

.introyoutube {
    width: 60%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}


.introyoutube .titulo {
    font-family: 'Quando', serif;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 130%;
    padding: 1em;
    color: #5e486b;
}

.introyoutube iframe {
    text-align: center;
    width: 100%;
    height: 27em;
}


.introyoutube .link {
    text-align: center;
    padding-top: 1em;
}


    a.verenyoutube {
        font-family: 'Nunito', sans-serif;
        text-align: center;
        color: #fff;
        padding: 0.5em;
        font-weight: normal;
        text-decoration: none;
        font-size: 130%;
        background-color: #fe5109;
        -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.10);
        -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.10);
        box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.10);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        transition:all .3s;
}  

    a.verenyoutube:hover {
        color: #fe5109;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.50);
        -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.50);
        box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.50);
}

.line_divisor {
    height: 1px;
    width: 80%;
    clear: both;
    background-color: #5e486b;
    margin: 0 auto 0 auto;
    margin-top: 1em;
}







.aprendizaje {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
}

.incorpora {
    color: #fe5109;
    font-family: 'Nunito', sans-serif;
    font-size: 160%;
    text-align: center;
    padding-bottom: 0.5em;
}

.aprendizaje .txt {
    color: #5e486b;
    font-family: 'Nunito', sans-serif;
    font-size: 100%;
    text-align: center;
    width: 50%;
    margin: 0 auto 0 auto;
}

.aprendizaje a {
    text-decoration: underline;
    color: #fe5109;
}

.aprendizaje article {
    font-size: 120%;
    padding-top: 0.5em;
}