*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section{
    width: 90%;
    max-width: 1680px;
    height: auto;
    display: flex;
    font-family: sans-serif;
}
.servicios{
    width: 26%;
    height: auto;
    min-height: 740px;
    background: #143470;    
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    float: left;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 2px #000;
    -moz-box-shadow: 0px 2px 2px #000;
    -webkit-box-shadow: 0px 2px 2px #000;     
    box-sizing: border-box;
    margin-bottom: 4px;
}
.servicios h3{
    font-weight: bold;
    color: #fff;
    font-size: 2rem;    
    width: 96%;    
    padding: 0 1rem;
    align-content: center;
    text-align: center;
    text-align: justify;
}
.servicios li {
    width: 100%;
    height: auto;
    margin: 2px auto;
    list-style: none;
    text-decoration: none;
    padding: 2px 2px;
}
.servicios li:hover{
    width: 100%;
    background: #001457;
    border-radius: 13px;
    box-shadow: 0px 0px 8px  #ff6600;
    background: -webkit-linear-gradient(#022C7A, #001f59 100%); 
    background: -webkit-linear-gradient(#001957, #143470 120%);
}
.servicios > li > a{
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none; 
}

.servicios li img{
    width: 28px;
    height: 28px;
    float: left;
    color: #fff;
    margin-right: 6px;
    border-radius: 50px;
    margin-top: -1%;
}

 .zonver{
    width: 60px;
    height: auto;
    flex-wrap: wrap;
    text-align: center;    
    font-size: 2rem;
    font-weight: bold;
    color: #016B01;
    margin-top: 5px;    
    display: flex;    
    text-decoration: none;
}

.contenido{
    width: 74%;
    height: auto;
    min-height: 740px;
    float: left;    
    background-color: rgba(255, 255, 255, 0.6);
    flex: 1 1%;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 4px;
    font-family: sans-serif;
}

.titulo{
    width: 90%;
    height: 140px;
    margin: auto;
    background: url(imagenes/ico-titulo.png);
    display: block;
}
.titulo p{
    width: 90%;
    margin: auto;    
    color: #fff;
    font-size: 2rem;   
    padding: 3rem;
    align-content: center;
    text-align: center;
    text-align: justify;
}
.imagen{
    width: 90%;
    height: 320px;
    margin: auto;
    background: url(imagenes/img-agnt.png);
    display: block;
    border-radius: 10px;
    padding: 6px;
    border: 3px solid #fff;
}

.cont p{
    width: 84%;
    height:100%;
    margin: auto;
    margin-top: -140px;
    background-color: rgba(6,34,110, 0.8);
    display: block;
    padding: 6px;
    border: 3px solid #ff5500;   
    
    font-size: 1.4rem;
    color: #fff;
    padding: 2rem;
    align-content: center;
    text-align: center;
    text-align: justify;
}

.cont p:hover{
    background-color: rgba(255, 102, 0, 0.8);
    display: block;
    border-radius: 10px;
    padding: 6px;
    border: 3px solid #143470;
    
    font-family: sans-serif;
    font-size: 1.4rem;
    color: #fff;
    padding: 2rem;
    align-content: center;
    text-align: center;
    text-align: justify;
}

@media (min-width: 460px) and (max-width: 880px){
 .servicios{
    width: 40%;
    height: auto;
   
}
.servicios h3{
    font-size: 1.2rem;    
    }

.servicios > li > a{
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none; 
}

.servicios li img{
    width: 26px;
    height: 26px;
    margin-right: 1px;
}

.contenido{
    width: 60%;
    }
.titulo p{
    width: 98%;
    margin: auto;    
    color: #fff;
    font-size: 1.4rem;   
    padding: 3rem;
    align-content: center;
    text-align: center;
    text-align: justify;
}
.cont{
    width: 90%;
    height: auto;
    margin: auto;
}
.cont p{
    width: 100%;
    height:auto;
    margin: auto;       
    margin-right: 0;
    margin-top: 0;
    font-size: 1.2rem; 
    margin-top: -140px;
}

.cont p:hover{
    width: 100%;
    height:auto;
    margin: auto;       
    margin-right: 0;
    margin-top: 0;
    font-size: 1.2rem;   
    margin-top: -140px;
    }
    
}
@media (min-width:0) and (max-width: 660px){
   .servicios{
    width: 100%;
    height: auto;
    min-height: 0;
}
.servicios h3{
    font-size: 1.2rem;    
    }

.servicios > li > a{
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none; 
}

.servicios li img{
    width: 26px;
    height: 26px;
    margin-right: 1px;
}

.contenido{
    width: 100%;
    }
.titulo p{
    width: 98%;
    margin: auto;    
    color: #fff;
    font-size: 1.2rem;   
    padding: 3rem;
    align-content: center;
    text-align: center;
    text-align: justify;
}
.cont{
    width: 90%;
    height: auto;
    margin: auto;
}
.cont p{
    width: 100%;
    height:auto;
    margin: auto;       
    margin-right: 0;
    margin-top: 0;
    font-size: 1.2rem; 
    margin-top: -140px;
}

.cont p:hover{
    width: 100%;
    height:auto;
    margin: auto;       
    margin-right: 0;
    margin-top: 0;
    font-size: 1.2rem;   
    margin-top: -140px;
    }
}