
button{background-color: darkred !important;}
ul{    list-style-type: ;
}
.izq{
	text-align:left;
	margin: 1px 0 12px 0;
	
}
.centradovert{
	
	display: flex;
    justify-content: center;
    align-items: center;
	
}

.slider {

  height: 500px;
  position: relative;

}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(../images/009.jpg) no-repeat center;
      background-size: cover;
    animation:fade 18s infinite;
-webkit-animation:fade 18s infinite;

} 
.slide2 {
  background: url(../images/011.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 18s infinite;
-webkit-animation:fade2 18s infinite;
}
.slide3 {
    background:url(../images/0010.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 18s infinite;
-webkit-animation:fade3 18s infinite;
}
.slide4 {
    background:url(../images/004.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 18s infinite;
-webkit-animation:fade3 18s infinite;
}



@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}


.imagen_logo{
	
	width: 65px;
    position: relative;
    float: left;
    margin-left: 100px;
    margin-right: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
	
}

.cajamenu{
	
	position:fixed; width:95%; z-index:100;
}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: black; */
    /* opacity: 2.5; */
    z-index: 1;
    color: #fff;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

h1 { font-family: Snippet; font-size: 23px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 23px; } h3 { font-family: Snippet; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 23px; } p { font-family: Snippet; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; } blockquote { font-family: Snippet; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; } pre { font-family: Snippet; font-size: 11px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; }


.circulito{width: 200px;
    height: 200px;
    border-width: 5px;
    border-style: solid;
    border-color: lightgrey;}

	.espacio{
		padding:20px;
	}

.botoncito{
	
	  background-color: #BA3938; 
	    border: none;
 

  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius:5px;
  
	/* -webkit-box-shadow: 8px 8px 10px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 8px 8px 10px -5px rgba(0,0,0,0.5);
box-shadow: 8px 8px 10px -5px rgba(0,0,0,0.5);
   box-shadow: 0 1px 2px rgba(0,0,0,0.5s);*/
 
    transition: background-color 0.5s ease;
	

	
}	

.botoncito:hover{
background-color:#830406;
	}
	
	
	.logos{
	float:left; padding:50px;
		
	}
	
	@media only screen and (max-width: 600px) {
  .logos{
		width:90%; float:none; padding-bottom:50px; padding-left:0px; padding-top:0px; padding-right:0px;
		
	}
}
	
.letrasmenu{
	
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size:16px; margin-left:5px; font-style: normal; font-variant: normal; font-weight: 800; line-height: 20px; transition: 0.5s; color: white; line-height: 1px !important; padding-top: 25px !important;
	}
	
	.letrasmenu:hover{
	background-color: #fff; color:#fff;; border-bottom-style:solid; border-width:3px; border-color:#fff; border-radius:2px;
	}
	
	
	.trescolumnas{
    float: left;
    width: 33.3333%;
	height:300px;
    padding: 0px;
}
@media only screen and (max-width: 600px) {
  .trescolumnas{
		
		width:100%; float:left;
		
	}
}
	
	.columna {
    float: left;
    width: 50%;
    padding: 10px;
	
}
@media only screen and (max-width: 600px) {
  .columna{
		
		width:100%; float:left;
		
	}
}

.mosaico{
	 background-size: cover; background-repeat:no-repeat; width:100%; height:50%; float:left; border-radius:5px;
	}
	
	.mosaicotxt{width: 100%;
    height: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color:#fff;
	
    transition: background-color 0.5s ease;
	cursor:pointer;
	border-radius:5px;
	}
	
	.mosaicotxt:hover {
	background-color:#fff;
	color:#333

	}*/
	
	.col-cuatro_limpio{
		 width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    text-align: center;
    /* border-style: solid; */
    border-width: 1px;
    /* border-color: #fff; */
    border-radius: 0px;
    /* height: 300px; */
		}

.col-cuatro {
   width: 100%;
    /* float: left; */
    /* position: relative; */
    min-height: 1px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    height: 100vh;
  
}

@media (max-width: 600px){
.col-cuatro {
    width: 100%;
}

.imagentransparente{
	
    width: 100%;	
	
	}



.sombra{
	 -webkit-box-shadow: 8px 8px 10px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 8px 8px 10px -5px rgba(0,0,0,0.5);
box-shadow: 8px 8px 10px -5px rgba(0,0,0,0.5);
   box-shadow: 0 1px 2px rgba(0,0,0,0.5s);
	}
	
	

/*dweeeeeddddddddddddddddddddddddddddddddddddddddddddddd*/
.col-sm-3 {
    width: 20%;}
  
  
  .mosaico{
  border-style: solid;
  /*  padding:70px;*/
    border-radius: 0px;
    border-width: 0px;
    border-color: transparent;
	transition: transform .2s;	
	text-align-left;
	
	
  }
/*  .mosaico:hover {
  transform: scale(1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   background: #2a2f3e;
   background-color: #2a2f3e;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
   cursor:pointer;
   -webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.75);
}*/
  
  
  body {
    font: 400 15px Poppins, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
   background-image: url("img/bg.jpg");

    /*background-color: #2a2f3e;*/
    color: #fff;
    padding: 100px 25px;
    font-family: Poppins, sans-serif;
	margin-bottom: 2px;
  }
  
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #2a2f3e;
    font-size: 50px;
  }
  .logo {
    color: #2a2f3e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #2a2f3e;
  }
  .carousel-indicators li {
    border-color: #2a2f3e;
  }
  .carousel-indicators li.active {
    background-color: #2a2f3e;
  }
  
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #2a2f3e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #2a2f3e;
    background-color: #fff !important;
    color: #2a2f3e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #2a2f3e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #2a2f3e;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #2a2f3e;
    z-index: 9999;
    border: 1;
	border-bottom-color:#fff;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
   
	/*-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);*/

z-index: 5;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #2a2f3e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2a2f3e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  
  
	.textologo{width: 100%;
   /*  background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(9 9 121 / 25%) 35%, rgb(0 212 255 / 25%) 100%);*/
	margin-top: 0px;
    margin-bottom: 00px;
	z-index:1000;
	position:relative;
	text-align:Center;
	height:100vh;
	
	}
  
  .textologo p{
 
color: #fff;
    font-size:large;
   /* text-shadow: 4px 4px 20px #000;*/
    font-weight: bolder;
  }
  
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
	
	.col-sm-3 {
    width: 100%;}
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	
	
	
	.textologo{width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 0px;
	margin-top: 0px;
    margin-bottom: 0px;
	}
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  
.video-container {
 position: relative;
    top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
  z-index:-999;
  
 
}


.video-container-landing {
 position: relative;
    top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 80vh; 
  overflow: hidden;
  z-index:-999;
  
 
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.loguito{

      float: left;
    width: 45px;
    margin-top: 4px;
	
	
	
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #000;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.etiqueta {padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: darkgreen;
    border: 0;
	font-weight: bold;
	}


.carousel-indicators li{

color:#2a2f3e !important;
}


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

footer{
   
    background: #303030;
    height: auto;
    width: 100%;

    padding-top: 40px;
    color: #fff;}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: ;
    width: 100%;
    padding: 20px;
padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#fff;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #fff;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #fff;
}

.portada{
width:70%; height:400px; text-align:center; margin:auto;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}

.titulos{

letter-spacing: 4px;
        color: #fff;
    font-weight: bold;
}


.divide{
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    }


.divide{
    text-align: center;
    border-right-style: none;
    border-right-width: 0px;
    }


.portada{
width:70%; height:auto; text-align:center; margin:auto;
}
.ajusta{
height:90vh;

}

}

 

.col-sm-3 {
    width: 20%;}
  
  
  .mosaico{
  border-style: solid;
  /*  padding:70px;*/
    border-radius: 0px;
    border-width: 0px;
    border-color: transparent;
	transition: transform .2s;	
	text-align-left;
	
	
  }
/*  .mosaico:hover {
  transform: scale(1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   background: #2a2f3e;
   background-color: #2a2f3e;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
   cursor:pointer;
   -webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.75);
}*/
  
  
  body {
    font: 400 15px Ysabeau SC, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
   background-image: url("img/bg.jpg");

    /*background-color: #2a2f3e;*/
    color: #fff;
    padding: 100px 25px;
    font-family: Ysabeau SC, sans-serif;
	margin-bottom: 2px;
  }
  
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #2a2f3e;
    font-size: 50px;
  }
  .logo {
    color: #2a2f3e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 70%;
   
    margin-bottom: 10px;
	box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.75);
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #2a2f3e;
  }
  .carousel-indicators li {
    border-color: #2a2f3e;
  }
  .carousel-indicators li.active {
    background-color: #2a2f3e;
  }
 
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #2a2f3e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #2a2f3e;
    background-color: #fff !important;
    color: #2a2f3e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #2a2f3e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #2a2f3e;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #2a2f3e;
    z-index: 9999;
    border: 1;
	border-bottom-color:#fff;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
   
	/*-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);*/

