/* COLORES

ROJO -----> #EF2121 - rgb(239, 33, 33)
AZUL -----> #008CC6 - rgb(0,140,198)
GRIS -----> #808080
DORADO ---> #CCB77D - rgb(204,183,125)
VERDE ----> #326450 - rgb(50,100,80)
*/


/*BODY*/

* {
    box-sizing: border-box;
}

body {    
    font-family:tahoma;
    margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: rgb(240,240,240);
}

/*------------------Estilos base-------------------------*/
img{
    display: block;
    width: 100%;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

.container{
    width: 100%;
    margin: auto;
}

.container--flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.serv-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.column{
    width: 100%;
}


/*------------------Estilos del header--------------------*/
.main-heder{
    width: 100%;
}

.column--headerA{
    width: 75%;
    text-align: center;
}

.column--headerA1{
    width: 25%;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #808080;
}

.column--headerA2{
    width: 74%;
    text-align: center;   
    border-bottom: 2px solid rgb(239, 33, 33);
}

.serv-class{
    font-size: 0.55em;
    font-variant: small-caps;
    font-weight: 900;
    color:#808080;
}

.title-class{
    font-size: 0.6em;
    font-variant: small-caps;
    font-weight: 900;
    color:#008CC6;
}

.column--headerB{
    width: 25%;
    left: 20px;
    justify-content: center;
}

.logo-class{
    width: 50px;
    height: 50px;
    padding:5px;
}

/*------------------Estilos del menu----------------------*/

.main-nav{
    top: 0px;
    width: 100%;
    height: 50px;
    background: rgb(0,140,198);
    position: relative;
    z-index: 2000;
    padding: 10px;
}

.icon-menu{
    display: block;
    color: white;
    background: rgb(0,140,198);
    width: 25px;
    height: 25px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.menu{
    position: absolute;
    top: 0;
    left: 49px;
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    font-variant: small-caps;
    background: rgb(0,140,198);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
}

.menu__link{
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}

.menu__link:hover{
    background: rgb(239, 33, 33);
}
    
.menu__link--select{
    background: rgb(239, 33, 33);
}

.mostrar{
    height: 276px;
}

/*------------------Estilos del main----------------------*/
.main{
    position: relative;
    top: 10px;
    padding: 10px;
}

.main__title{
    font-size: 1.6em;
    text-align: center;
    color: rgb(0,140,198);
}

.main__subtitle{
    font-size: 1.2em;
    text-align: center;
    color: #808080;
}

.main__txt{
    font-size: 1.0em;
    text-align: justify;
    color: #808080;
}

.main__txt_tit{
    font-size: 1.0em;
    text-align: justify;
    color: #808080;
    font-weight: bold;
}

/*------------------Estilos del footer--------------------*/

.main-footer{
    position: relative;
    top: 10px;
    background: rgb(0,140,198);
    color: white;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8em
}

.footer__title{
    font-size: 0.8em;
    text-align: center;
    margin: auto;
    margin-top: 15px;    
}

.footer__txt{
    font-size: 0.7em;
    text-align: center;
    margin: auto;    
}

/*---------------Estilos responsive 480px-----------------*/
@media screen and (min-width:480px){
    
    .column--headerA{
        width: 85%;
    }
    
    .serv-class{
        font-size: 1.0em;
    }
    
    .column--headerB{
        width: 15%;
    }

    .title-class{
        font-size: 1.4em;
    }    

    .logo-class{
        width: 70px;
        height: 70px;
    }

    .column--50{
        width: 49%;
    }
    
    .footer__title{
        font-size: 0.9em;
    }
    
    .footer__txt{
        font-size: 0.85em;
    }
    
}

/*---------------Estilos responsive 768px-----------------*/
@media screen and (min-width:768px){
    
    .column--headerA{
        width: 89%;
    }
    .column--headerA1{
        width: 15%;
    }
    
    .column--headerA2{
        width: 83%;
    }
    
    .serv-class{
        font-size: 1.0em;
    }
    
    .column--headerB{
        width: 10%;
    }

    .title-class{
        font-size: 1.6em;
    }    

    .logo-class{
        width: 90px;
        height: 90px;
    }
    
    .footer__title{
        font-size: 0.9em;
    }
    
    .footer__txt{
        font-size: 0.8em;
    }
}

/*---------------Estilos responsive 1024px-----------------*/
@media screen and (min-width:1024px){
    
    .serv-class{
        font-size: 1.4em;
    }

    .title-class{
        font-size: 2.2em;
    }    

    .logo-class{
        width: 110px;
        height: 110px;
    }
    
    .footer__title{
        font-size: 1.2em;
    }
    
    .footer__txt{
        font-size: 1.1em;
    }
    
    .icon-menu{
        display: none;
    }
    
    .main-nav{
        top: 0px;
        height: 50px;
    }
    
    .menu{
        left: 0px;
        display: flex;
        font-size: 1.0em;
        width: auto;
        height: auto;
    }
}