/* 
Theme Name: ONE2 THEME
Template Theme URI: https://one3.com.mx
Author: T.S.U. Armando Ameded Rivera Vargas
Description: Plantilla desarrollada para One2
Version: 1.0
*/



@font-face {
    font-family: 'Myriad Pro';
    src: url('assets/myriad-pro-cufonfonts/MyriadPro-Regular.ttf');
}

html, body{
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    background-color: #000000;
    overflow-x: none;
    font-family: 'Myriad Pro';
    display: block;
}


header{
    float: left;
    width: 100%;
    height: 100px;
	position: relative;
	z-index: 2;
    
}

header > .divlogo{
    float: left;
    width: 180px;
    padding: 30px 0px 0px 80px;
}
header> .divlogo > img{
    width: 100%;
    float: left;
    position: relative;
    
}

header > .divnav{
    float: right;
    width: 65%;
}
.divnav {
    float: right;
}
header > .divnav > nav > ul > div > ul > li{
    float: left;
    padding: 30px 20px 30px 30px;
    list-style: none;
    color: lightgray;
    font-size: 18px;
}

header > .divnav > nav > ul > div > ul > li > a{
    text-decoration: none;
	color: white;
}

.divnav > nav > ul > div > ul > li > input{
    padding: 10px;
    border: solid 1px red;
    border-radius: 3px;
    margin: -10px;
    
}

.sectionportada{
    float: left;
    width: 100%;
    margin: 0;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.portada{
    float: left;
    width: 100%;
}
.portada > ul{
    width: 100%;
    float: right;
}



.imgportada{
    background: url(assets/img/LOGO_166431980_original.jpg) center center / cover no-repeat;
	filter: brightness(0.90);
    width: 103%;
    height: 720px;
    float: left;
    margin-left: -3%;
    margin-top: -15px;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
    list-style: none;
}

.imgportada > div{
    float: left;
    width: 100%;
    height: 920px;
}
.imgportada > div > h1{
    text-align: center;
    margin-top: 20%;
}

.imgportada > div> h1{
    color: white;
    text-shadow: black 1px 1px 10px;
    font-size: 50px;
}

.imgportada > div > h2{
    text-align: center;
    color: white;
    font-size: 20px;
    text-shadow: black 1px 1px 10px;
    margin-top: -20px;
    
}


.description-one2{
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #48B6A7;
}

.description > .content, .content-2{
    float: left;
    width: 100%;
    position: relative;
}

.description-one2 > .content > div:first-child{
    width: 50%;
    float: right;
    color: white;
}
.description-one2 > .content > div:first-child > h4{
    text-align: center;
    font-size: 30px;
    margin-top: 90px;
    margin-bottom: 70px;
}
.description-one2 > .content > div:first-child > p{
    text-align: center;
    font-size: 25px;
    line-height: 2.5;
    margin-bottom: 50px;
}
.description-one2 > .content > div:last-child{
    float: left;
    width: 50%;
}
.description-one2 > .content > div:last-child > img{
    width: 100%;
    float: left;
    height: 810px;
}

.description-one2 > .content-2 > div:first-child{
    width: 50%;
    float: left;
    color: white;
}
.description-one2 > .content-2 > div:first-child > h4{
    text-align: center;
    font-size: 30px;
    margin-top: 90px;
    margin-bottom: 70px;
}
.description-one2 > .content-2 > div:first-child > p{
    text-align: center;
    font-size: 25px;
    line-height: 2.5;
    margin-bottom: 50px;
}
.description-one2 > .content-2 > div:last-child{
    float: left;
    width: 50%;
}
.description-one2 > .content-2 > div:last-child > img{
    width: 100%;
	height: 745px;
    float: left;
}

#background-1{
    background-color: #8ACA38;
    
}
#background-2{
    background-color: #000000;
    float: left;
    position: relative;
    width: 100%;
}
#background-3{
    background-color: #48B6A7;
    float: left;
    position: relative;
    width: 100%;
    
}
#background-4{
    background-color: #8ACA38;
    float: left;
    position: relative;
    width: 100%;
    
}


