@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah&display=swap');*/
:root {
	--letra-uno: 1em;
	
	--nueve-nueve-dos: 0.8;
	--siete-seis-ocho: 0.6;
	--seis-ocho-cero: 0.55;
	--cinco-siete-seis: 0.5;
	--cinco-cero-cinco: 0.375;
	--cuatro-seis-dos: 0.3;
	--tres-seis-cero: 0.25;
}
html, body {
    height: 100%; /* Es importante para que la clase .seccion funcione bien */
    /*width: 100%;*/
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Gloria Hallelujah', cursive;*/
    color: #999;
    font-size: 1em;
}
.navbar {
    padding: .8rem;
}
.navbar-nav li {
    padding-right: 20px;
}
.nav-link {
    font-size: 1em !important;
}
.carousel-inner img {
    /*width: 100%;
    height: 100%;*/
}
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 500%;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #000;
}
.carousel-caption h3 {
    font-size: 200%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
}
.carousel-caption h4 {
    font-size: 150%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
}
.seccion { /* Se usa inicialmente en connect.php */
	width: 100%;
	min-height: 100%;
}
.seccion1 {
	background: no-repeat center center;
	background-size: cover; /* Para que cubra todo el espacio sin importar el tamaño */
	background-image: url('../images/Miradas-al-Avila-V-modificada5.png');
	background-color: white;
	min-height: 80%;
}
.seccionContacto {
	min-height: 70%;
}
.titulosPrincipales {
	color: rgba(0, 0, 0, 0.5);
}
.padding {
    padding-bottom: 2rem;
}
.welcome {
    width: 75%;
    margin: 0 auto;
    /*padding-top: 1rem;*/
}
.welcome hr {
    border-top: 2px solid red;
    width: 95;
}
.ficha {
    background: rgba(233, 236, 239, 0.6);
    border: 1px dotted rgba(128, 128, 128, 0.5);
    border-radius: 0.5em;
    /*min-height: 4em;*/
    /*padding-top: 0.9em;*/
    padding-left: 0.8em;
    padding-right: 0.8em;
    /*padding-bottom: 1.2em;*/
    margin-bottom: 1.4em;
    background: rgba(233, 236, 239, 0.5);
}
.fa-code {
    color:  #e54d26;
}
.fa-bold {
    color: #563d7c;
}
.fa-css3 {
    color: #2163af;
}
.fa-code, .fa-bold, .fa-css3 {
    font-size: 4em;
    margin: 1rem;
}
.col-lg-6 .btn-primary {
    background-color: #6648b1;
    border: 1px solid #6648b1;
}
.col-lg-6 .btn-primary:hover {
    background-color: #563d7c;
    border: 1px solid #563d7c;
}
.fun {
    width: 100%;
    margin-bottom: 2rem;
    background: #f7f7f7;
    color: darkslategray;
    border-bottom: 2px dotted gray;
}
.gif {
    max-width: 100%
}
.social-icon {
    /*font-size: 4.5em;*/
    font-size: 2.5em;
    padding: 3rem;
}
.fa-facebook, .texto-facebook {
    color: #3b5998;
}
.fa-twitter, .texto-twitter {
    color: #00aced;
}
.fa-google-plus-g {
    color: #dd4b39;
}
.fa-linkedin {
    color: #005a87;
}
.fa-instagram, .texto-instagram {
    color: #e06;
}
.fa-youtube {
    color: #bb0000;
}
.fa-facebook:hover {
    color: #d5d5d5;
	text-shadow: 2px 2px 4px #3b5998;
}
.fa-twitter:hover {
    color: #d5d5d5;
	text-shadow: 2px 2px 4px #00aced;
}
.fa-google-plus-g:hover {
    color: #d5d5d5;
	text-shadow: 2px 2px 4px #dd4b39;
}
.fa-linkedin:hover {
    color: #d5d5d5;
	text-shadow: 2px 2px 4px #005a87;
}
.fa-instagram:hover {
    color: #d5d5d5;
	text-shadow: 2px 2px 4px #e06;
}
.fa-youtube:hover {
    color: #d5d5d5;
	text-shadow: 2px 2px 4px #bb0000;
}
.oculto {
	display: none;
}
.separador {
	border-top: 1.5px dotted #ccc;
}
.negrilla {
	font-weight: bold;
}
footer {
	background-color: rgba(233,236,239,1);
	border-top: 2px dotted rgba(213,216,219,1);
	border-bottom: 2px dotted rgba(213,216,219,1);
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0.5em;
	outline-style: solid;
	outline-color: rgba(233,236,239,1);
	outline-width: 1em;

}
hr.light {
    /*border-top: 1px dotted #d5d5d5;
    /*width: 75%;*/
}
.copyleft {
  display:inline-block;
  transform: rotate(180deg);
}
.sangria {
	text-indent: 30px;
}
.lineaFinal {
    height: 4px; 
    /*background: #205bb5;*/
    /*background: #d5d5d5;*/
    background: #000003;
    opacity: 0.3;
}
.titulos {
	font-size: 1.9em;
}
.banner4, .banner6, .banner7, .banner9 {
	display: none;
}

/* Media Queries */
@media (max-width: 1204px) {
	.banner4 {
		display: inline;
	}
	.banner1 {
		display: none;
	}
	.banner5 {
		display: block;
	}
}
@media (max-width: 1140px) {
	.banner2 {
		display: none;
	}
	.banner6 {
		display: block;
	}
}
@media (max-width: 979px) {
	.banner3 {
		display: none;
	}
	.banner7 {
		display: block;
	}
}
@media (max-width: 872px) {
	.banner8 {
		display: none;
	}
	.banner9 {
		display: block;
	}
}
@media (max-width: 767px) {
    .banner4 {
    	display: none;
    }
    .banner8, .banner3, .banner2, .banner1 {
    	display: block;
    }
}
@media (max-width: 992px) {
    .social-icon {
    /*font-size: 4em;*/
    font-size: 1.6em;
    padding: 2rem; 
    }
    .titulos {
    	font-size: 1.7em;
    }
}
@media (max-width: 768px) {
    .carousel-caption {
        top: 45%;
    }
    .carousel-caption h1 {
        font-size: 350%;
    }
    .carousel-caption h3 {
        font-size: 140%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption h4 {
        font-size: 120%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption .btn {
        font-size: 95%;
        padding: 8px 14px;
    }
    .display-4 {
        font-size: 200%;
    }
    .titulos {
    	font-size: 1.5em;
    }
}
@media (max-width: 576px) {
	.seccion1 {
		min-height: 55%;
	}
    .carousel-caption {
        top: 40%;
    }
    .carousel-caption h1 {
        font-size: 250%;
    }
    .carousel-caption h3 {
        font-size: 110%;
    }
    .carousel-caption h4 {
        font-size: 90%;
    }
    .carousel-caption .btn {
        font-size: 90%;
        padding: 4px 8px;
    }
    .carousel-indicators {
        display: none;
    }
    .display-4 {
        font-size: 160%;
    }
    .margenSuperior1 h1 {
    	font-size: 1em;
    }
}
@media (max-width: 487px) {
    .titulos {
    	font-size: 1.2em;
    }
}
@media (max-width: 398px) {
    .titulos {
    	font-size: 1.0em;
    }
}
