@charset "utf-8";

/* CSS Document */
:root {
    --color1: rgb(219, 144, .5);
    --color2: rgb(23, 180, 83, .0788);
    --color3: rgb(11, 194, 211, .0623);
    --fondo: #f2f2f2;
    --titulos: 33px;
    --margenes: 60px;
    --espacios: 10px;
    --espacios-contenidos: 45px;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    list-style: none;
}

body {
    font-family: Verdana, 'Open Sans', sans-serif;
    color: rgba(7, 7, 7, 1);
    background-color: #fafafa;
}

header {
    width: 100%;
   
    border: 0px solid #000;
}

nav {
    width: 100%;
    position: fixed;
    background-color: #fafafa;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
}


/********************************E N C A B E Z A D O *******************************************************************/
.contenedor {
    width: 90%;
    max-width: 1280px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0px;
    border: 0px solid #000;
}

.contenedor-nav {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    overflow: hidden;
    border: 0px solid #000;
}

.logo {
    width: 25%;
    margin: auto;
}

.logo img {
    width: 70%;
}

.telefono {
    width: 25%;
    margin: auto;
    /* border:solid 1px #000; */
}

.telefono p {
    text-align: center;
    font-size: 14px;
    color: #151e6e;
}

.enlaces {
    width: 40%;
    position: relative;
    padding-right: 50px;
}

.menu_bar {
    display: none;
    margin: 0px;
    padding: 0px;
}

.menu-movil {
    display: none;
    margin: 0px;
    padding: 0px;
}

/******************************** AVISO *******************************************************************/
/* Cuerpo del Aviso*/

#article .titulo{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	color:#333;
	padding-top:80px;
	padding-bottom:20px;
	text-align:center;
	border:0px solid #000;
}
#article h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border:0px solid #000;
}

#article .textarea {
	width: 70%;
	height:auto;
	margin-left:15%;
	padding-bottom:2%;
	border:0px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
	}

.avisoLegal {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
}

/* Aqui inicia el estilo para footer*/

footer {
    background: #41B7FE;
    padding-bottom: 0.1px;
    color: #f2f2f2;
}
/* Mensaje cookies */
#div-cookies {
	width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #666;
    box-shadow: 0px -5px 15px gray;
    padding: 30px;
    text-align: center;
	color:#fff;
}
/* Aqui inicia el codigo para responsive design */
/* El video quedo en el minuto 45:40 */
.muestra{
    padding-top: 100px;
    text-align: center;
    font-size: 30px;

}