/*
    Created on : jul 2020
    Author     : 
*/
/* hoja de estilos css */
* {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: /* ginebra optima  helvatica*/sans-serif;
}

body
{
max-width: 1500px;
/*height: 3000px;*/
margin:auto;

}

header
{
height:85px;
background-color: #02347a ;
/*background-image: linear-gradient(to bottom right, #02347a, #6b82b6, #4a67a8, #1b4792);*/

margin:auto;
position:fixed;
left:0;
top:0;
right:0;
}

/* logo 2185x735 div 11 */
#ima 
{
float: left;
margin-top:12px;
margin-left:20px;
width:190px;
height:58px;

}

/* menu */



#enca
{
float: left;
height:35%;
width: 55%;
margin-top:55px;
margin-left:5%;

}

.menu-icon{
    float: right;
    display:none;
    width: 20px;
}

.navega
{
clear:both;
height: 100%;
width: 100%;
display:flex;
flex-wrap: wrap;


}


.opcion
{
width: 23%;
margin-left:1%;
height: 100%;
display:flex;

}

.opcion a{ 
color:white;
text-decoration:none;
font-size: 16px;
font-weight: 700; 
padding-bottom: 4px;
width: 100%;
text-align: center;
}

.opcion a:hover
{
border-bottom: 4px solid #c31b3e;
border-left: 1px solid transparent;
border-top: 1px solid transparent;
}

/*---------------------------*/
#sec0
{
margin:110px auto 0px;
height:25%;

}

.prod1
{
width: auto;
height: 46%;
margin: 2px 0px;
display:flex;
}

.imagen{
    width: 20%;
    margin-left:3%;
transition: width 2s;
height:auto;
}

.imagen:hover
{
width: 300px;
}

.acdd /* imagen 1359 x 1080 div 3.5*/
{
max-width: 100%;
height: auto;

}

.prod9
{
width: 70%;
margin:0% 9%;
color:#02347a;
font-size: 27px;
letter-spacing: 1.25PX;
font-weight: 800;
text-align: center;
height: auto;
}


.desc
{
width: 100%;
height: 53%;
clear:both;
margin-top:3%;
padding:0% 4% 1% 0%;
color:#1b4792;
font-size: 23px;
font-weight:400;
text-align: justify;
}

.prod11
{
height:40px;
width: 190px;
display:inline-flex;
margin:auto 0px auto 53%;
background-color:  #19a8c0;
border-radius:6px 6px;
text-align: center;

}

.prod11:hover
{

box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
/*border-radius:0px;*/

}

.vea
{
color:white;
font-size: 16px;
font-weight: 600;
text-decoration:none;
margin:auto;

}

.lin
{
height:3px;
width: 60%;
background-color: #c31b3e;
margin-left:30%;
margin-top:10px;

}

/* SERVICIOS */

#sec1
{
height:58%;
margin:0px auto ;

}

.art
{
width: auto;
height:23%;
margin-top: 10px;
display:flex;

}

.pp
{
height:95%;
width: 50%;
float: left;
color:#02347a;
text-align:center;
font-size: 27px;
letter-spacing: 1.25PX;
font-weight: 800;
margin:0% 9%;

}

.pp1
{
height:70%;	
font-size: 23px;
color:  #1b4792;
text-align: justify;
margin-top:5%;
font-weight: 400;

}

.imgser{
height: auto; 
width: 20%;
margin-right:10%;
max-width: 100%;

}


.lin2
{
height:3px;
width: 60%;
margin-top:10px;
margin-bottom: 12px;
background-color: #c31b3e;
    
}

/* contacto*/
aside
{
height:10%;
width: 45%;
clear:both;
margin: 4% auto;

}

form
{
width: auto;
height: 100%;

}

#conta{
font-size: 25px;
text-align : center;	
font-weight: 600;
color:#c4982a;
}

