body{
  font-family: 'Catamaran';
  margin: 0;
}
p{
  font-family: 'Catamaran';
}
.a{
  color: #333;
}
.a:hover{
  color:#333;
  cursor: pointer;
}
.menu{
  font-weight: bold;
}
.redes{
	margin-top: -8em;

}
.botones_img:hover{
  -webkit-filter: brightness(1.2);
   cursor: pointer;
}
.sombra{
  -webkit-box-shadow: 1px 1px 15px 3px rgba(63,63,63,0.24) ;
  box-shadow: 1px 1px 15px 3px rgba(63,63,63,0.24) ;
}
.titulo{
	font-family: 'Catamaran';
	font-weight: bold;
	font-size: 2.2em;
	color: #23458D;
}
.titulo_blanco{
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	font-family: 'Catamaran';
}
.a1{
	font-family: 'Catamaran';
	font-weight: normal;
	font-size: 1.1em;
	color: #F2A115;
}
.a2{
	font-family: 'Catamaran';
	font-weight:bold;
	font-size: 1.2em;
	color: #68AA2D;
}
.a3{
	font-family: 'Catamaran';
	font-weight: normal;
	font-size: 1.1em;
	color: #23458D;
}
.a4{
	font-family: 'Catamaran';
	font-weight: bold;
	font-size: 1.2em;
	color: #02B1B1;
}
.hover:hover{
	cursor: pointer;
}

.menu_azul{
	background-color: #3060A6;
}
.letra_blanco{
	color: #fff;
}
.menu_gris{
	background: url("../img/fondo_n.png");
	background-repeat: repeat;
}
.grisobscuro{
/*  background-image: url(../img/torreon_fondo.png);*/
	background-color: #ECECF6;
}
.grisobscuro2{
/*  background-image: url(../img/torreon_fondo.png);*/
  background: linear-gradient(179deg, #FFFFFF 0%, #ECECF6 100%);
}
.torreon{
 background-image: url(../img/torreon_fondo.png);
 background-repeat: repeat; 
}
.torreon2{
 background-image: url(../img/fondo_logo5.png);
 background-repeat: repeat; 
}
.fondo2{
background: url("http://enjoycss.com/bg-img/custom/67521-hseo9i.png"), rgba(255,255,255,1);
  background-position: 50% 50%;
}

.fondo{
  background: rgba(255,255,255,1);
  border: 1px solid rgba(220,220,220,1);
}
.fondo_blanco{
  background: rgba(255,255,255,1);
  border: 1px solid rgba(220,220,220,1);
  padding: 10px;
}
.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 110%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;

}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
.footer{
  background-color: #514E54;
}
.footer2022{
  background: linear-gradient(0deg, #ECECF6 20%, #50A184 100%);
}
.fondo_iconos{
  background-image: url(../img/fondo_iconos.png);
  background-repeat: no-repeat;

}
.fondo_accesos{
  background-image: url(../img/fondo_iconos2.png);
  background-repeat: repeat;
 
}
.fondo_accesos2{
  background-image: url(../img/fondo_iconos3.png);
  background-repeat: repeat;
 
}

.modal3{
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  z-index: 200;
  position: absolute;
  top: 5em;
  left: 0;

  display: flex;
  animation: modal 2s 1s forwards;
  visibility: hidden;
  opacity: 0;
}
.contenido{
  margin: auto;
  width: 80%;
  height: 80%;

  border-radius: 10px;
}

#cerrar{
  display: none;

}

#cerrar + label{
  margin-top: 8em;
  position: fixed;
  color: #fff;
  font-size: 25px;
  z-index: 300;
  background: darkred;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  right: 20px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  animation: modal 2s 1s forwards;
  visibility: hidden;
  opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal3 {
  display: none;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/* unvisited link */
.a2:link {
  
}

/* visited link */
.a2:visited {
  
}

/* mouse over link */
.a2:hover {
 filter: blur(0.8px);
-webkit-filter: blur(0.8px);
}

/* selected link */
.a2:active {
  
}

/* unvisited link */
.a3:link {
  color: black;
}

/* visited link */
.a3:visited {
  color: black;
}

/* mouse over link */
.a3:hover {
 color: #808F8A;
}

/* selected link */
.a3:active {
  
}

.container2{
    width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

::-webkit-scrollbar {
    display: none;
}



/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{ 
  .container2{
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
{ 
  .container2{
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#video{
  width: 50%;
}
#facebook{
  width: 50%;
}
#twitter{
  width: 50%;
}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px)
{ 
  .container2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#video{
  width: 60%;
}
#facebook{
  width: 60%;
}
#twitter{
  width: 60%;
}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px)
{ 
  .container2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#video{
  width: 70%;
}
#facebook{
  width: 70%;
}
#twitter{
  width: 70%;
}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)
{ 
  .container2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#video{
  width: 80%;
}
#facebook{
  width: 80%;
}
#twitter{
  width: 80%;
}
}