section{
	margin-right: 2%;
	margin-left: 2%;
    
}


span.ui-button-text {
	font-size: 30px;
	margin: 10px;
}

#botonesletras{
	padding-top: 10px;
	margin-left: 2%;
	margin-bottom:40px;
	font-size: 18px;
    letter-spacing: 29px;
}

.buscador{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	color: #0D319D;
    background-color: #eaeaea00;

}

.col2 h4{
	color:#0D319D;
	margin-top:-7px;
}



.col2, .col3, .col4 {
	float: left;
    width: 100%;
}

.col2{max-width: 50%;  padding-bottom:70px;}

/* 3 cajas flotantes */
.col3 { max-width: 33.3%; } 

 /* 4 cajas flotantes */
.col4 { max-width: 25%; }

.padding { padding: 0px; }

.col2 img{
	float: left;
	margin: 45px;
}


.apellidos, .nombres{
	color: #004280;
    font-size: 23px;
    text-transform: uppercase;
}

.nombres{
 font-weight:bold;

}

.empresa{
	color: #004280;
	font-size: 12px;
}

.textgen{
font-size: 11px;
color: #004280;
margin-top: -6px;

}

.miicono {
    color: #004280;
    border-radius: 5px;
    margin-right: 4px;
    font-size: 15px;
}

.tiico{
	color: #004280;
}

.box {
    position: relative;
    width: 233px;
    height: 203px;
    /* border-radius: 3px;
    border: 0px solid transparent;
    box-shadow: 5px 0 0 0 red,-5px -6px 1px 0 rgb(255, 238, 2), 0 5px 0 0 blue;
    border-top-left-radius: 2px; */

}

/* estilos para la barra lateral*/

.colocalo{
    padding-bottom: 70px;
}

.cajabox{
    text-align: center;
    padding: 0;
}

.nombresselec{
    display: none;
}

.apellidosselect{
    line-height: 16px;
    color: darkblue;
    font-weight: bold;
}

.textgenselect{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 0;
    margin-top:30px;
}

.mibox{
    position: relative;
        width: 233px;
        height: 233px;
        margin-bottom:30px;
}

.miempresa{
    display: none;
}

.milistap{
    display: contents;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}


.milistap li {
    display: flex;
    margin-left: 24px;
}

.textgencel{
    font-size: 14px;
    color: #000;
    margin-top:25px;
}
.textgenemail{
    font-size: 14px;

}
.textphone{
    font-size: 14px;
    color: #000;

}

.rayita{
    margin-left: 40px;
    margin-right: 40px;
}


.li{
    margin-top:30px;
}


#wht{
    text-align: center;
    margin-bottom:10px;
}


#wht a {
    color: #fff;
    transition: color .2s;
    background-color: darkblue;
    padding: 5px;
    margin-top: 11px;
    border-radius: 5px;
}


.miicono2{
	color: #fff;
    background-color: #004280;
    padding: 5px;
    border-radius: 70px;
    margin-right: 5px;
}

#btncerrar {
    width: 50px;
    height: 50px;
    float: right;
    margin-bottom: 12px;
}

.mycard{
    font-size: 28px;
    margin-right: 11px;
}


#mailing{
    text-align: center;
}


span.botonletra:hover {
    background-color:blue;
    color:white;
    cursor: pointer;

}


#mailing a{
    color: #fff;
    transition: color .2s;
    background-color: darkblue;
    padding: 5px;
    margin-top: 11px;
    border-radius: 5px;
}

/*  aqui termina la barra lateral      */


#content img{
max-width:100%;
height: 200px;
width:200px;
margin-left: 20px;
margin-right: 20px;
margin-top: 3px;
object-fit: cover;
}



@media (max-width:1024px ) and (min-width:700px){
    
.col2 {
    max-width: 70%;
    padding-bottom: 70px;
}

span.ui-button-text {
   font-size: 23px;
    margin: 7px;

}

#botonesletra{
    
    padding-top: 10px;
    margin-left: 2%;
    margin-bottom: 40px;
    font-size: 13px;
    letter-spacing: 7px;
}




}


@media (max-width:700px){
    
.col2 {
    max-width: 100%;
    padding-bottom: 70px;
    float: left;
    width: 100%;
}


.col2 h4 {
    color: #0D319D;
    margin-top: -11px;
}
.apellidos, .nombres {
    font-size: 16px;
}


span.ui-button-text {
    font-size: 17px;
    margin: 5px;
}


.textgen {
    font-size: 9px;
    color: #004280;
    margin-top: -8px;
}


#botonesletra{
    
    padding-top: 10px;
    margin-left: 2%;
    margin-bottom: 40px;
    font-size: 13px;
    letter-spacing: 7px;
}



#content img {
    max-width: 100%;
    height: 150px;
    width: 150px;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 3px;
    object-fit: cover;
}



#botonesletras {
    padding-top: 10px;
    margin-left: -1%;
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 5px;
    
}


}


