﻿body, html {
  height: 100%;
  margin: 0;
}

/* TIPOGRAFIA PERSONALIZADA  */
.navbar {
	background-color: rgba(0,0,0,0.3);
}

ul li a {
	font-family: 'Arial', sans-serif;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

ul li a:hover {
	color: white;
}

#boxmenu{
	background-color: transparent;
}

#boxmenu:hover{
	background-color: #BDBDBD;
	border:0px solid brown;
    border-radius:22px;
    color: white;
}

#icon-menu {
  color: white; 
  text-decoration: none; 
  font-size: 30px;
}

h2 .text_center {
	font-family: 'Arial', sans-serif;
	text-align: center;
}

.fas.fa-bars {
	font-family: 'Arial', sans-serif;
  	color:green;
  	font-size: 36px;
}

.carousel-caption h1{
	font-family: 'Arial', sans-serif;
	color: #8A0868;
	text-shadow: 1px 1px #424242, -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242;
}

.carousel-caption p{
	font-family: 'Arial', sans-serif;
	color: white;
	text-shadow: 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}

.full-screen {
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
}

.container h2 {
	font-family: 'Arial', sans-serif;
	color: #585858;
}

.container2 {
	font-family: 'Arial', sans-serif;
	text-align: center;
}

.container2 h2 {
	font-family: 'Arial', sans-serif;
	color: #585858;
}

.marketing2 {
	text-align: center;
}

/*  ANIMACIÓN TEXTO CARRUSEL */
.fade-In {
	animation: fadeIn 2s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-In2 {
	animation: fadeIn 7s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
/*  FIN ANIMACIÓN CARRUSEL  */

.cuadro_ind {
	font-family: 'Arial', sans-serif;
	text-align: justify;
}

/*#col-lg-4 {
	border-width:1px;  
    border-style:ridge;
}   */

#colortext {
	color: white;
} 

#colortext:hover {
	color: grey;
} 

.titulo {
	color: green; 
	font-size: 24px;
	margin-left: 30px;
}

#text_banner{
	font-weight: bold; 
	font-size: 60px;
	font-family: arial !important;
	color: white;
}

@media screen and (max-width: 1100px){ 
	.titulo{
		font-size: 26px;
		margin-left: 5px;
	}

	#text_banner{
		font-weight: bold; 
		font-size: 32px;
	}
}

.container3 h2 {
	font-family: 'Arial', sans-serif;
	color: #585858;
}

.container3 {
	height: 100vh;
 	width: 100%;
  	text-align: center;
  	position: relative;
}

.header{
	margin: 0 auto;
}


.bg {  /* PARA IMAGEN DE FONDO FULLSCREEN */
  /* The image used */
  background-image: url("../../img/tel3.jpg");
  /* Full height */
  height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: 50% 50%;*/
  /*background-attachment: fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.bg2 {  /* PARA IMAGEN DE FONDO FULLSCREEN */
  /* The image used */
  background-image: url("../../img/10.jpg");
  /* Full height */
  height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: 50% 50%;*/
  /*background-attachment: fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.bg3 {  /* PARA IMAGEN DE FONDO FULLSCREEN */
  /* The image used */
  background-image: url("../../img/image1.jpg");
  /* Full height */
  height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: 50% 50%;*/
  /*background-attachment: fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

div .span-text {
  color: white;
  padding-top: 30%;
  text-align: center;
  font-size: 46px;
  font-family: "Arial", serif;
  font-weight: bold;
}

@media screen and (max-width: 1100px){ 
	div .span-text {
	  padding-top: 30%;
	  font-size: 30px;
	}
}

/*  IMAGEN ESTATICA AL HACER SCROLL  */

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}

section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}

section.module p:last-child {
  margin-bottom: 0;
}

section.module.content {
  padding: 40px 0;
}

section.module.parallax {
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 38px;
  line-height: 40px;
  padding-top: 200px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-1 {
  background-image: url("../../img/image4.jpg");
}

section.module.parallax-2 {
  background-image: url("../../img/11.jpg");
}

/*  FIN IMAGEN ESTATICA AL HACER SCROLL  */


#col-md-7 {  /* COLOR FONDO CUADRO CONTACTENOS */
	background-color: #CEECF5;
	padding-top: 20px;
}

#col-md-8 {  /* COLOR FONDO CUADRO CONTACTENOS */
  background-color: white;
  padding-top: 20px;
  margin-left: 0px;
  margin-bottom: 20px;
}

.contac1 {
  font-size: 18px;
  padding-left: 30px;
}

#colorcontacticon {
  color: #A9D0F5;
}

.hrcontacto {
  background-color: #A9D0F5;
}

/*  SOCIAL MEDIA */
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}