@charset "utf-8";
/* CSS Document */
*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #ffffff;
    columns: #000000;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    }
    .header{
        background-color: #AA1A18;
        color: #ffffff;
        display: grid;
        grid-template-columns: auto 100px 300px;
        grid-template-rows: repeat(1, auto);
        grid-template-areas: "btn-menu btn-idioma redes"
    }
.header .redes{
    grid-area: redes;
    display: flex;
    justify-content: flex-end;
      }
.header .redes li{
     margin-top: 6px;
     margin-right: 10px;
     padding-top: 3px;
     list-style: none;
     }
     .header .redes li img{
        width: 35px;
        height: 35px;
            }
    
.header #btn-menu{
    grid-area: btn-menu;
    display: none;
      }
      .header .btn-idioma{
        grid-area: btn-idioma;
        margin-top: auto;
        margin-bottom: auto;
    }
.header label{
    display: block;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-right: 1px solid #ffffff;
}
.header label:hover, .header label:focus{
   cursor: pointer;
   background: rgba(0,0,0,0.3);
}
.header .side-menu{
    margin-left: -300%;
    transform: translateX(0%);
    transition: all 0.3s;
}
.header .side-menu ul{
    margin: 0;
    list-style: none;
    position: absolute;
    background: #AA1A18;
    width: 50%;
    transform: translateX(0%);
    transition: all 0.3s;
}
.header .side-menu li{
    border-top: 1px solid rgba(255, 255, 255, 0.425);
}
.header .side-menu li a{
    display: block;
    padding: 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Sulphur Point', sans-serif;
}
.header .side-menu li:hover, .header .side-menu li:focus{
    background: rgba(0,0,0,0.3);
}
@media(min-width:0px){
    .header #btn-menu:checked ~ .side-menu{
        margin: 0;
    }
.background{
    background-image: url(../img/bg1.JPG);
    height: 600px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contenedor{
    font-family: 'open sans', 'montserrat', 'roboto';
    width:90%;
    max-width: 1300px;
    margin: 20px auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "logo menu menu"
                        "bg bg bg"
    }
.contenedor .logo{
    grid-area: logo;
}
.contenedor .menu{
    grid-area: menu;
}
.contenedor .menu ul{
    margin: 0;
    list-style: none;
    display: flex;
    border-top: 1px #ffffff;
    justify-content: flex-end;
}
.contenedor .menu li{
    border-top: 1px solid #ffffff;  
}
.contenedor .menu li:hover, .contenedor .menu li:active, .contenedor .menu li:focus{
    border-top: 3px solid #ffffff;
}
.contenedor .menu > li{
    float: left;
}
.contenedor .menu li a{
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Sulphur Point', sans-serif;
    text-align: center;
}
.contenedor .menu li a:hover, .contenedor .menu li a:focus{
    color:#ffffff;
    font-weight: bold;
}
.contenedor .menu li ul{
    display:none;
	position:absolute;
    min-width:140px;
    background-color: rgba(0, 0, 0, 0.6);
}
.contenedor .menu li:hover > ul, .contenedor .menu li:focus > ul{
    display:block;
}
.contenedor .menu li ul li{
    position: relative;
}
.contenedor .menu li ul li #svc1{
    right:-318px;
	top:-1px;
}
.contenedor .menu li ul li #svc2{
    right:-284px;
	top:-1px;
}
.contenedor .menu li ul li #svc3{
    right:-223px;
    top:-1px;
}
.contenedor .bg{
    grid-area: bg;
    color: #ffffff;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 300%;
    height: 200px;
    font-weight: bold;
    text-align: center;
}

