/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-feb-2016, 16:25:53
    Author     : Pedro Guillermo Gonzalez Herrera
*/

#header a {
    border-style: none;
}

#header img {
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s;
    -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
    height: 90%;
    border-bottom: 0;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

#header.alt img {
    opacity: 0;
    visibility: hidden;
}

#banner {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
}

#banner .inner {
    width: 100%;
}

#banner h2 {
    font-size: 1.2em;
    text-align: center;
}

.logo {
    text-align: center;
}

.logo img {
    height: 50vh;
}

.wrapper .inner {
    padding: 0 ;
}

#nosotros:before, #nosotros:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='-2,100 100,-1 100,100' style='fill:%23db5959;' /%3E%3C/svg%3E");
}

.features article img {
    height: 250px;
} 
    
.wrapper.spotlight .image {
    height: 15em;
    width: 22em;
}

.wrapper.spotlight .image img {
    height: 100%;
}

@media screen and (max-width: 980px) {
    .logo img {
        width: 95vw;
    }

    .wrapper.spotlight .image {
        height: 15em;
    }

    .wrapper.spotlight .image img {
        height: 100%;
    }
}

@media screen and (max-width: 736px) {
    .logo img {
        width: 95vw;
    }

    .wrapper.spotlight .image {
        height: 19em;
    }

    .wrapper.spotlight .image img {
        height: 100%;
    }
}

@media screen and (max-width: 640px) {
    .logo img {
        width: 95vw;
    }

    .wrapper.spotlight .image {
        height: 12em;
        width: 12em;
    }

    .wrapper.spotlight .image img {
        height: 100%;
    }
}