
/*----------------------------------------------------Encabezado-----------------------------------------------------------------------------*/
.header1 {
  height: 100vh;
  background-image: url('../images/cea/cea2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header1::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* oscurece la imagen */
  z-index: 1;
}

.tucea {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  padding: 40px;
  color: white;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

#owl-demo .owl-item div{
  padding:5px;
}
#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

header {
  background-image: url("../images/cea/cea2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
  min-height: 100vh; /* Asegura que ocupe al menos toda la altura de la ventana */
  overflow: hidden;
  transition: all 0.35s ease;
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.589); /* Oscurece la imagen */
  z-index: 1;
}

header > * {
  position: relative;
  z-index: 2; /* Asegura que el contenido esté encima del overlay */
}

.tucea h2 {
  font-size: 45px;
margin-bottom:30px;
color: #ffffff;
}
.tucea h3 {
  font-size: 30px;
margin-bottom:30px;
color: #fff;
}
.tucea p {
margin-bottom:30px;
}
.tucea h2 span {
  color: orange;
}
.header-btn {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 42px;
  margin: 50px auto auto;
  text-align: center;
  width: 235px;
transition: all 0.35s ease 0s;
}
.header-btn:hover {
  border: 2px solid #ff6000;
  color: #ff6000;
text-decoration:none;
transition: all 0.35s ease 0s;
}

.blog-header::before {
  background:rgba(0, 0, 0, 0.73) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-header h1 {
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width:640px)
{
.tucea {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: block;
  float: none;
  font-size: 12px;
  margin: 150px auto;
  padding: 42px !important;
  text-align: center;
  width: 100%;
}
.tucea h2 {
  font-size: 24px;
}
.tucea h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.header1 {
  margin-top: -144px;
}
}
@media (max-width:480px)
{
.header {  
  height: 600px;    
}
.tucea {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: block;
  float: none;
  font-size: 12px;
  margin: 300px auto auto;
  padding: 42px !important;
  text-align: center;
  width: 100%;
}
.tucea h2 {
  font-size: 24px;
}
.tucea h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.header1 {
  margin-top: -144px;
}
}
@media (max-width:320px)
{
.tucea {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    float: none;
    font-size: 12px;
    margin: 300px auto auto;
    padding: 0px !important;
    text-align: center;
    width: 100%;
}
.tucea h2 {
    font-size: 24px;
}
.tucea h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.header1 {
  margin-top: -144px;
}
}
/*----------------------------------------------------Nuestra Historia-----------------------------------------------------------------------------*/
/* =============================== NUESTRA HISTORIA CSS =============================== */
#about {
  overflow: hidden;
  padding: 40px 0;
}

#about h2 {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

#about h2::before,
#about h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
}

#about h2::after {
  width: 50%;
  background: #ffa100;
  z-index: 2;
}

#about p {
  font-size: 16px;
  text-align: justify;
  padding-bottom: 10px;
}

.btn.btn-secondary {
  background-color: #000;
  color: #ffa100 !important;
  margin: 8px 4px;
  border: none;
}

.btn.btn-secondary:hover {
  background-color: #ffa100;
  color: #000 !important;
}

.about-img {
  width: 100%;
  max-width: 550px;
  margin: 20px auto;
  display: block;
}

/* Responsive ajustes para imagen y texto en móviles */
@media (max-width: 768px) {
  .about-img {
    max-width: 90%;
  }

  #about h2 {
    font-size: 1.8rem;
  }

  #about p {
    font-size: 15px;
  }
}
/*----------------------------------------------------MISION Y VISIÖN TAMBIEN INICIO-----------------------------------------------------------------------------*/

 .ceanos{
    text-align: center;
    width: 20vw;
    border: 3px solid rgba(0, 0, 0, 0.37);
    border-radius: 10px;
    margin: 50px auto 40px auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.637); 
    max-height: 992px;
    background: #ffffff7c;
  }
  .ceanos h3{
    margin: 10px auto 10px auto;
    font-size: 2.5vw;
    font-weight: 300;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #000;
  }
  .mvv{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px;
    font-family: 'Unbounded', cursive;
  }
  .mvv {
    color: black;
  }
  .mvv .card2{
    width: 400px;
    height: 700px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px 20px;
    text-align: center;
    transition: all 0.25s;
    background: #ffffff7c;
  }
  #filosofia{
    text-align: left;
  }
  
  .mvv .card2:hover{
    transform: translate(-15px);
    box-shadow: 0 20px 136px rgba(255, 255, 255, 0.671);
  }
  .mvv .card2 img{
    width: 220px;
    height: 220px;
  }
  .mvv .card2 h4{
    font-weight: 900;
  }
  .mvv .card2 p, ol{
    font-size: 110%;
  }
    .mvv .card2 li{
  list-style-position: inside
  }
  .mvv .card2 p{
    padding: 0 1rem;
    font-weight: 300;
  }
  .mvv .card2 a{
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
  }
  .imv{
    border: 8 solid rgb(255, 0, 0);
    margin: 40px 0px;
  }

/*-----------================================================================================== Nuestro tres Items ------------*/

/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #030f27;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fdbe33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}


  
/*-----------================================================================================== Equipo de trabajo ------------*/

.t-box {
  background: #fff none repeat scroll 0 0;
  color: #000;
  float: left;
  padding: 0 0 22px;
  text-align: center;
  width: 100%;
}
.timg > img {
  width: 100%;
}
.t-box .social-links {
padding:0px;
margin:20px 0 0 0px;  
}
.t-box .social-links > li {
  display: inline;
  font-size: 25px;
  padding: 8px;
}
.t-box .social-links a {
  color: #ffa100;
}
.t-box .social-links a:hover {
  color: #333;
}

.t-box .social-links {
  padding:0px;
  margin:20px 0 0 0px;  
  }
  .t-box .social-links > li {
      display: inline;
      font-size: 25px;
      padding: 8px;
  }
  .t-box .social-links a {
      color: #ffa100;
  }
  .t-box .social-links a:hover {
      color: #333;
  }
  
#footer .social-links {
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 35px 0 10px;
}
#footer .social-links li {
  display: inline-block;
  margin: 5px;
}
#footer .social-links a {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 1);
  display: block;
  font-size: 25px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  width: 50px;
}
#team {
  background: url("../img/header.jpg") no-repeat scroll center bottom / cover ;
   color: #fff;
   overflow: hidden;
 padding:100px 0 220px;
   transition: all 0.35s ease 0s;
}
.t-box {
   background: #fff none repeat scroll 0 0;
   color: #000;
   float: left;
   padding: 0 0 22px;
   text-align: center;
   width: 100%;
}
.timg > img {
   width: 100%;
}
.t-box .social-links {
padding:0px;
margin:20px 0 0 0px;  
}
.t-box .social-links > li {
   display: inline;
   font-size: 25px;
   padding: 8px;
}
.t-box .social-links a {
   color: #ffa100;
}
.t-box .social-links a:hover {
   color: #333;
}
.timg {
   position: relative;
   transition: all 0.35s ease 0s;
}
.timg:hover::after {
   background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.title {
  text-align: center;
padding-bottom: 70px;
position: relative;
}
.finald{
  margin-left: 15vw;
}

.title h2{
color: #ffa100;
}