.entrada  
{
width: 90%; 
height: 8%;
padding: .3%;
margin: .3% 3%;  
font-size: 16px;
border:1px solid #48027a;
border-radius:7px;
color: #48027a;
}

textArea
{
height: 40%;
width: 90%;
margin: .3% 3%;
min-height: 100px;
max-height: 200px;
max-width: 100%;
min-width: 60%; 
padding: .3%;
border:1px solid #48027a;
border-radius:7px;
font-size: 16px;
resize: none;
} 

.enviar
{
width: 20%;
height: 10%;
border: none;
color:white;
background-color:  #1293a7;
font-size: 18px;
margin: 3% 0% 0% 40%;
border-radius:7px;
font-weight: 600;
}

.enviar:hover
{
cursor: pointer;
background-color: #48027a; 
color:white;
}

/* pie*/
footer
{
height: .8%;
background-color: #1293a7;
width:auto;
margin-top: 1%;
    
}

#pie
{
text-align : center;
font-size: 12px;
color: white;
padding: .5% 0%;
}

@media screen and (min-width : 620px) and (max-width:1023px)
{
/* 767 es ya una tablet */
body{

}

/* logo 2185x735 div 15 */
#ima 
{
width:145px;
height:49px;
}

#enca
{
width: 60%;

}

.opcion a
{
font-size: 13px;   

}


.prod9
{
margin:0% 4%;
letter-spacing: .50PX;
font-size:22px;
}

.desc
{
font-size:18px;
}

.prod11
{
width: 200px;
margin-left:53%;

}

.pp
{
font-size: 22px;
}

.pp1
{	
font-size: 18px;
letter-spacing: .50PX;
}

}

/*--------------------------------------------------------------------*/
@media screen and (max-width:619px)
/* (orientation: landscape) */
{
   
body
{
/*height:3000px;*/
width:auto;
margin:auto;
}

header
{
background-color:#02347a;
height:50px;
}


 /* menu */
#ima 
{
margin-left:8px;
margin-top:10px;
width:90px;
height:40px;

}

#enca
{
height: auto;
margin: 50PX 0px 0px 0px;
width: 55%;
padding:0px;

}

.menu-icon{
display:inline-block;
width: 7%;
padding-top:25px;

}

.navega
{
height:250px;
margin-top:1px;
flex-direction: column;
display:none;
}

.navega.show{
display:inline-block;
width: auto;   
    
}

.opcion
{
height:24%;
width: 100%;
background-color:#02707a;

}
          
.opcion a
{
font-size: 12px;   
align-content: center;
padding: 25px;
}

.opcion a:hover
{
background-color: #1293a7;
border-style: none;
border-color:transparent;
}   

/*------*/
#sec0
{
margin-top:70px;
height:25%;
width: auto;
}

.prod1
{
width: auto;
display:block;
}


.prod9
{
font-size:19px;
letter-spacing: 1.10PX;
margin:0% 5%;
width: auto;
display:block;
}

.desc
{
font-size:15px;
letter-spacing: 1.25PX;
text-align:justify;
margin:0;
padding:0;
}

.prod11
{
width: 150px;
margin: 4% 30% 0px ;

}

.vea
{
padding-left: 6px;
font-size: 12px;
}


/* servicios */

#sec1
{
height:50%;

}

.art
{
width: auto;
height:23%;
margin-top: 15px;
flex-direction: column;

}

.pp
{
font-size: 19px;
width: auto;
letter-spacing: 1.10PX;

}

.pp1
{
font-size: 15px;
letter-spacing: 1.25PX;
text-align: left;
}

.imgser{
display:none;
}

/* envia correo*/

aside
{
width: auto;
margin-top:7%;
    
}

#conta{
font-size: 16px;
}

.entrada
{
font-size: 12px;  
}

textArea
{
font-size: 12px;
min-height: 40%;
max-height: 80%;

} 

.enviar
{
font-size: 12px;
}

#pie
{
font-size: 11px;
padding: 2% 0%;
}

}