/*Estilos segundo diseño 100% Contenido- sobre Imagen*/
.caja-texto-02{
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 8px;
    transition: all .4s ease-out;
    box-sizing: border-box;
    position: relative;
}
.caja-texto-02 img{
    width: 96.8%;
    height: 400px;
    position: absolute;		
    left: 20px;
    top: 25px;	
    border-radius: 7px;
}
.texto-caja-texto-02{
    z-index: 2;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 25px;
    color: #676767;
    padding: 20px;
    /* border: 1px solid #3FA9F5; */	
    z-index: 2;	
    text-align: justify;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,.6));
}
/*Estilos segundo diseño 100% Imagen-Contenido */
.caja-texto-03{
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 8px;
    transition: all .4s ease-out;
    box-sizing: border-box;
    position: relative;
}
.img-texto-02{
    width: 40%;
    height: 400px;
    position: relative;			
    border-radius: 7px;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	
}
.capa-interna-img-texto-02{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;			
    z-index: 2;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,0), rgba(255,255,255,0),rgba(255,255,255,.6));;
}
.texto-caja-texto-03{
    z-index: 2;
    width: 50%;	
    font-size: 23px;
    color: #676767;
    padding: 0px 20px;		
    text-align: justify;	
}
/*Estilos segundo diseño 100% Contenido- dos imagenes al final.*/
.caja-texto-04{
    display: inline-flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 8px;
    transition: all .4s ease-out;
    box-sizing: border-box;
    position: relative;
}
.caja-texto-04 img{
    width: 45%;	
    max-height: 250px;
    position: relative;			
    border-radius: 7px;	
    margin-bottom: 10px;
}
.texto-caja-texto-04{
    margin-bottom: 10px;
    z-index: 2;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 25px;
    color: #676767;
    padding: 0px 20px;
    /* border: 1px solid #3FA9F5; */	
    z-index: 2;	
    text-align: justify;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,.6));
}
.caja-interna-caja-texto-04{
    min-width: 300px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;	
    padding: 10px 10px;
    border: 1px solid rgba(33,33,33,.1);	
    border-radius: 7px;
    position: relative;
    margin: 30px 0px;
    transition: all .4s ease-out;
    background-color: rgba(240,240,240,.1);
}
.caja-interna-caja-texto-04:hover {
    border: 1px solid rgba(33,33,33,.2);
    background-color: rgb(255,255,255);
}
.caja-interna-caja-texto-04>img{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    transition: all .4s ease-out;
}
.caja-interna-caja-texto-04>img:hover{
    transform: rotate(360deg);
}
.caja-interna-caja-texto-04>div{
    display: blocK;
    text-align: center;	
}
.caja-interna-caja-texto-04>div>img{
    height: 100px;
    width: auto;
    display: blocK;
    text-align: center;	
    margin: 0px auto;
    transition: all .3s ease-out;
}
.caja-interna-caja-texto-04>div>img:hover{
    transform: scale(1.03);
}
/*CAJA DE TEXTO 05*/
.caja-texto-05{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 65%;
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(to right, rgba(241, 175, 87,.6), rgba(241, 175, 87,.1),rgba(241, 175, 87,.2), rgba(63, 169, 245,.3),rgba(63, 169, 245,.6));
    padding: 0px 20px;
    border-radius: 8px;
    transition: all .4s ease-out;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0px auto;
}
.titulo-caja-texto-05{
    width: 100%;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #525252;    
}
.caja-texto-05-capa{
    content: ' ';
    position: absolute;
    width: 97%;
    height: 90%;
    left: 2%;
    top: 7%;	
    background-color: #fff;
    z-index: 1;
    border-radius: 8px;	
}
.caja-texto-05-capa-1{    
    position: absolute;
    width: 97%;
    height: 90%;
    left: 2%;
    top: 7%;	
    background-color: #fff;
    z-index: 1;
    border-radius: 8px;	    
}
.img-prin-caja-texto-05{
    width: 35%;
    z-index: 2;
}
.img-aux-caja-texto-05{
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0%;
}
.img-aux-caja-texto-05 {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0%;
}
.caja-texto-05 p{
    width: 50%;
    font-family: 'Quicksand', sans-serif;
    text-align: justify;
    font-size: 15px;
    z-index: 3;	
    margin-left: 7%;
    color: #676767;    
}
/*CAJAS DE TEXTO DISEÑO 6*/
.caja-texto-06{
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 8px;
    transition: all .4s ease-out;
    box-sizing: border-box;
    position: relative;
}
.gif-caja-texto-06{
    position: absolute;
    z-index: 1;
    left: 130px;
    top: 0px;
    transform: scaleX(-1);
    width: 55%;
}
.contenedor-g-caja-texto-06{
    width: 50%;
    position: relative;    
    z-index: 2;
    background-color: #fff;
    /*! margin-right: 10%; */
    padding-top: 50px;
}
.contenedor-1-caja-texto-06{
    position: relative;
    width: 100%;
    text-align: center;
}
.contenedor-1-caja-texto-06>p{
    width: 50%;    
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-size: 20px;
    z-index: 3;	    
    color: #676767;    
    position: relative;
}
.contenedor-1-caja-texto-06>img{
    position: absolute;
    left: -10%;
    top: -50%;
    z-index: 1;
    width: 65%;
    transform: scaleX(-1);
}
.contenedor-2-caja-texto-06{
    display: inline-flex;
    width: 100%;
    margin: 50px 0px;
    flex-wrap: wrap;
    justify-content: flex-start;    
    padding: 0px 5%;
}
.contenedor-2-caja-texto-06>img{
    width: 40%;
    transition: all .7s ease-out;
    cursor: pointer;    
}
.contenedor-2-caja-texto-06>img:hover{
    transform: scale(1.03) rotate( -1deg );    
}
.contenedor-2-caja-texto-06>div{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 5%;
}
.contenedor-2-caja-texto-06>div>img{
    width: 25px;
    margin: 0px 10px;
    z-index: 5;
    transition: all .2s ease-out;
}
.contenedor-2-caja-texto-06>div>img:hover{
    transform: rotate( 45deg ); 
}
.contenedor-2-caja-texto-06>div>span{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}