/*  
Theme Name: Logoterapia
Author: Cantera Estudio
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/

@font-face {
    font-family: 'NoticiaText-BoldItalic';
    src: url('fonts/NoticiaText-BoldItalic/NoticiaText-BoldItalic.eot');
    src: url('fonts/NoticiaText-BoldItalic/NoticiaText-BoldItalic.eot?#iefix') format('embedded-opentype'), 
    url('fonts/NoticiaText-BoldItalic/NoticiaText-BoldItalic.woff') format('woff'), 
    url('fonts/NoticiaText-BoldItalic/NoticiaText-BoldItalic.ttf') format('truetype'), 
    url('fonts/NoticiaText-BoldItalic/NoticiaText-BoldItalic.svg#noticiatextbolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NoticiaText-Regular';
    src: url('fonts/NoticiaText-Regular/NoticiaText-Regular.eot');
    src: url('fonts/NoticiaText-Regular/NoticiaText-Regular.eot?#iefix') format('embedded-opentype'), 
    url('fonts/NoticiaText-Regular/NoticiaText-Regular.woff') format('woff'), 
    url('fonts/NoticiaText-Regular/NoticiaText-Regular.ttf') format('truetype'), 
    url('fonts/NoticiaText-Regular/NoticiaText-Regular.svg#noticiatextregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NoticiaText-Italic';
    src: url('fonts/NoticiaText-Italic/NoticiaText-Italic.eot');
    src: url('fonts/NoticiaText-Italic/NoticiaText-Italic.eot?#iefix') format('embedded-opentype'), 
    url('fonts/NoticiaText-Italic/NoticiaText-Italic.woff') format('woff'), 
    url('fonts/NoticiaText-Italic/NoticiaText-Italic.ttf') format('truetype'), 
    url('fonts/NoticiaText-Italic/NoticiaText-Italic.svg#noticiatextitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knile';
    src: url('fonts/Knile/Knile.eot');
    src: url('fonts/Knile/Knile.eot?#iefix') format('embedded-opentype'), 
    url('fonts/Knile/Knile.woff') format('woff'), 
    url('fonts/Knile/Knile.ttf') format('truetype'), 
    url('fonts/Knile/Knile.svg#knile') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium/Gotham-Medium.eot?#iefix') format('embedded-opentype'), 
    url('fonts/Gotham-Medium/Gotham-Medium.woff') format('woff'), 
    url('fonts/Gotham-Medium/Gotham-Medium.ttf') format('truetype'), 
    url('fonts/Gotham-Medium/Gotham-Medium.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'NoticiaText-Italic', Arial, Gotham, Sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 1px;
}

.margen{
    width: 80%;
    height: auto;
    margin: 0 auto;
}

a {text-decoration: none;}

                /* BODY */
.logo{
    width: 150px;
    height: 90px;
    background-image: url(img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
}

h1 {
    font-size: 45px;
    line-height: 120%;
    color: #172C43;
    font-family: 'NoticiaText-BoldItalic', Arial, Gotham, Sans-serif;
    letter-spacing: 1px;
    margin: 15vh 0 50px 0;
}

h3 {
    font-size: 30px;
    line-height: 120%;
    color: #172C43;
    font-family: 'NoticiaText-BoldItalic', Arial, Gotham, Sans-serif;
    letter-spacing: 1px;
    margin: 5vh 0 50px 0;
}

h2 {
    color: #00976F;
    font-size: 21px;
    letter-spacing: 0;
    font-family: 'NoticiaText-Italic', Arial, Gotham, Sans-serif;
    margin: 10vh 0 0 0;
    text-align: right;
}

.pleca {
    background-color: #00976f;
    width: 40%;
    height: 85vh;
    display: inline-block;
    vertical-align: top;
    float: right;
    font-family: 'Gotham', Arial, Gotham, Sans-serif;
    color: #fff;
    text-align: right;
}

.info {
    display: inline-block;
    width:42%;
    vertical-align: top;
    margin-left: 10%;
}

.info img {
    width: 75px;
    margin: 0;
}

.info p {
    margin: 20px 0;
    line-height: 160%;
    font-family: 'Knile', Courrier New, Baskerville, serif;
    font-size:17px;
}

.foto {
    width: 35%;
    height: 85vh;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top:6vh;
    background-image: url(http://canteracode.com/diseno/granaria/img/fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pleca p {
    margin: 2vh 10% 0 0px;
    cursor: pointer;
}

.bloque {
    width: 100%;
    height:100vh;
}

.resaltado {
    width: 100%;
    height: 30vh;
    display: block;
    background-image: url(http://canteracode.com/diseno/granaria/img/resaltado.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 100px auto;
    padding: 80px 0;
}


h4 {
    font-size: 45px;
    line-height: 120%;
    color: #fff;
    font-family: 'NoticiaText-BoldItalic', Arial, Gotham, Sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    padding: 50px 0 50px 0;
}

.resaltado p {
    font-family: 'NoticiaText-Regular', Arial, Gotham, Sans-serif;
    color: #fff;
    text-align: center;
    max-width: 1010px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 200%;
    width: 80%;
}

.square {
    width: 26%;
    height: 30vh;
    margin: 0 10px 30px 10px;
    padding: 30px;
    text-align: center;
    font-family: 'Gotham', Arial, Gotham, Sans-serif;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.52);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-transform: uppercase;
    font-size: 1.7vw;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bebidas {background-image: url(http://canteracode.com/diseno/granaria/img/bebida.png);}
.campo {background-image: url(http://canteracode.com/diseno/granaria/img/2.png);}
.granos {background-image: url(http://canteracode.com/diseno/granaria/img/4.png);}
.cereales {background-image: url(http://canteracode.com/diseno/granaria/img/2.png);}
.superf {background-image: url(http://canteracode.com/diseno/granaria/img/6.png);}
.preparado {background-image: url(http://canteracode.com/diseno/granaria/img/7.png);}

footer a {
    color: #000;
    text-align: center;
    font-family: 'Knile', Courrier New, Baskerville, serif;
}

.plecafooter {
    width: 100%;
    height: 40px;
    background-color: #000;
    margin-top: 50px;
}

@media screen and (max-width:1425px) {
.square { width: 24%;}

}

@media screen and (max-width:1120px) {
.square { width: 22%;}

}

@media screen and (max-width:950px) {
.square { width:37%;}

}

@media screen and (max-width:815px) {
.square { width:35%;}
.info {width:80%;display:block;margin:0 auto;}
.pleca {
    height: 30vh;
    float: none;
    display: block;
    position: relative;
    width: 80%;
    margin-top: 50px;
}
.foto {
    height: 30vh;
    display: block;
    position: relative;
    width: 80%;
    top: -27vh;
    left: 10%;
}
.bloque {
    width: 100%;
    height: auto;
}
.resaltado {
    margin: -20vh 0 0 0;
    padding: 10px 0 50px 0;
    height: auto;
}
.resaltado p {
    font-size: 20px;
    line-height: 170%;
}
.square {
    width: 100%;
    margin: 0 auto 20px auto;
    display: flex;
    font-size: 6vw;
}

.cont-squares {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 50px 0 0 0;
}

h1 {
    font-size: 35px;
    margin: 10vh 0 30px 0;
}

.info p {
    font-size: 15px;
}
.logo {
    margin-top: 30px;
}


}

@media screen and (max-width:600px) {
.square { width:100%;}

}