z-index: 5;
  }

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
	line-height: 1.1;
  }
@media only screen and (max-width: 600px)  {
.navbar li a, .navbar .navbar-brand {
    
	line-height: 1.5;
  }
}
  
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #2a2f3e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2a2f3e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  
  
	.textologo{width: 100%;
   /*  background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(9 9 121 / 25%) 35%, rgb(0 212 255 / 25%) 100%);*/
	margin-top: 0px;
    margin-bottom: 00px;
	z-index:1000;
	position:relative;
	text-align:Center;
	height:100vh;
	
	}
  
  .textologo p{
 
color: #fff;
    font-size:large;
   /* text-shadow: 4px 4px 20px #000;*/
    font-weight: bolder;
  }
  
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
	
	.col-sm-3 {
    width: 100%;}
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	
	
	
	.textologo{width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 0px;
	margin-top: 0px;
    margin-bottom: 0px;
	}
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  
.video-container {
 position: relative;
    top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
  z-index:-999;
  
 
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.loguito{

      float: left;
    width: 45px;
    margin-top: 4px;
	
	
	
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #000;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.etiqueta {padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: darkgreen;
    border: 0;
	font-weight: bold;
	}


.carousel-indicators li{

color:#2a2f3e !important;
}

.librito{
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
width: 50%;

}

.letraGrande{font-weight: 500;
font-size:xxx-large;
    line-height: 1.1;
    font-family: 'Ysabeau SC';}

.letra{font-weight: 500;
font-size:xxx-large;
    line-height: 1.1;
    font-family: 'Ysabeau SC';
	
	font-size:18px !important;
	color: #fff;
   }
   
.letra a{color: #fff;}
   
.letrab{font-weight: 500;
font-size:xxx-large;
    line-height: 1.4;
    font-family: 'Nunito Sans';
	list-style:none;
	font-size:18px !important;
	color: #fff;
   }

.letrab a{color: #fff;}
.links{
	
	
	font-family: 'Nunito Sans';
	margin-top: 5%;
}

a, button, p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   
    font-weight: 500;
    line-height: 1.7;
	font-family: 'Nunito Sans';
	
	font-size:20px;
	}
	
	 
}

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

footer{
   
    background: #303030;
    height: auto;
    width: 100%;

    padding-top: 40px;
    color: #fff;}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: ;
    width: 100%;
    padding: 20px;
padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#fff;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #fff;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #fff;
}

.portada{
width:70%; height:400px; text-align:center; margin:auto;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}

.titulos{

letter-spacing: 4px;
        color: #fff;
    font-weight: bold;
}


.divide{
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    }



.divide{
    text-align: center;
    border-right-style: none;
    border-right-width: 0px;
    }


.portada{
width:70%; height:auto; text-align:center; margin:auto;
}
.ajusta{
height:90vh;

}



.sticky1{
    background: brown;
  
    
    padding-left: 10px;
    position: -webkit-sticky;
    position: sticky;
	width:50vw;
    top: 5px;
  }  
  
   @media (min-width: 768px) {
      .section {
       display: block;
      }
.section {
  display: flex;
}

.section:nth-child(odd) {
  flex-direction: row-reverse;
}

.section div {
  width: 95%;
  background-color:transparent;
}

.section div.text {
  padding: 60px;
 
}

div.full-image {
	height: 100vh;
  background-size: cover;
  background-position: center;
  
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}



div.image-2 {
 /* background-image: url(img/bg.jpg);
  linear-gradient(to bottom, rgba(245, 246, 252, 0.1), rgba(117, 19, 93, 0.1));
  color:#fff;*/
 background-color:transparent;
}


		
		.txtsegundaseccionleft{
		text-align: left;
    border-right-style:solid ;
    padding: 50px;
    color:#000;
	/* font-size:xx-large; */
		}
		
		.txtsegundaseccionleft2{
		text-align: left;
    border-left-style:solid ;
    padding: 50px;
    color:#000;
	/* font-size:xx-large; */
		}
		
		.txtsegundaseccionrigth{
		text-align: left;
    border-left-style: ;
    padding: 50px;
    color: gray;
	font-size:xx-large;
		}
		
		.txtsegundaseccionrigth b{
		font-size:36px;
		}
		
		
		
section {
  display: flex;
}

section:nth-child(odd) {
 /* flex-direction: row-reverse;*/
}

section div {
  width: 50%;
}

section div.text {
  padding-left: 60px;
    padding-right: 60px;
  
}

div.full-image {
	height: 100vh;
  background-size: cover;
  background-position: center;
  
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  border:0;
}

div.image-1 {
 /* background-image: url(img/city.jpg);
  linear-gradient(to bottom, rgba(245, 246, 252, 0.1), rgba(117, 19, 93, 0.1)),
  background-color:white;*/
 
}


div.image-3 {
  background-image: url(img/servicios-datos-personales-bkg.jpg);
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
  
  h2 {
    font-size: 32px;
  }
  
  header {
    height: 75vw;
  }
  
  section {
    display: block;
  }
  
  section div {
    width:  100%;
  }
  
  section div.text {
    padding: 30px;
  }
  
  div.full-image {
    height: 100vw;
  }
}
		
.linea1{
border-right-style: solid;
    border-right-width: 0.05px;
    border-right-color: #fff;}
	.linea2{
border-left-style: solid;
    border-left-width: 0.05px;
    border-left-color: #fff;}
		
		.center {
 
  display: flex;
  align-items: center;
  justify-content: center;}

.papiro{

margin-top:0px;
width: 90%;
}
		svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

  
  



.iconitoLeft{font-size: 120px;
    float: left;
    margin: 50px;}
	
.cajitaRight{
margin-bottom:400px; width:%; padding:100px;
}

h4{text-align:left;}





.h4servicio{
text-align: center;
margin:auto;
width:70%;

}
.setenta{width:70%}

.medioalto{
 flex: 0 0 50%;
        padding: 10px;
        text-align: center;

		margin-top:50px;
    padding: 50px;
    margin: 20px;
  
}

.logoNegro{width:50%; margin:auto;}

.social{margin:20px;}
.social img{ border-radius:10px; }

footer {
      background-color: #333;
      color: #fff;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .footer-column {
      width: 80%;
      max-width: 30%;
      margin: 20px;
	  padding: 50px;
    }
	
	

.medioalto{
 flex: 0 0 50%;
        padding: 10px;
        text-align: center;

		margin-top:50px;
    padding: 50px;
    margin: 20px;}	
	
	
.iconitoLeft{font-size: 120px;
    float: left;
    margin: 50px;}
	
.cajitaRight{
margin-bottom:400px; width:%; padding:100px;
}

h4{text-align:left;}

.h4servicio{
text-align: center;
margin:auto;
width:70%;

}
.setenta{width:70%}


.logoNegro{width:40%; margin:auto;}

.social{margin:20px;}
.social img{ border-radius:10px; }

footer {
      background-color: #333;
      color: #fff;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .footer-column {
      width: 80%;
      max-width: 30%;
      margin: 20px;
	  padding: 50px;
    }
    
.iconitoRight{font-size: 120px;
    float: right;
    margin: 50px;}
	
    @media (min-width: 768px) {
      .footer-column {
	  width: 30%;}
		
		
	  
.medioalto{
 flex: 0 0 0%;
        padding: 10px;
        text-align: 0;
		margin-top:0;
    padding: 0;
    margin: 0;}
	
	.footer-column {width: 30%;}
	  
	  
	  
.iconitoRight{font-size: 120px;float: right;margin:0px;}
	
	
	}
	
	
#a000{
padding:60px;border-top-style: none; width:60%;
}
@media only screen and (max-width: 600px) {
padding:20px;border-top-style: none; width:100%;

}





/* mierda */



	
.cajitaRight{
margin-bottom:400px; width:%; padding:100px;
}

h4{text-align:left;}

.h4servicio{
text-align: center;
margin:auto;
width:70%;

}
.setenta{width:70%}


.logoNegro{width:40%; margin:auto;}

.social{margin:20px;}
.social img{ border-radius:10px; }

footer {
      background-color: #333;
      color: #fff;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .footer-column {
      width: 80%;
      max-width: 30%;
      margin: 20px;
	  padding: 20px;
    }
    
.iconitoRight{font-size: 120px;
    float: right;
    margin: 50px;}
	
   
		
		
	  
.medioalto{
 flex: 0 0 0%;
        padding: 10px;
        text-align: 0;
		margin-top:0;
    padding: 0;
    margin: 0;}
	
	.footer-column {width: 30%;}
	  
	  
.iconitoRight{font-size: 120px;float: right;margin:0px;}
	
	
@media only screen and (max-width: 600px) {
.iconitoRight{font-size: 80px;float: right;margin:50px;}

}
	
	
#a000{
padding:60px;border-top-style: none; width:60%;
}
@media only screen and (max-width: 600px) {
#a000{padding:20px;border-top-style: none; width:100%;}

}


#txt000{
padding:60px;border-top-style: none; width:100%;
}
@media only screen and (max-width: 600px) {
#txt000{padding:20px;border-top-style: none; width:100%;}

}


h4{text-align:left;}
@media only screen and (max-width: 600px) {
h4{text-align:left; margin:0px;}

}


.iconitoLeft{font-size: 120px;
    float: left;
    margin: 50px;}
	
	@media only screen and (max-width: 600px) {
.iconitoLeft{font-size: 80px;
    float: left;
    margin: 50px;}
}


.papiro{width:90%; height:; text-align: center; margin:auto;}
@media only screen and (max-width: 600px) {
.papiro{width:100%; height:; text-align: center; margin:auto;}

}



section{margin-top:0px;}
@media only screen and (max-width: 600px) {
section{margin-top:100px;}

}

f000{margin-top:0px;}
@media only screen and (max-width: 600px) {
f000{padding:20px !important; width: 100%; margin: 20px !important;
}

}

.arregla
{margin-top:0px; width:60%;}
@media only screen and (max-width: 600px) {
.arregla
{padding:0px !important; width: 100%; padding: 20px !important;
}

}


.mosaicokk
{margin-top: 100px;
    margin-bottom: 50px;}
@media only screen and (max-width: 600px) {
.mosaicokk
{margin-top: 0px;
    margin-bottom: 0px;
}

}



@media only screen and (max-width: 600px) {
.footer-column 
{width: 100%; 
    max-width: 100%; 
    margin: auto; 
    padding: 0px; 
	text-align:center;
}
.footer-column p{text-align:left; margin:2px;}
}

.logopies{width:17%; margin:auto;  margin:20px;}


@media only screen and (max-width: 600px) {

.logopies{ margin:auto; width:50%; margin:10px;}



}



.ajustale{width: 80%;}


@media only screen and (max-width: 600px) {

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


}


.fit{
width:fit-content;
}


#myCarousel .container-fluid {
    padding: 60px 50px; 
  }
  