.content{
    font-family: 'open sans', 'montserrat', 'roboto';
    width:90%;
    max-width: 1300px;
    margin: 20px auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(12, auto);
    grid-template-areas: "title-p0 title-p0 title-p0"
                        "text-p0 text-p0 text-p0"
                        "title-p1 title-p1 title-p1"
                        "img-p1 text-p1 text-p1"
                        "title-p1_1 title-p1_1 title-p1_1"
                        "img-p1_1 img-p1_1 img-p1_1"
                        "text-p1_1 text-p1_1 text-p1_1"
                        "title-p2 title-p2 title-p2"
                        "text-p2 text-p2 img-p2"
                        "title-p3 title-p3 title-p3"
                        "img-p3 text-p3 text-p3"
                        "title-p5 title-p5 title-p5"
                        "v-1 v-2 v-3"
                        "v-4 v-5 v-6"
                        "title-p4 title-p4 title-p4"
                        "text-p4 text-p4 text-p4"
                        "title-p6 title-p6 title-p6";
    }
.content .title-p0{
    grid-area: title-p0;
    text-align: center;
}
.content .text-p0{
    grid-area: text-p0;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}
.content .title-p1{
    grid-area: title-p1;
}
.content .img-p1{
    grid-area: img-p1;
    background-image: url(../img/golden_circle.jpeg);
    background-size: cover;
}
.content .text-p1{
    grid-area: text-p1;
}
.content .title-p1_1{
    grid-area: title-p1_1;
}
.content .img-p1_1{
    grid-area: img-p1_1;
    width: 600px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/quienes_somos.jpg);
    background-size: cover;
    background-position: center;
}
.content .text-p1_1{
    grid-area: text-p1_1;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}
