/*
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 : 2/12/2016, 10:56:49 AM
    Author     : Adrian Lona
*/

body
{
    font-size:20px;
}
h2
{
    color:#B8181D;
    font-size:30pt;
    padding: 0 15%;
}
.cssEmpresaBanner
{
    background:transparent url("img/bannerEmpresa.png")scroll no-repeat center / cover;
    width:100%;
    height:527px;
}

.empresaTitulo
{
    color: white;
    font-family: Calibri;
    font-size: 100px;
    font-style: italic;
    font-weight: bold;
    margin-left: 80px;
    margin-top: 340px;
    position: absolute;
}
.subTituloEmpresa
{
    color: white;
    font-family: Century Gothic;
    font-size: 25px;
    margin-left: 80px;
    margin-top: 445px;
    position: absolute;
}
.cssDescriptionSection
{
    background-color: white;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.cssDescriptionSection p
{
    margin: 41px 91px;
    text-align: center;
}
.cssLogoWebmapsBody
{
    background: transparent url("img/empresa-logo.png") no-repeat scroll 0 0 / cover ;
    height: 120px;
    margin: 25px auto;
    width: 372px;

}
.cssVisionBanner
{
    background: transparent url("img/mision-vision-webmaps.png") no-repeat scroll center center / cover ;
    float: left;
    position: relative;
    width: 100%;
}
.cssObjetivesSection
{
   background-color: white;
    float: left;
    position: relative;
    width: 100%;

}
.cssObjetivesSection h2
{
    font-size:20pt;
}
.cssObjetivesSection p
{
    font-size:20px;
}
.cssBoxObjetive
{
    box-sizing: border-box;
    float: left;
    padding: 0 35px;
    position: relative;
    text-align: center;
    width: 33.3%;  
}
.cssBoxMVO
{

    box-sizing: border-box;
    color: #ffffff;
    float: left;
    padding: 0 40px;
    position: relative;
    text-align: center;
    width: 33.3%;
}
.cssBoxMVO h3
{
    font-size:25px;
}
.cssImgMision
{
    background: transparent url("img/spriteMisionVision.png") no-repeat scroll -13px -7px;
    height: 162px;
    margin: 25px auto;
    width: 164px;
}
.cssImgInspir
{
    background: transparent url("img/spriteMisionVision.png") no-repeat scroll -203px -7px;
    height: 162px;
    margin: 25px auto;
    width: 164px; 
}

.cssImgVision
{
    background: transparent url("img/spriteMisionVision.png") no-repeat scroll -390px -7px;
    height: 162px;
    margin: 25px auto;
    width: 164px;  
}


/*RESPONSIVE DESIGN*/
@media screen and (max-width: 768px) {
    .divEmpresa
{
    float: left;
    height: 70px;
    margin-top: 100px;
    position: relative;
    width: 100%;
}
.divEmpresa1
{
    box-sizing: border-box;
    float: left;
    height: 50px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.cssFuente
    {
        font-size: 17px !important;
    }
.cssBoxMVO
    {
        width:100%;
    }
    .cssVisionBanner
    {
        height:auto;
    }

    .cssBoxObjetive
    {
        width:100%;
    }
    .subTituloEmpresa
    {   
        font-size: 20px;
        position: relative;
        margin: 0;
        /*top: 82px;*/
        margin-left: 60px;
    }
    .empresaTitulo
    {
        position: relative;
        margin: 0;
        /*top: 102px;*/
        margin-left: 70px;
        font-size: 70px;
    }
    .cssEmpresaBanner {
        height: 250px;;
        width: 100%;
       
    }
}

@media screen and (max-width: 480px) {
    .empresaTitulo
    {
        font-size:60px;
        margin-top: 384px;
        margin-left: 45px;
    }
    .cssDescriptionSection p {
        margin: 41px 15px;
        text-align: center;
    }
    .subTituloEmpresa
    {
        font-size: 16px;
        position: relative;
        margin: 0 0 0 35px;
        /*top: 62px;*/
    }


}
@media screen and (max-width: 320px) {
    .cssLogoWebmapsBody
    {
        height: 70px;

        width: 220px;
    }
    .divEmpresa
    {
        margin-top: 130px;
        height: 50px;
    }
    .empresaTitulo {
        font-size: 50px;
        margin-left:20px;
    }

    .subTituloEmpresa {
        font-size: 15px;
        margin-left: 10px;
    }
    .cssEmpresaBanner
    {
        padding-left:11px;
    }
}