/*
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 : 30/03/2019, 06:47:36 PM
    Author     : Cesar Maya
*/
.cuerpo{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    }
    
    @media (max-width:767px){
        .tituloPaginaFundacion{
            width: 100%;
            text-align: center;
            margin-bottom: 50px;
            color: #6EA205;
        }
        .tituloPaginaFundacion h2{
            font-size: 1.5em;
            font-weight: bold;
        }
        .fundacionBloque{
            width: 100%;
        }
        #fundacionBloque1{
            background-color: #EEE;
            display: flex;  
            flex-direction: column;
        }
        .imagenesFundacion{
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
        }
        .contFundacion{
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
        }
        .tituloContFundacion h3{
            color: #6EA205;
        }
        .bloqueContFundacion p{
            font-size: 0.8em;
        }
        #fundacionBloque2{
            width: 100%;
            margin-top: 30px;
        }
        .contFundacion2{
            width: 90%;
            margin: auto;
        }
        .contFundacion2 p{
            font-size: 0.8em;   
        }
    }
    @media only screen and (min-width:768px) and (max-width:1068px){
        .tituloPaginaFundacion{
            width: 100%;
            text-align: center;
            margin-bottom: 50px;
            color: #6EA205;
        }
        .tituloPaginaFundacion h2{
            font-size: 1.5em;
            font-weight: bold;
        }
        .fundacionBloque{
            width: 100%;
        }
        #fundacionBloque1{
            background-color: #EEE;
            display: flex;  
            flex-direction: row;
        }
        .imagenesFundacion{
            width: 60%;
            margin-left: 2%;
            margin-right: 1%;
        }
        .contFundacion{
            width: 35%;
            margin-left: 0;
            margin-right: 2%;
        }
        .tituloContFundacion h3{
            color: #6EA205;
        }
        .bloqueContFundacion p{
            font-size: 0.8em;
        }
        #fundacionBloque2{
            width: 100%;
            margin-top: 30px;
        }
        .contFundacion2{
            width: 90%;
            margin: auto;
        }
        .contFundacion2 p{
            font-size: 0.8em;   
        }
    }
    @media (min-width:1069px){
        
        .tituloPaginaFundacion{
            width: 100%;
            text-align: center;
            margin-bottom: 50px;
            color: #6EA205;
        }
        .tituloPaginaFundacion h2{
            font-size: 1.5em;
            font-weight: bold;
        }
        .fundacionBloque{
            width: 100%;
        }
        #fundacionBloque1{
            background-color: #EEE;
            display: flex;  
            flex-direction: row;
        }
        .imagenesFundacion{
            width: 40%;
            margin-left: 10%;
            margin-right: 2%;
        }
        .contFundacion{
            width: 38%;
            margin-left: 0;
            margin-right: 10%;
        }
        .tituloContFundacion h3{
            color: #6EA205;
        }
        .bloqueContFundacion p{
            font-size: 0.8em;
        }
        #fundacionBloque2{
            width: 100%;
            margin-top: 30px;
        }
        .contFundacion2{
            width: 80%;
            margin: auto;
        }
        .contFundacion2 p{
            font-size: 0.8em;   
        }
    }