@media only screen and (max-width: 600px) {

#myCarousel .container-fluid { padding: 0px 0px;}


}

#myCarousel{height:500px;}

@media only screen and (max-width: 600px) {
#myCarousel{padding-bottom:50px; height:700px;}
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
	text-align:center;

  }

@media only screen and (max-width: 600px) {

.item h4 {  font-size: 19px;
text-align:center;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
	height:120px;
    margin: 20px 0;}


}

#a000b{padding:60px;}


@media only screen and (max-width: 600px) {
#a000b{padding:20px;}
}



#portfolio{padding:60px }

@media only screen and (max-width: 600px) {
#portfolio{padding:0px;}
}

@media only screen and (max-width: 600px) {
.librito{width:70%;}
}

.carita{
width:80px; border-radius: 5px; margin:auto;
}

.publicaionesalto{padding:60px;}

@media only screen and (max-width: 600px) {
.publicaionesalto{height:initial; padding:20px;height: fit-content;}
}

.tarjetaCto{
margin-top:20px;
}


#myBtn {
  display:none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
 
}

#myBtn:hover {
  background-color: #555;}
  
  
  
  
@media only screen and (max-width: 600px) {
.titulitos{margin-top:70px;}
}


.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 1;
  box-sizing: content-box;
  margin:auto;
}
.scroller {
  width: 5px;
  height: 13px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.cajamouse{
position: absolute;
    bottom: 0px;
    width: inherit;
    margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {

.cajamouse{
position: absolute;
    bottom: 0px;
    width: inherit;
    margin-bottom: 100px;
}
}


.rotatexto{
color:#fff; font-size:xx-large; font-weight:900;text-shadow: 4px 4px 17px rgba(0,0,0,0.6);
}

@media only screen and (max-width: 600px) {
.rotatexto{color:#fff; font-size:xx-large !important; font-weight:900;text-shadow: 4px 4px 17px rgba(0,0,0,0.6);}
}


hr{border-top: 1px solid gray;}


.dropbtn {
  background-color: #2a2f3e;
  color: white;
  padding: 16px;
 
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2a2f3e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  letter-spacing: normal;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #2a2f3e;}



@media only screen and (max-width: 600px) {
.dropdown-content {
    margin-left: 50px !important;
}}




@media only screen and (max-width: 600px) {
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}}


.br{display:none;}
@media only screen and (max-width: 600px) {
.br{display:block;}

}

.navbar a{
font-size:16px;
}

	
.telefono{display:block;}
.escritorio{display:none:}


@media only screen and (max-width: 600px) {
.telefono{display:block;}
.escritorio{display:none;}
}
}


@media only screen and (max-width: 600px) {
.dropdown-content {
    margin-left: 50px !important;
}}


@media only screen and (max-width: 600px) {
.itemMobile{
       margin-left: 20px;
    font-size: initial;
    letter-spacing: 1.1px;
    line-height: 1.5;
}}
