/* || GLOBALS ***** */

/*
@import url('https://fontlibrary.org//face/asimov');

@import url('https://fontlibrary.org//face/unna');
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Poppins:wght@700&family=Roboto:wght@900&display=swap');

:root {/* || Fonts colors variable */
	--body-text: black;
  --title-one: #2C3333;
	--title-two: #feb11c;
	--body-text2: #47484b;
 	--bg1: #F5F2E7; /* background-color */
	--marked-text: #314766;
	--shadow: #663300;
	--toggle: #212121;
	/* Fonts size */
	--header-1: 4.2rem;
	--header-2: 2.8rem;
	--header-3: 1.8rem;
	--body-size: 1.4rem;
	/* Fonts Family */
	--font-header: 'Poppins', 'sans-serif';
	/* --font-header: 'AsimovRegular', 'sans-serif'; */
	--font-body: 'Poppins', 'sans-serif';
	
}

	/* DARK THEME */
.dark-mode {
	--body-text: #f0f8ff;
	--bg1: #1f1f1f;
	--title-two: #04aa6d;
	--marked-text: #1a1919;
	--shadow: #1a1919;
	--toggle: #47484b;
}

* {
	 margin: 0;
	 padding: 0;
	 }

html {
box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}


body  {
	background-color: var(--bg1);
	font-family: var(--font-body);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

p {
	font-family: var(--font-body, serif);
	font-weight: 500;
	font-size: var(--body-size);
	line-height: 1.8;
}
/*
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
*/

h3, h4, h5, h6 {
	font-family: var(--font-header); 
	font-weight: 400;
}

h1 {
	font-size: var(--header-1);
	font-weight: 700;
	font-family: var(--font-header);
	line-height: 1.1em;
	text-decoration: none;
	color: var(--title-one);
}

@media screen and (max-width: 650px) {
  h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 650px) {
  h2 {
    font-size: 2rem !important;
  }
}

hr {
 background-color: var(--title-one);
    border: 0 none;
    height: 0.2px;
}


h2 {
	font-size: var(--header-2);
	font-weight: 600;
	font-family: var(--font-header);
	line-height: 1.1em;
	text-decoration: none;
	color: var(--title-two);
}

h2 a:hover {
	color: var(--bg1) !important;
	background-color: var(--marked-text);
}

h1 {
	color: var(--title-two);
	text-decoration: none;
}


h4, h5, h6 {
	color: var(--body-text2);
	text-decoration: none;
}

h3, body {
	text-decoration: none;
	color: var(--body-text);
}

h3 {
	font-size: var(--header-3);
}

/* || LOCALS **** */
/*
.content img {
	filter: grayscale(1);
}
*/

.ancho900 {
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.content {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div.header {
	background-color: var(--bg1);
	font-size: 2.2rem;
	font-weight: bold;
	font-family: var(--font-header, serif);
}

.archivo {
	font-family: var(--font-body, serif);
	font-weight: 400;
   	font-size: 1.1rem;
    	line-height: 1.9rem;
    	text-decoration: none;
	margin-left: auto;
}

.responsive {
  width: 100%;
  height: auto;
}
.paginacion {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: .8em;
}


/* Colores personalizados al seleccionar el texto */

::-moz-selection { /* Code for Firefox */
  color: var(--bg1);
  background: var(--marked-text);
}

::selection {
  color: var(--bg1);
  background: var(--marked-text);
}


.backtotop {
  --offset: 50px; 
  position: sticky;
  bottom: 5px;      
  margin-top: calc(100vh + var(--offset));
	/* visual styling
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  color: #fff;
  background: #000;
  border-radius: 100px;
  white-space: nowrap; */
	margin-left: calc(100vw - 80px) !important; 

}

.header-container {
	position: relative;
	text-align: center;
	color: white;
	font-size: 3vw;
}

.header-text {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}	

.header-container img {
	width: 100%;
	padding: 0;
}




/* MENU PRINCIPAL */

.menu li {
  	float: left;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--title-one);
  justify-content: space-around;
	
	}

.menu li a {
	display: block;
	color: #e5e8c7;
  	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	}

.menu li a:hover {
  background-color: #111;
}

.active {
  background-color: var(--body-text);
}
.menu {
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
}


@media screen and (max-width: 440px) {
  .menu {
	font-size: .7em;

    }
}

.menu {
  top: 0px;
}

.menu img {
	max-width: 35px;
	margin-bottom: -15px;
	position: relative;

}

/*
 
nav .main_pages {
    display: flex;
}
 
nav .main_pages a {
    display: flex;
    text-decoration: none;
}
 
*/
.menu {
	z-index: 9;
	position: relative;
}

label {
    display: none;
		
}

@media all and (max-width: 700px) {
    nav .main_pages {
        display: none;
				flex-direction: column;
    }
		
		label {
        display: flex;
        margin: 0 auto;
        font-size: 40px;
	color: white;
        cursor: pointer;

    }
}


label, #toggle
{
    display: none;

}
 
@media all and (max-width: 800px) {
    nav {
        height: 60px;
    }
    label {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        cursor: pointer;

    }
    #toggle:checked + .main_pages {
        display: flex;

    }
}

.text-blue {
	color: var(--marked-text);
}

.text-yellow {
	color: var(--title-two);
}
.card p {
	font-size: 1rem;
}

div {
	column-gap: 3%;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 45%;
  max-width: 45%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
	width: 100%;
  vertical-align: middle;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 700px) {
  .column, .col-1, .col-2 {
    flex: 100%;
    max-width: 100%;
  }
}

#servicios {
	text-align: center;
	text-decoration: underline;
}


footer, footer p {
	background-color: var(--title-one);
color: var(--bg1);
text-align: center;
font-size: 15px;

}

address {
	padding-bottom: 3rem;
}
.nosotros img {
	float: left;

}


.col-1 {
	width: 5%;
}

.col-2 {
	width: 90%;
}

.col-2 h3 {
	 margin: 0;
	 
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 45%;
  max-width: 45%;
  padding: 0 4px;
}

.col-1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 700px) {
  .col-1, .col-2 {
    flex: 100%;
    max-width: 100%;
  }
}