.clients{
    float: left;
    width: 100%;
    position: relative;
    background-color: white;
}

.clients > .title-clients{
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0px 50px 0px;
    font-size: 25px;
}

.content-img{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.content-img > .subcontent{
    margin: 0 auto;
    position: relative;
    width: 80%;
}

.content-img > .subcontent > .row{
    float: left;
    width: 100%;
    position: relative;
}

.subcontent > .row > div{
    width: 25%;
    float: left;
}
.subcontent > .row-1 > div{
    float: left;
    width: 20%;
}

.subcontent > .row > div > img{
    float: left;
    position: relative;
    width: 50%;
    padding: 20px 0px 20px 40px;
   
}
.subcontent > .row-1 > div > img{
    float: left;
    position: relative;
    width: 50%;
    padding: 20px 0px 20px 40px;
}

.subcontent > .row > div > .ch{
    width: 25%;
    padding: 0px 0px 20px 40px;
}

footer{
    float: left;
    width: 100%;
    height: 100px;
    background-color: #000000;
}



/* RESPONSIVE DESIGN */

@media (min-width: 320px) and (max-width: 480px){
    
    
    .imgportada{
        height: 420px;
		width: 114%;
    margin-left: -14%;
    } 
    .imgportada > div > h1{
        font-size: 30px;
        margin-top: 55%;
    }
    .imgportada > div > h2{
        font-size: 15px;
    }
    
    .description-one2 > .content > div:first-child{
        width: 100%;
    }
    .description-one2 > .content > div:last-child{
        width: 100%;
    }
    .description-one2 > .content-2 > div:first-child{
        width: 100%;
    }
    .description-one2 > .content-2 > div:last-child{
        width: 100%;
    }
    
    
    .description-one2 > .content > div:first-child > h4{
        font-size: 25px;
        margin-bottom: 35px;
    }
    
    .description-one2 > .content > div:first-child > p{
        line-height: 2;
        font-size: 20px;
        
    }
    
    .description-one2 > .content-2 > div:first-child > h4{
        font-size: 25px;
        margin-bottom: 35px;
    }
    
    .description-one2 > .content-2 > div:first-child > p{
        line-height: 2;
        font-size: 20px;
        
    }
	.description-one2 > .content-2 > div:last-child > img{
	height: 400px;
}
    
    .description-one2 > .content > div:last-child > img{
        height: 400px;
    }
    
    .subcontent > .row-1 > div{
        width: 100%;
    }
    .subcontent > .row > div{
        width: 100%;
    }
    .subcontent > .row-1 > div > img{
        padding: 0px 25% 15% 25%;
    }.subcontent > .row > div > img{
        padding: 0px 25% 15% 25%;
    }
    .subcontent > .row > div > .ch{
        padding: 0px 25% 15% 35%;
        width: 30%;
    }
      
    
}

@media (min-width: 480px) and (max-width: 1024px){
	
	header > .divlogo {
    width: 120px;
}
	header > .divnav{
		width: 68%;
	}
	
	.imgportada{
		width:104%;
		margin-left: -4%;
		margin-top: -15px;
		height: 520px
	}
	
	.imgportada > div{
		width: 100%;
	}
	.imgportada > div > h1 {
    margin-top: 21%;
}
	
	
	.description-one2 > .content > div:first-child > h4 {
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 50px;
}
	.description-one2 > .content > div:first-child > p {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 50px;
}
	
	.description-one2 > .content > div:last-child > img {
    width: 100%;
    float: left;
    height: 630px;
}
	
	.description-one2 > .content-2 > div:first-child > h4 {
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 50px;
}
	.description-one2 > .content-2 > div:first-child > p {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 50px;
}
	
	.description-one2 > .content-2 > div:last-child > img {
    width: 100%;
    float: left;
    height: 630px;
}
	
}

