/*Hoja de estilos para Landing de Pentafarm*/

/*Quitar cuando se añada el video */

#principal img {
    max-width: 80%;
}

/* Generales */
@font-face {
    font-family: Eurostile;
    src: url(fonts/Eurostile.ttf);
}
body {
    background-image: url(../img/background.jpg);
    background-position: right;
    background-attachment: fixed;
    background-size: cover;
    font-family: DINPro, "Helvetica Neue", Helvetica, sans-serif;
}
body, footer {
    margin: 0;
}

.contenedor {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}
.clear {    
    clear: both;
}
.centrado {
    text-align: center;
}

/* HEADER */

header, .rojo, footer {
    background-image: url(../img/fondo.jpg);
    background-position: top;
    background-size: cover;
    color: white;
    padding-top: 0.5%;
    font-size: 150%;
}

.social {
    float: right;
}
.social img {
    width: 100%;
    height: auto;
    max-width: 25%;
    margin: 10% 2.2%;
}

/* CONTENIDO */

#principal {
    margin: 1% auto;
    padding: 0;
    max-width: 90%;
}

.wrapper {
    margin: auto;
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}
.wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* JUNTAS DESCARGA */

.textojuntas {
    display: inline-block;
    width: 60%;
    margin: 3%;
}
.imagenesjuntas {
    width: 50%;
}
   
#juntas {
    width: 70%;
    float: left;
    text-align: left;
}
#juntas img {
    max-width: 50%;
    float: left;
    margin: 1em;
    border: 1px solid lightgrey;
}
.opcion {
    float: right;
    box-sizing: border-box;
    padding: 0 3%
}
.opcion img {
    max-width: 100%;
}
.opcion p {
    font-family: Eurostile, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

/* VENTAJAS */

.rojo {
    font-weight: lighter;
    clear: both;
    font-family: Eurostile, sans-serif;
    padding: 0.4em 2em;
}
.ventajas {
    box-sizing: border-box;
    width: calc(100%/5);
    padding: 1em;
    font-size: 0.9em;
    float: left;
    line-height: 1.3em;
    color: dimgray;
    min-height: 100%;
}
.ventajas img{
    max-width: 100%;
}
.ventajas p span{
    color: #509744;
    font-weight: bold;
    font-size: 1.4em;
}
p#pequena{
font-size: 0.7em;
}
/* GALERIA */
#figan {
    float: left;
    max-width: 20%;
}
#galeria {
    text-align: right;
    float: right;
    max-width: 80%;
    margin-bottom: 3%;
}
#galeria img {
    margin: 0.5em;
}
/* Link a Italpannelli.es */

section#gris {
    background-color: #3e3e3e;
    font-family: Eurostile;
    font-size: 1.5em;
    color: white;
    padding: 0.1em 0;
}
#link {
    text-align: center;
}
#link a {
    color: white;
}
#link a:hover {
    color: #b01a1d;
}
/* PIE */

.texto{
/*    display: inline-block;*/
    float: right;
    font-size: 0.5em;
    font-family: sans-serif;
    text-align: right;
    margin: 2.5em 1em 0 0;
}
.texto p, #contacto p{
     margin: 0.15em;
}
#bureau {
    width: calc(100%/);
    min-width: 185px;
    float: right;
}
#bureau img {
    float: right;
    padding-bottom: 3%;
}
#contacto {
    display: inline-block;
    float: left;
    font-size: 70%;
    margin-top: 0.8em;
    margin-left: 1em;
}
img.logopie{
    float:left;
    margin-top: 0.6em;
}
#contacto a {
    text-decoration: none;
    color: white;
    display: block;
}

/* Responsive */

@media (max-width: 1550px) {
.contenedor {
    width: 85%;
    }
.ventajas {
    width: calc(100%/2);
    height: 450px;
    }
    #garantia {
    width: 100%
    } 

    #figan {
        text-align: center;
        float: none;
        max-width: 100%;
        margin-bottom: 2%;
    }
    #galeria {
        text-align: center;
        width: 100%;
        margin: 0 auto 2em auto;
        float: none;
        max-width: 1080px;
    }
    .column {
        float:none;
        max-width: 45%;
    }
}
@media (max-width: 1200px) {
.opcion {
    display: block;
    text-align: center; 
    float: none;
    box-sizing: border-box;
    }
#juntas img{
        max-width: 42%;
    float: none;
/*        box-sizing: border-box;*/
    }
.imagenesjuntas {
    text-align: center;
    width: 100%;

    }
.textojuntas {
        width: 100%;
    }
#juntas {
    margin: auto;
    float: none;
    width: 80%;
    }
    
}

@media (max-width: 700px) {
.ventajas {
    min-width: 100%;
    text-align: left;
    height: auto;
    border-bottom: 1px #509744 solid;
    }
.ventajas p{
    float: right;
    width: 60%;        
    }
.ventajas img {
    float: left;
    margin-top: 5%
    }
.social img {
    width: 50%;
    margin-top: 15%;
    }
.contenedor {
    width: 90%;
    }
img.logopie {
    width: 10%;
    }
#contacto {
    font-size: 60%
    }
#bureau img{
    width: 30%;
    padding: 0.5em 0;
    }
.texto {
    margin: 2em 0.5em 0 0;
    }

    #juntas img {
        float: none;
        max-width: 50%;
    }
    #juntas {
        width: 100%;
    }
}
