﻿
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Maven Pro', sans-serif;
    background: #fff;
    border-top: 5px solid #efcf30;
}

header {
    width: 100%;
    background: #115284;
}

.contenedor {
    width: 95%;
    height: 70px;
    background: #115284;
    margin: auto;
}

.logo img {
    width: 250px;
    height: 50px;
    filter:contrast(140%);
}

.logo {
    width: 30%;
    height: 70px;
    background: #115284;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

    .logo p a {
        color: #fff;
        font-size: 40px;
        text-decoration: none;
    }

nav1 {
    width: 70%;
    height: 70px;
    background: transparent;
    float: left;
    text-align: right;
    margin-top: 90px;
    padding-top: 24px;
    box-sizing: border-box;
}

    nav ul li {
        display: inline;
    }
        nav ul li a {
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            padding-left: 50px;
            font-weight: bold;
            letter-spacing: 1px;
            font-family: 'Myriad Pro', sans-serif;
            font-size: 15px !important;
            font-weight: 600;
        }

            nav ul li a:hover {
                color: yellow;
            }

.menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
}


.panel1 {
    width: 100%;
    height: 300px;
    display: flex;
    margin-left:10px;

}

.imagen {
    margin-right: 150px;
    margin-left: 0px;
    margin-top: 40px
  
}

    .imagen img {
        width: 370px;
        height: 220px;
        margin-right:50px;
    }

.panel1 a {
    margin-right: 10px;
    margin-left: 130px;
    width: 75%;
    height: 280px;
    background: white;
    float: left;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 17px;
    text-align: justify;
}

h1 {
    margin-top: 20px;
}

.panel2b {
    background: #ffffff;
    float: left;
}

.panel2 {
    width: 97%;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}

.item {
    background-color: white;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .095);
}

.item-img {
    margin: auto;
    margin-top: 30px;
    display: block;
    width: 200px;
    height: 160px;
    border-radius: 5%;
}

.item-text {
    padding: 1em;
}

    .item-text h3 {
        text-align: center;
        margin-top:10px;
    }

    .item-text p {
        margin-top: 10px;
        text-align: center;
    }

@media screen and (min-width: 590px) {
    .panel2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.panel3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}

.panel3 a{
    text-decoration:none;
    color:black;
   
}

.titulopanel3 {
    margin: auto;
    margin-top: 33%;
}

.item2 {
    background-color: white;
    margin-right:15px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .095);
}

.item-img2 {
    max-width: 100%;
    display: block;
    width: 45%;
    height:99%;
    float: left;
    margin-right: 35px;
    border-radius:10%;
}

.item-text2 {
    margin-top: 50px;
}

    .item-text2 p {
        margin-top: 20px;
        
    }

.titulopanel3 h1 {
    height: auto;
    margin-top: 50px;
}



@media screen and (min-width:590px) {
    .panel3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.panel4 {
    width: 100%;
    height: 200px;
    /*background: #000;*/
    background: #1c234b;
    margin: auto;
    position: relative;
    display: flex;
    margin-top: 150px;
}


    footer h5 {
        text-align: left;
    }

    footer h4 {
        color: #EFCF30;
    }

    .copy_right {
        width: 100%;
        text-align: center;
        height: 30px;
        background: #efcf30;
        line-height: 30px;
        margin: 0px;
        font-size: 12px;
        /*position: fixed;*/
        bottom: 0;
        right: 0;
        overflow: hidden;
    }
.pdp {
    margin-top: -100px;
    max-height: 30px;
    margin-left: 15%;
    width:100%;
}

    .pdp ul li {
        display: inline;
    }

        .pdp ul li a {
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            padding-left: 15px;
            font-size: 10px;
            letter-spacing: 1px;
        }
#block-versh-main-menu nav {
    width: 100%;
}
.redes {
    margin-top: 25px;
    text-align: right;
    cursor: pointer;
}

.item a{
    text-decoration:none;
    color:black;
}