.content .title-p2{
    grid-area: title-p2;
}
.content .img-p2{
    grid-area: img-p2;
    background-image: url(../img/icono_mision.jpg);
    background-position: center;
    background-size: cover;
}
.content .text-p2{
    grid-area: text-p2;
}
.content .title-p3{
    grid-area: title-p3;
}
.content .img-p3{
    grid-area: img-p3;
    background-image: url(../img/icono_vision.jpg);
    background-position: center;
    background-size: cover;
}
.content .text-p3{
    grid-area: text-p3;
}
.content .title-p4{
    grid-area: title-p4;
}
.content .text-p4{
    grid-area: text-p4;
}
.content .title-p5{
    grid-area: title-p5;
}
.content .title-p6{
    grid-area: title-p6;
}
.content .title-p0, .content .title-p1,.content .title-p1_1,.content .title-p2,.content .title-p3,.content .title-p4,.content .title-p5,.content .title-p6{
    color: #000000;
    font-family: 'Sulphur Point', sans-serif;
    text-align: center;
    font-size: 200%;
    font-weight: bolder;
    align-items: center;
    justify-content: justify;
    padding-top: 2%;
}
.content .text-p1, .content .text-p2, .content .text-p3, .content .text-p4{
    font-family: 'Open Sans', sans-serif;
    padding: 2%;
    display: flex;
    margin: auto;
    text-align: justify;
}
.content .img-p1, .content .img-p2, .content .img-p3, .content .img-p4{
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.content .v-1{
    grid-area: v-1;
}
.content .v-1:hover, .content .v-1:focus{
    background-color: #DE4B09;
}
.content .v-2{
    grid-area: v-2;
}
.content .v-2:hover, .content .v-2:focus{
    background-color: #083B5E;
}
.content .v-3{
    grid-area: v-3;
}
.content .v-3:hover, .content .v-3:focus{
    background-color: #5E125C;
}
.content .v-4{
    grid-area: v-4;
}
.content .v-4:hover, .content .v-4:focus{
    background-color: #E6D2BA;
    color: #000000;
}
.content .v-4:hover p,.content .v-4:hover h2, .content .v-4:focus p,.content .v-4:focus h2{
    color: #000000;
}
.content .v-5{
    grid-area: v-5;
}
.content .v-5:hover, .content .v-5:focus{
    background-color: #005E1E;
} 
.content .v-6{
    grid-area: v-6;
}
.content .v-6:hover, .content .v-6:focus{
    background: linear-gradient(90deg, rgba(170,26,24,1) 0%, rgba(222,75,9,1) 20%, rgba(222,162,9,1) 40%, rgba(0,94,30,1) 60%, rgba(8,59,94,1) 80%, rgba(94,18,92,1) 100%);
}
.content .v-1, .content .v-2, .content .v-3, .content .v-4, .content .v-5, .content .v-6{
    padding: 5%;
    background-color: #AA1A18;
    border-radius: 0px 20% 0px 20%;
}
.content .img-v1, .content .img-v2,.content .img-v3,.content .img-v4,.content .img-v5,.content .img-v6{
    height: 150px;
    width: 150px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.content .img-v1{
    background-image: url(../img/valor-1.png);
}
.content .img-v1:hover, .content .img-v1:focus{
    background-image: url(../img/valor-1-hover.png);
}
.content .img-v2{
    background-image: url(../img/valor-1.png);
}
.content .img-v2:hover, .content .img-v2:focus{
    background-image: url(../img/valor-1-hover.png);
}
.content .img-v3{
    background-image: url(../img/valor-1.png);
}
.content .img-v3:hover, .content .img-v3:focus{
    background-image: url(../img/valor-1-hover.png);
}
.content .img-v4{
    background-image: url(../img/valor-1.png);
}
.content .img-v4:hover, .content .img-v4:focus{
    background-image: url(../img/valor-1-hover_color.png);
}




.content .img-v5{
    background-image: url(../img/valor-1.png);
}
.content .img-v5:hover, .content .img-v5:focus{
    background-image: url(../img/valor-1-hover.png);
}
.content .img-v6{
    background-image: url(../img/valor-1.png);
}
.content .img-v6:hover, .content .img-v6:focus{
    background-image: url(../img/valor-1-hover.png);
}
.content .v-1 h2, .content .v-2 h2, .content .v-3 h2, .content .v-4 h2, .content .v-5 h2, .content .v-6 h2{
    font-family: 'Sulphur Point', sans-serif;
    padding-top: 2%;
    text-align: center;
    color: #ffffff;
}
.content .v-1 p, .content .v-2 p, .content .v-3 p, .content .v-4 p, .content .v-5 p, .content .v-6 p{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 2%;
    color: #ffffff;
}

.content2{
    font-family: 'open sans', 'montserrat', 'roboto';
    width:90%;
    max-width: 1300px;
    margin: 20px auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(6, auto);
    grid-template-areas: "img-emp1 img-emp2"
                         "txt-emp1 txt-emp2"
                         "img-emp3 img-emp4"
                         "txt-emp3 txt-emp4"
                         "img-emp5 img-emp6"
                         "txt-emp5 txt-emp6";

    }
.content2 .img-emp1{
    grid-area: img-emp1;
    background-image: url(../img/perfil-olga-1.jpg);
    background-position: center;
    background-size: cover;
}
.content2 .img-emp2{
    grid-area: img-emp2;
    background-image: url(../img/perfil-luis-1.jpg);
    background-position: center;
    background-size: cover;
}
.content2 .img-emp3{
    grid-area: img-emp3;
    background-image: url(../img/perfil-oscar-1.jpg);
    background-position: center;
    background-size: cover;
}
.content2 .img-emp4{
    grid-area: img-emp4;
    background-image: url(../img/perfil-carlos-1.jpg);
    background-position: center;
    background-size: cover;
}
.content2 .img-emp5{
    grid-area: img-emp5;
    background-image: url(../img/perfil-diana-1.jpeg);
    background-position: center;
    background-size: cover;
}
.content2 .img-emp6{
    grid-area: img-emp6;
    background-image: url(../img/perfil-alejandra-1.png);
    background-position: center;
    background-size: cover;
}
.content2 .txt-emp1{
    grid-area: txt-emp1;
    width: auto;
    height: auto;
    background-color: #d7d7d74d;
    border-radius: 5%;
}
.content2 .txt-emp2{
    grid-area: txt-emp2;
    width: auto;
    height: 80%;
    background-color:  #d7d7d74d;
    border-radius: 5%;
}
.content2 .txt-emp3{
    grid-area: txt-emp3;
    width: auto;
    height: auto;
    background-color:  #d7d7d74d;
    border-radius: 5%;
}
.content2 .txt-emp4{
    grid-area: txt-emp4;
    width: auto;
    height: auto;
    background-color:  #d7d7d74d;
    border-radius: 5%;
}
.content2 .txt-emp5{
    grid-area: txt-emp5;
    width: auto;
    height: auto;
    background-color:  #d7d7d74d;
    border-radius: 5%;
    padding-bottom: 5%;
}
.content2 .txt-emp6{
    grid-area: txt-emp6;
    width: auto;
    height: 50%;
    background-color:  #d7d7d74d;
    border-radius: 5%;
    padding-bottom: 5%;
}
.content2 .img-emp1,.content2 .img-emp2,.content2 .img-emp3,.content2 .img-emp4, .content2 .img-emp5, .content2 .img-emp6{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-color: #AA1A18;
    border-style: solid;
    border-width: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.content2 .txt-emp1 h2,.content2 .txt-emp2 h2,.content2 .txt-emp3 h2,.content2 .txt-emp4 h2, .content2 .txt-emp5 h2, .content2 .txt-emp6 h2{
    font-family: 'Sulphur Point', sans-serif;
    padding-top: 2%;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.content2 .txt-emp1 h4,.content2 .txt-emp2 h4,.content2 .txt-emp3 h4,.content2 .txt-emp4 h4,.content2 .txt-emp5 h4,.content2 .txt-emp6 h4{
    justify-content: center;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    font-weight: normal;
    font-style: italic;
}
.content2 .txt-emp1 p,.content2 .txt-emp2 p,.content2 .txt-emp3 p,.content2 .txt-emp4 p, .content2 .txt-emp5 p, .content2 .txt-emp6 p{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    text-align: justify;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #aa1a18 5%, #b81d1a 100%);
	background-color:#aa1a18;
	border-radius: 0px 8px 0px 8px;
	border:1px solid #942911;
	cursor:pointer;
	color:#ffffff;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
    text-shadow:0px 1px 0px #854629;
    display: inline-block;
    margin-left: 65%;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 2%;
}
.myButton:hover, .myButton:focus {
	background:linear-gradient(to bottom, #b81d1a 5%, #aa1a18 100%);
	background-color:#b81d1a;
}
.myButton:active {
	position:relative;
	top:1px;
}




}
.footer{
    background-color: #AA1A18;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "col-1 col-2 col-3 col-4"
                        "derechos derechos derechos derechos";
}
.footer .col-1{
    grid-area: col-1; 
}
.footer .col-2{
    grid-area: col-2; 
    text-align: center;
    padding-top: 5%;
}
.footer .col-3{
    grid-area: col-3; 
}
.footer .col-4{
    grid-area: col-4; 
}
.footer .col-1 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}
.footer .social-media ul{
    grid-area: social-media; 
    display: flex;
    justify-content: center;
}
.footer .social-media li{
    margin-top: 6px;
    padding-top: 3px;
    margin-left: 2px;
    margin-right: 2px;
    list-style: none;
}
.footer .social-media li img{
    width: 35px;
    height: 35px;
    }
.footer .derechos{
    grid-area: derechos; 
    color: #ffffffc0;
    font-family: 'Open Sans', sans-serif;
    font-style: oblique;
    font-weight: lighter;
    font-size: small;
    text-align: center;
    margin-bottom: 1%;
}
.footer .col-2 a,.footer .col-3 h3, .footer .col-4 h3{
    color: #ffffff;
    font-family: 'Sulphur Point', sans-serif;
    text-align: center;
    padding: 5%;
    font-size: medium;
    text-decoration: none;
}
.footer .col-2 a:hover,.footer .col-3 h3 a:hover, .footer .col-4 h3 a:hover,.footer .col-2 a:focus,.footer .col-3 h3 a:focus, .footer .col-4 h3 a:focus{
    text-decoration: underline;
}
.footer .col-3 h4, .footer .col-4 h4{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: small;
}
.footer .derechos a{
    text-decoration: none;
    color: #ffffffc0;
}
.footer .derechos a:hover, .footer .derechos a:focus{
    text-decoration: underline;
    color: #ffffffc0;
}


@media (max-width:1020px){
    .contenedor{
        grid-gap: 20px;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
            "logo logo"
            "menu menu"
            "bg bg";
    }  
    .contenedor .menu{
        margin-left: auto;
        margin-right: auto;
    }  
    .contenedor .logo{
        margin-left: auto;
        margin-right: auto;
    }
    .content .text-p0, .content .text-p1_1{
        padding:0;
    }
    .content2 .txt-emp1 p,.content2 .txt-emp2 p,.content2 .txt-emp3 p,.content2 .txt-emp4 p{
        text-align: justify;
    }
    .myButton{
        width: 30%;
        text-align: center;
        margin-left: 30%;
        margin-top: 3%;
        margin-bottom: 8%;
    }
    .footer{
        grid-gap: 5px;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(3, auto);
        grid-template-areas: "col-1 col-1 col-1"
                             "col-2 col-3 col-4"
                             "derechos derechos derechos";
    }     
    .footer #logofooter{
        width: 180px;
        height: auto;
    }
}
@media screen and (max-width:768px){
    .header .side-menu{
        width: 400%;
        margin-left: -200%;
        transform: translateX(0%);
        transition: all 0.3s;
    }
    .header .side-menu li a{
        text-align: center;
    }
    .contenedor{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(20, auto);
        grid-template-areas: "logo"
                             "bg"
    }    
    .contenedor .menu ul{
        display: none;
    } 
    .contenedor .logo{
        margin-left: auto;
        margin-right: auto;
    }
    .content{
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(16, auto);
        grid-template-areas: "title-p0 title-p0"
                            "text-p0 text-p0"
                            "title-p1 title-p1"
                            "img-p1 img-p1"
                            "text-p1 text-p1"
                            "title-p1_1 title-p1_1"
                            "img-p1_1 img-p1_1"
                            "text-p1_1 text-p1_1"
                            "title-p2 title-p2"
                            "img-p2 img-p2"
                            "text-p2 text-p2"
                            "title-p3 title-p3"
                            "img-p3 img-p3"
                            "text-p3 text-p3"
                            "title-p5 title-p5"
                            "v-1 v-2"
                            "v-3 v-4"
                            "v-5 v-6"
                            "title-p4 title-p4"
                            "text-p4 text-p4"
                            "title-p6 title-p6";
        }
        .content .img-p1_1{
            width: 400px;
            height: 150px;
        }
        .content2{
            grid-template-columns: repeat(1,1fr);
            grid-template-rows: repeat(8, auto);
            grid-template-areas: "img-emp1"
                                 "txt-emp1"
                                 "img-emp2"
                                 "txt-emp2"
                                 "img-emp3"
                                 "txt-emp3"
                                 "img-emp4"
                                 "txt-emp4"
                                 "img-emp5"
                                 "txt-emp5"
                                 "img-emp6"
                                 "txt-emp6";
            }
        .content2 .txt-emp6{
            height:auto;
        }
            .footer{
                grid-template-columns: repeat(3,1fr);
                grid-template-rows: repeat(3, auto);
                grid-template-areas: "col-1 col-1 col-1"
                                     "col-2 col-2 col-2"
                                     "derechos derechos derechos";
            }   
            .footer .col-2{
                margin-bottom: 10px;
            }  
            .footer .col-3, .footer .col-4{
                display: none;
            }
        
}

