*{
  padding:  0 0;
  margin: 0 0;
}
body {
    background: #fbfbfb;
  }
  a,p,span,li,label{
    font-family: 'Inter', sans-serif;
  }
  /* -------navbar------ */
 /* Ponemos un color de fondo y redondeamos las esquinas del thumb */

/* backscroll */
body p:not(:last-child) {
  margin-bottom: 1rem;
}

/* Tamaño del scroll */
body::-webkit-scrollbar {
  width: 8px;
  height: 80vh !important;
}

/* Estilos barra (thumb) de scroll */
body::-webkit-scrollbar-thumb {
  background: #e40017!important;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border: 1px solid #cecece;
}

body::-webkit-scrollbar-thumb:active {
  background-color: #9a1c1c;
}

body::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
  background: transparent;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #f8f8f8 url("../images/preloader.jpg") no-repeat center center;
}

@media (max-width:768px){
  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f8f8f8;
    background: #f8f8f8 url("../images/preloader.jpg") no-repeat center center no-repeat center center;
  }
}
@media (max-width:450px){
  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f8f8f8;
    background: #f8f8f8 url("../images/preloader.jpg") no-repeat center center no-repeat center center;
  }
}
body {
  overflow: auto;
  overflow-x: hidden;
}
/* slide */

.slick-slide {
  margin: 10px 10px;
} /* ancho de slide */

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* -------------------------------------------------------
                 header 
----------------------------------------------------------*/
.slider {
  position: relative;
  margin-top: -20px;
}

.slider img {
  width: 100%;
}

#carousel-slider {
  position: relative;
}

.slider #carousel-slider .carousel-indicators {
  bottom: -40px;
}

.slider #carousel-slider .carousel-indicators li {
  border: 1px solid#006AA9;
}

#carousel-slider a i {
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #65aaf0;

  color: rgb(231, 119, 119);
}

.slider #carousel-slider a i:hover {
  background: #90909076;
  color: #fff;
}
.img-lo img {
  width: 35%;
}
.slider #carousel-slider .carousel-control {
  width: inherit;
}

.slider #carousel-slider .carousel-control.left i {
  left: 50px;
  top: calc(50% - 50px);
}

.slider #carousel-slider .carousel-control.right i {
  right: 50px;
  top: calc(50% - 50px);
}

.slider .carousel-caption {
  position: absolute;
  right: 15%;
  top: calc(40% - 150px);
  font-size: 40px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}

.slider .carousel-caption h2 {
  font-size: 60px;
  color: #fff;
}

.slider .carousel-caption h2 span {
  font-size: 60px;
  color: #fff;
}

.slider .carousel-caption p {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
}

@media (max-width: 767px) {
  .slider .carousel-caption {
    font-size: 18px;
  }
  .slider .carousel-caption h2,
  .carousel-caption h2 span,
  .carousel-caption p {
    font-size: 18px;
  }
  .slider .img-lo img {
    width: 65%;
  }
}
@media (max-width: 596px) {
  .img-responsive img {
    height: 100vh;
  }
  .slider .img-responsive,
  .slider .thumbnail > img,
  .slider .thumbnail a > img,
  .slider .carousel-inner > .item > img,
  .slider .carousel-inner > .item > a > img {
    width: 100%;
    object-fit: none;
    height: 100vh;
  }
  .slider .carousel-control {
    margin-top: 300px;
  }
}
.slider .carousel-control {
  margin-top: 100px;
}
.slider .img-responsive,
.slider .thumbnail > img,
.slider .thumbnail a > img,
.slider .carousel-inner > .item > img,
.slider .carousel-inner > .item > a > img {
  width: 100%;

  height: 100vh;
}
/* ----------------------------------
 --------------- pop up----------
 -------------------------------- */
 .header-carrusel .carousel-item{
  height: 80vh;

}
.header-carrusel .carousel-item .d-blockv{
  object-fit: cover;
  width: 100%;
  height: 80vh;
}
.header-carrusel .carousel-caption img{
  margin-top: -450px;
  width: 40%!important;
  filter: drop-shadow(0 0 40px #3487B7);
  -webkit-filter: drop-shadow(0 0 40px #3487B7);
}
.header-carrusel .carousel-caption h2{
  margin-top: -270px;
  font-size: 60px;
  font-family: 'Poppins', sans-serif!important; 
}
.header-carrusel .carousel-caption a{
  font-size: 25px;
  margin: 2px;
  font-family: 'Poppins', sans-serif!important; 
}
@media(max-width:576px){
  .header-carrusel .carousel-caption img{
      margin-bottom:150px!important;
    width: 80%!important;
  }
  .header-carrusel .carousel-caption h2{
    margin-top: -340px;
    font-size: 30px;

  }
  .header-carrusel .carousel-caption a{
    font-size: 20px;

  }
}
 
 /*  */
 #header .nav{
  position: absolute;
  right: 30px;
}
@media(max-width:762px){
  #header .nav{
    position: absolute;
    right: 55px;
}
}
#header .nav > li {
float: right;
}

#header .nav li a {
color: rgb(25, 25, 25);
text-decoration: none;
display: block;
}

#header .nav li ul {
        display: none;
        position: absolute;
        min-width: 140px;
        background: #006AA9;
        right: 10px;
        padding: 5px;
        border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -ms-border-radius: 0px 0px 5px 5px;
        -o-border-radius: 0px 0px 5px 5px;
        box-shadow: 1px 1px 3px #2525255f;
        z-index: 55;
        margin-top: 1px;
}
#header .nav li ul li {
  color: white!important;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
}
#header .nav li ul li:hover {
 color: white!important;
  background:  #3a393993;
 
}

#header .nav li:hover > ul {
display: block;
}

#header .nav li ul li {
position: relative;
}

#header .nav li ul li ul {
position: absolute;
}

#header .pulse:hover,
#header .pulse:focus {
          -webkit-animation:pulse 0.7s;
          animation:pulse 0.7s;
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
#header .pulse {
    --colorr: #006AA9;
    --hoverr: #3caddd;
  }
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hoverr);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hoverr);
  }
}
#header .btn-carrito {
  margin-right: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 100%;
}
#header .btn-carrito:hover {
  background: #55acee28;
}
#header .navbar-nav{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row!important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: #f8f8f8;
  
}
#header .navbar-dark .navbar-nav .nav-link {
  color: rgb(48, 48, 48);
}
#header .navbar .eco {
  color: #006AA9;
  font-size: 24px;
}
/*  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: rgb(52, 58, 64) !important;
    
}  */

#header .n .nav-item a:hover {
  color: #f2f2f2 !important;
  border-radius: 5px;
  background: #006AA9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#header .nav-item a {
  color: #fff;
  
}
#header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .0rem;
    padding-left: .0rem; 
    font-family: 'hel'!important;
    font-weight: bold;
    font-size: 14px;
}
#header .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(46, 43, 43);
}

#header .navbar-light .navbar-nav .nav-link,
.nav-link {
  color: rgb(35, 35, 35);
  font-size: 12px;
  font-weight: bold;
}

 .list-unstyled li{
  padding-left: 0;
  list-style: none;
}

#header {
  background:  #f7f7f7;
  padding: 10px 0 ;
  height: 60px;  
}
#header #logo {
  float: left;
  margin-top: -4px;
  list-style: none;
}
#header #logo img {
  
  max-height: 45px;
}
@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header #logo  {
  margin-top: -13px;
  height: 48px;
  }

}

.is-sticky #header {
  background: #ffffff;
  box-shadow: 1px 1px 3px #25252562;
  position: fixed;
}
@media(min-width:770px){
.ocultar-pc{
  display: none;
}
}
@media(max-width:770px){
  .ocultar-mv{
    display: none;
  }
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
margin: 0;
padding: 0;
list-style: none;

}

.nav-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}

.nav-menu li {
position: relative;
white-space: nowrap;
}

.nav-menu>li {
float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
display: block;
}

.nav-menu ul ul {
top: 0;
left: 100%;
}

.nav-menu ul li {
min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
content: "\f107";
position: absolute;
right: 15px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
float: right;
margin: 5px 0;
}

@media (max-width: 768px) {
#nav-menu-container {
display: none;
}
.boton-acceso{

margin-left:auto;
padding: 0px 0px 0px 0px;


width:100%;
}
.iz-cur{
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
-ms-border-radius: 0px!important;
-o-border-radius: 0px!important;
}
.der-cur{
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
-ms-border-radius: 0px!important;
-o-border-radius: 0px!important;
}
.boton-acceso:hover{
background: var(--azul);
border-style:none;

padding: 0px 0px 0px 0px;


}
}

/* Nav Meu Styling */
.nav-menu a {
padding: 10px 15px;
text-decoration: none;
display: inline-block;
color: white; 
font-weight: 300;
font-size: 17px;
outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover>a,
.nav-menu .menu-active>a {
color: #5d5d5d;
}

.nav-menu ul {
margin: 4px 0 0 15px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
background: #fff;
border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
border-top: 0;
}

.nav-menu ul li:hover {
background: #f6f6f6;
}

.nav-menu ul li a {
color: #333;
}

.nav-menu ul ul {
margin: 0;
}

.boton-acceso{
background: inherit;
          border: none;
          transition: all ease .8s;
          -webkit-transition: all ease .8s;
          -moz-transition: all ease .8s;
          -ms-transition: all ease .8s;
          -o-transition: all ease .8s;
          margin-left:5px;
}
.boton-acceso a{
color: white;
}
.boton-acceso a:hover{
color: aliceblue;
}
.boton-acceso:hover{
box-shadow: inset  0 0 0 70px  var(--Total);

border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}


/* Mobile Nav Toggle */
#mobile-nav-toggle {
position: fixed!important;
right: 0;
top: 0;
z-index: 999;
margin: 15px 15px 0 0;
border: 0;
background: none;
font-size: 24px;
display: none;
-webkit-transition: all 0.4s;
transition: all 0.4s;
outline: none;
}

#mobile-nav-toggle i {
color: #006FAF;
}

@media (max-width: 768px) {
#mobile-nav-toggle {
display: inline;
}
}

/* Mobile Nav Styling */
#mobile-nav {
position: fixed;
top: 0;
padding-top: 18px;
bottom: 0;
z-index: 998;
background: rgba(0, 0, 0, 0.626);
left: -260px;
width: 260px;
overflow-y: auto;
-webkit-transition: 0.4s;
transition: 0.4s;
}

#mobile-nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#mobile-nav ul li {
position: relative;
}

#mobile-nav ul li a {
color: #fff;
font-size: 22px;
overflow: hidden;
padding: 10px 22px 10px 15px;
position: relative;
text-decoration: none;
width: 100%;
display: block;
outline: none;

}

#mobile-nav ul li a:hover {
color: #fff;
background: #006AA9;
}
#mobile-nav ul li .active {
color: #fff;
background: #006AA9;
}

#mobile-nav ul li li {
padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
position: absolute;
right: 0;
z-index: 99;
padding: 15px;
cursor: pointer;
color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
color: var(--azul);
}

#mobile-nav ul .menu-item-active {
color: var(--azul);
}

#mobile-body-overly {
width: 100%;
height: 100%;
z-index: 997;
top: 0;
left: 0;
position: fixed;
background: rgba(0, 0, 0, 0.6);
display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
color: #fff;
}

  /* -------descripcion nosotros------ */
  
.container-portada{
  display: table;
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../images/portada-principal.jpg);
  background-size: 100%;
  /*clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  */animation: movimiento 8s infinite linear alternate;
  -webkit-animation: movimiento 17s infinite linear alternate;
}
.container-portada .imagen img{
  margin-top: 150px;
  width: 50%;
} 
.container-portada .text h1{
  color: black;
}

@media (max-width:768px){

}
@media (max-width:572px){
  .container-portada{
    height: 70vh!important;
  }
  .container-portada .imagen img{
    margin-top: 150px;
    width: 80%;
  } 
  /* .frase{
    width: 100%;
    height:70vh;
    text-align: center;
  }
  .frase h1{
   padding: 0px 10px;
    font-size: 35px;
    margin-top: 120px;
      
  }
  .btn-rapidos{
   background: #923b62;
  } */
}
/* @media (max-width:429px){
  .btn-rapidos .btn-acc{
   margin-top: 50px;
   }
}
@media (max-width:322px){
  
}
 */

@keyframes movimiento{
  from{
      background-position: bottom left;
  }to{
      background-position: top right;
  }
}
@media (max-width: 760px) {
  .container-portada{
    background-size: 250%;
    animation: movimiento 17s infinite linear alternate;
    -webkit-animation: movimiento 17s infinite linear alternate;
}

 
}



.capa-gradient{
  width: 100%;
  height: 100%;
  position: absolute;
  background: #314755;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #26a0da, #314755);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #26a0da, #314755); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.6;
}

.container-details{
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: auto;
}


.details{
  width: 100%;
  max-width: 500px;
  position: relative;
  top: 20px;
  color: white;
}
/* ------Quienes somos---- */
.about{
  margin-top: 100px;
  margin-bottom: 100px;
  }
  .about .col-md-6{
    text-align:center;
  }
  .about h2{
   color:#e40017;
   text-align: right;
   font-size: 45px;
  }
  
  .about p{
    color:var(--parrafos-c);
    text-align: right;
    font-size: 20px;
    
   }
  .about .imagen{
    position: absolute;
    left: 0;
  }
  .about .imagen img{
    object-fit: cover;
  width:110%;
  height: 350px;
  border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
}
.about .texto-about{
  margin-top: 35px;
  padding: 15px;
  background: #fafafa;
  border-radius: 10px ;
  -webkit-border-radius: 10px ;
  -moz-border-radius: 10px ;
  -ms-border-radius: 10px ;
  -o-border-radius: 10px ;
}
  
  @media (max-width:768px){
    .about{
      margin-top: 100px;
      margin-bottom: 20px;
      }
     .about  p{
       padding:0px 10px 0px 0px;
       font-size:15px;
     }
     .about  h2{
      padding:0px 10px 0px 0px;
      font-size: 30px;
    }
    .about .texto-about{
      margin-top: 20px;
      padding: 10px;

      text-align: justify;
    }
    .about .imagen img{
      -webkit-filter: blur(1px);
      filter: blur(1px);
}
.about .imagen img{
  object-fit: cover;
width:80%;
height: 400px;

}

  }










  
/* team */

.team-card h5{
 padding: 5px;
 text-align: center;
 color: #7AC6F0;
}
.team-card p{
  padding: 5px;
  text-align: justify;
  
 }
 .team-card img{
   object-fit: cover;
   height: 250px;
 }
 .team .card{
  
  text-decoration: none;
  box-shadow: 0 0px 0px 0 rgb(79 188  178 / 16%), 0 0px 00px 0 rgb(79 188  178 / 15%), 0px 1px 11px 0px rgb(79 188  178 / 12%);

}
.team .card:hover{
  box-shadow: 0 4px 6px 0 rgb(79 188  178 / 16%), 0 1px 20px 0 rgb(79 188  178 / 15%), 0px 1px 11px 0px rgb(79 188  178 / 12%);

  
}





/* ---------services---------*/

.services .tit h1{
  color: #e40017;
}

.profile-card-4 {
  
  background-color: #FFF;
  border-radius: 25px;
  box-shadow: 0px 0px 2px #e40017;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
}

.profile-card-4 img {
  transition: all 0.25s linear;
  width: 100%;
  -webkit-filter: brightness(50%);
filter: brightness(50%);
}

.profile-card-4 .profile-content {
  position: relative;
  padding: 15px;
  background-color: #FFF;
}

.profile-card-4 .profile-name {
  font-weight: bold;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -70px;
  color: #FFF;
}
.profile-card-4 .profile-name h2{
  color: whitesmoke;
  font-weight: 700;
}

.profile-card-4 .profile-name p {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
  color: #777;
  font-size: 15px;
  padding: 10px;
}

.profile-card-4 .profile-overview {
  padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
  font-size: 10px;
  font-weight: 600;
  color: #777;
}

.profile-card-4 .profile-overview h4 {
  color: #273751;
  font-weight: bold;
}

.profile-card-4 .profile-content::before {
  content: "";
  position: absolute;
  height: 20px;
  top: -10px;
  left: 0px;
  right: 0px;
  background-color: #FFF;
  z-index: 0;
  transform: skewY(3deg);
}

.profile-card-4:hover img {
  filter: brightness(110%);
  transform: scale(1.1);
}

/*---------End Services-------*/



/*---------Social--------*/
.map{
  padding: 50px 0 0 0;
}
.map iframe{
  border-radius: 20px;
}

.social .container .col-md-3 .card{
  text-align: center;
  width: 100%;
  height: 180px;
  border: 1px solid #960303;
  border-radius: 20px;
}
.social .container .col-md-3 a{
  text-decoration: none;
  color: #960303;
  transition: .6s;
}
.social .container .facebook a:hover .card{
 background-color: #3b5999;
 color: white;
 transition: .6s;
 border: none;
}
.social .container .instagram a:hover .card{
  background-color: #e4405f;
  color: white;
  transition: .6s;
  border: none;
 }
 .social .container .whatsapp a:hover .card{
  background-color: #25D366;
  color: white;
  transition: .6s;
  border: none;
 }

 .social .container .envelope a:hover .card{
  background-color: #3f3f44;
  color: white;
  transition: .6s;
  border: none;
 }
.social .container .col-md-3 .card i{
  padding: 62px 0 0 0;
  font-size: 50px;
}



@media (max-width:768px){
  .social .container .col-md-3 .card{
    margin: 20px 0 0 0;
  }  

}

/*------------End Social----------*/






  /* noticias inicio  */
  .noticias .not1 .not img {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 13px;
    padding-bottom: 10px;
  }
  .noticia-individual {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .noticia-individual .not1 p {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--parrafos-c);
  }
  .noticia-individual .not1 h4 {
    padding-top: 10px;
    color: #006AA9;
  }
  .noticia-individual .not1 h3 {
    color: #006AA9;
  }
  .objetfit1 > img {
    width: 100%;
    height: 200px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .noticia-espacio {
    margin-bottom: 40px;
  }
.not2 {
  background: #ffffff;
  color: rgb(44, 44, 44);
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #d1d1d1;
}
.not2 img {
  width: 100%;
  height: 150px;
}
.not2 .not-in {
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
}
.not2 a {
  color: #333;
  text-decoration: none;
}
.not2 .not-in:hover {
  background: #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 596px) {
  .objetfit > img {
    width: 100%;
    height: 200px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .objetfit1 > img {
    width: 100%;
    height: 130px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .der-not h3 {
    margin: 0 0;
    font-size: 15px;
  }
  .der-not p {
    font-size: 12px;
  }
  .flex-switch {
    display: flex;
    flex-direction: column-reverse;
  }
  .not2 {
    border: 1px solid #ffffff;
  }
}
@media (max-width: 576px) {
  .objetfit1 > img {
    width: 100%;
    height: 180px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .not3 p {
    font-size: 13px;
  }
}
@media (max-width: 368px) {
  .objetfit1 > img {
    width: 100%;
    height: 180px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .not3 p {
    font-size: 10px;
  }
}
.noticias .not1 .not img {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 13px;
  padding-bottom: 10px;
  padding-left: 20px;
}

@media (max-width: 600px) {
  .noticias .not1 .not img {
    padding-top: 20px;
    text-align: center;
    width: 200px;


  }

}

@media (max-width: 400px) {
  .noticias .not1 .not img {
    padding-top: 20px;
    text-align: center;
    width: 50px;


  }

  .noticias .not1 .not h3 {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
    font-family: 'tex';
    font-size: 30px;
    font-weight: bold;
    color: #b44778;
    
  }

}

@media (max-width: 1200px) {
  .noticias .not1 .not img {
    padding-top: 20px;
    text-align: center;
    width: 200px;


  }

}


.noticias h1 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'tex';
  font-size: 40px;
  font-weight: bold;
  color: #b44778;
  padding-left: 35px;
}
.noticias  h2{
color: #006FAF;
padding-top:30px;
}


.noticias {
  color: var(--parrafos-c);
  padding-top: 50px;
  padding-bottom: 0px;

}


.noticias .not1 {
  padding-bottom: 20px;
}

.noticias .inicio img{
 object-fit: cover;
 width: 100%;
 padding: 0;
 border-radius: 5px 5px 0px 0px!important;
 height: 100px;
 -webkit-border-radius: 5px 5px 0px 0px!important;
 -moz-border-radius: 5px 5px 0px 0px!important;
 -ms-border-radius: 5px 5px 0px 0px!important;
 -o-border-radius: 5px 5px 0px 0px!important;
}

.noticias .no .inicio{
  /*#006FAF*/
  border-radius: 5px!important;
  background:#f1f1f1;
  border: none;
  margin-top: 15px;
  transition: all .3s;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  -ms-border-radius: 5px!important;
  -o-border-radius: 5px!important;
}
.noticias h4 {
  text-align: center;
  padding-top: 15px;
  color: #646464;
}

.noticias .no .inicio p{
  text-align: justify;
  font-size: 14px;
  padding: 0px 15px 15px 15px;
  /* color: #868686; */
  color: #646464;
 }

.noticias .no .inicio:hover{
  color: white;
  transform: translateY(-3px);
  background: #f1f1f1;
  box-shadow: 0 4px 6px 0 rgb(79 188  178 / 16%), 0 1px 20px 0 rgb(79 188  178 / 15%), 0px 1px 11px 0px rgb(79 188  178 / 12%);

  transition: 0.5s;
  cursor: pointer;
  color: white;
}
.noticias .no .inicio:active{
  box-shadow: 1px 1px 3px rgb(126, 125, 125);
}
.noticias .no .inicio a{
  color: #314755;
}
.noticias .no .inicio a:hover{
  text-decoration: none;
}
.noticias .notp{
  padding: 0px 0px 20px;
}

.noticias hr{
  text-align: center;
  /* margin: 0px 20px 0px 20px; */
}


#Sep{
width: 60%;
border-color: #868686!important;
}

.noticias .container .boton-noticias{
  padding: 10px;
  text-align: right;
}
.noticias .container .boton-noticias button{
  background-color: #006FAF;
  border: none;
  padding: 10px;
  border-radius: 15px 15px 15px 15px;
  transition: .6s;
}
.noticias .container .boton-noticias button a{
  color: white;
  text-decoration: none;
}




.bot:hover{
  transform: translateY(-3px);
  box-shadow: 1px 1px 3px rgb(95, 95, 95);
  transition: 0.5s;
  cursor: pointer;
}
.bot:active{
  box-shadow: 1px 1px 3px rgb(126, 125, 125);
  background-color:rgb(126, 125, 125);
}
.noticias .notp{
}
.noticias .no .inicio p{
 font-size: 14px;
 padding: 0px 15px 15px 15px;

}
.noticias a{
  color:white;
}
#Sep{
width: 60%;
border-color: black;
align-items: left;
}

/* Noticia Individual */
@media(max-width:576px){
  .ocultar{
    display: none;
  }
}
.noticias-ind .no h4{
  padding-top: 15px;
  color: #006FAF;
  text-align: left;
  padding-bottom: 15px;
}
.noticias-ind .no{
  text-align: left;
  padding: 15px;
}
.noticias-ind .no .card{
  text-align: left;
  padding: 15px;
}
.noticias-ind .no p{
  font-size: 18px;
  padding-top: 15px;
}
.noticias-ind {
  margin-top: 100px;
}

/* Noticia Individual */


/* SERVICIOS */
.services .container .col-md-6 h2{
  color: #e40017;
}










/* .portafolio{
  background: #fff;
} */
.titulo{
  color: #e40017;
  font-size: 40px;
}
@media(max-width:796px){
  .titulo{
    text-align: center;
    font-size: 34px;
  }
}
.portafolio{
  padding-top: 10px ;
  /* box-shadow: 0 4px 6px 0 rgb(62 62 62 / 16%), 0 1px 20px 0 rgb(0 0 0 / 15%), 0px 1px 11px 0px rgb(0 0 0 / 12%);
   */
 /*  box-shadow: inset 1px  6px 0px #272727a0; */
}
.portafolio .contenedor {
  z-index: 3;
  position: relative;
}
.portafolio .contenedor .galeria-port .boton-servicios{
 padding: 20px 0px 20px 0px;
 text-align: center;
}
.portafolio .contenedor .galeria-port .boton-servicios button{
  background-color: #006FAF;
  border: none;
  width: 20%;
  height: 6vh;
  border-radius: 5px;
  transition: .6s;
}
.portafolio .contenedor .galeria-port .boton-servicios button a{
color: white;
text-decoration: none;
}
.card-h5{
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}


.galeria-port{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 10px;
  padding-bottom: 40px;
  
}
.hover-galeria {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background:  #63aef896;
  transition: transform .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hover-galeria img{
  width: 50px;
}
.hover-galeria p{
  color: #fff;
}
.imagen-port:hover .hover-galeria{
  transform: scale(1);
}
.boton{
  text-align: end;
  padding-top: 20px;
  padding-left: 400px;
}


.bt:hover{
  transform: translateY(-8px);
  box-shadow: 1px 1px 3px rgb(95, 95, 95);
  transition: .8s;
  cursor: pointer;
}
.bt:active{
  box-shadow: 1px 1px 3px rgb(126, 125, 125);
  background-color:rgb(126, 125, 125);
}
/* servicios */
.servicios .img-servicios img{
  width: 100%;
  height: 198px;
  object-fit: cover;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
}
.servicios .card{
  text-decoration: none;
  box-shadow: 0 0px 0px 0 rgb(79 188  178 / 16%), 0 0px 00px 0 rgb(79 188  178 / 15%), 0px 1px 11px 0px rgb(79 188  178 / 12%);

}
.servicios .card:hover{
  box-shadow: 0 4px 6px 0 rgb(79 188  178 / 16%), 0 1px 20px 0 rgb(79 188  178 / 15%), 0px 1px 11px 0px rgb(79 188  178 / 12%);
}
.servicios .card h5{
  color: #25C3F0!important;
}
.servicios .card p{
  color: #656565;
}

  .servicios .card p{
    line-height: 17px;
  }
  .btn-mouse{
    background: white;
    position: relative;
  }
  .btn-mouse i{
    color: #26a0da;
    position: absolute;
    margin: 35% auto auto -25px;
    background: #F5F5F5;
    padding: 18px 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

@media(max-width:596px){
  .servicios .card{
    margin: 10px 0px;
    
  }
  .btn-mouse i{
    color: #26a0da;
    position: absolute;
    right: 10px;
    top: 5px;
    background: #F5F5F5;
    padding: 18px 20px;
}
}
/* Comentarios */
.tarjetas{
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
} 
.tarjetas .tarjeta{
  background: #006FAF;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.tarjetas .tarjeta img{
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
}
.tarjetas .tarjeta > .contenido-texto-card{
  width: 60%;
  color: #fff;
  padding: 10px;
}
.tarjetas .tarjeta > .contenido-texto-card p{
  font-weight: 200;
  padding-top: 5px;
  
}
@media (max-width:992px){
  .tarjetas .tarjeta{
  font-size: 15px;
  padding-top: 5px;
  }
}

@media (max-width:768px){
  .tarjetas .tarjeta{
    font-size: 15px;
    padding-top: 5px;
    }
}
@media (max-width:572px){
  .tarjetas .tarjeta{
    font-size: 15px;
    padding: 5px;
    }
   
}
/* Comentarios */





/* -----Contactos ----*/
#contact{
  padding: 2% 0% 8% 0%;
}

  
  #contact .form #sendmessage {
    color: black;
    border: 1px solid var(--coloruno);
    display: none;
    text-align: center;
    padding: 0px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #contact .form #errormessage {
    color: #F9A826;
    display: none;
    border: 1px solid #ff914d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #contact .form #sendmessage.show,
  #contact .form #errormessage.show,
  #contact .form .show {
    display: block;
  }
  
  #contact .form .validation {
    color: #ff914d;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
  }
  
  
  
  #contact .form button[type="submit"] {
    border-radius: 45px;
    background: var(--fondo-b);
    border: 0;
    padding: 10px 10px;
    width: 100%;
    color: #b44778;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    outline: none;
  }
  

  @media (max-width:900px){
    .presu form input{
     
      height: 45px;
      font-size: 25px;
    }
  }
  @media (max-width:768px){
    .presu form input{
      
      height: 45px;
      font-size: 15px;
    }
  }
  @media (max-width:350px){
    .presu {
     
       padding: 40px 10px;
      
      }
  }
  .presu .titulo{
    text-align: center;
  }
  .presu .titulo h1{
    color: #006FAF;
  }
  .presu .titulo p{
    color: #8f8f8f;
    font-size: 20px;
  }
/*   .inputWithIcon input {
    border: none;
    border: 2px solid #d8d8d8;
    border-radius: 10px!important;
    background: rgba(255, 255, 255, 0.612);
    padding-right: 12px;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  } */
  
  .inputWithIcon {
    position: relative;
  }
  
  .inputWithIcon i {
    position: absolute !important;
    left: 0;
    top: 34px;
    padding: 9px 15px;
    color: #aaa;
    transition: 0.3s;
  }
  
  .inputWithIcon input:focus + i {
    color:#006FAF!important;
  }
  
  .inputWithIcon input:focus {
    border: 2px solid #006FAF;
    box-shadow: 1px 1px 5px 1px #ffffff00 !important;
  }
  
  .inputWithIcon select {
    position: relative;
    border: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding-left: 40px;
    padding-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  .inputWithIcon select:focus + i {
    color: #006FAF!important;
  }
  
  .inputWithIcon select:focus {
    border: 1px solid #006FAF;
    box-shadow: 1px 1px 5px 1px rgb(36, 36, 36, 0.3) !important;
  }
  .inputWithIconLabel input {
    border: 2px solid #d8d8d8;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.612);
    padding-right: 12px;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
/*   .inputWithIconLabel select {
    border: none;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.612);
    padding-right: 12px;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  } */
  .inputWithIconLabel select:focus + i {
    color: #006FAF!important;
  }
  
  .inputWithIconLabel select:focus {
    border: 2px solid #006FAF;
    box-shadow: 1px 1px 5px 1px rgba(36, 36, 36, 0) !important;
  }
  
  .inputWithIconLabel {
    position: relative;
  }
  
  .inputWithIconLabel i {
    position: absolute !important;
    left: 0;
    top: 33px;
    padding: 9px 15px;
    color: #aaa;
    transition: 0.3s;
  }
  
  .inputWithIconLabel input:focus + i {
    color: #006FAF !important;
  }
  
  .inputWithIconLabel input:focus {
    border: 1px solid #006FAF;
    box-shadow: 1px 1px 5px 1px #f9d61100 !important;
  }
  .inputWithIconIzq input {
    border: none;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.612);
    padding-left: 37px;
    padding-right: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #0d506a !important;
  
  }
  
  .inputWithIconIzq {
    position: relative;
  }
  
  .inputWithIconIzq i {
    position: absolute !important;
    left: 0;
    top: 3px;
    padding: 9px 15px;
    color: #aaa;
    transition: 0.3s;
  }
  
  .inputWithIconIzq input:focus + i {
    color: #e40017;
  }
  
  .inputWithIconIzq input:focus {
    border: 1px solid #e40017;
    box-shadow: 1px 1px 5px 1px #42bdf200 !important;

  }
  .inputWithIconIzq textarea {
    border: 1px solid #d8d8d8;
    background: rgba(255, 255, 255, 0.612);
  }

  .inputWithIconIzq textarea:focus {
    border: 1px solid #e40017;
    box-shadow: 1px 1px 5px 1px #42bdf200 !important;
  }
  
  .inputWithIconIzq select {
    width: 450px;
    height: 35px;
    position: relative;
    border: none;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding-left: 40px;
    padding-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #0d506a !important;
    font-weight: 700;
  }
  
  .inputWithIconIzq select:focus + i {
    color: #006AA9 !important;
  }
  
  .inputWithIconIzq select:focus {
    border: 2px solid #006AA9;
    box-shadow: 1px 1px 5px 1px rgb(36, 36, 36, 0.3) !important;
  }  

  .presu .boton-contacto a button{
    background-color: #006FAF;
    color: white;
    transition: .6s;
    border-radius: 12px;
  }
  .presu .boton-contacto a button:hover{
    background-color: #6397b9;
    transition: .6s;
    transform: translateY(-6px);
  }




/* -------footer----- */
footer{
  padding: 30px 0px 20px 0px;
  
  display: table;
  width: 100%;
  background: #ed2139a6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #932a1ea4, #ed2139a4);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #932a1eb0, #ed2139b0), url(../images/fondo3.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 100%;
  /*clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  */animation: movimiento 8s infinite linear alternate;
  -webkit-animation: movimiento 17s infinite linear alternate;
  
 }
 @media (max-width: 760px) {
 
footer{
  background-size: 500%!important;
  animation: movimiento 17s infinite linear alternate;
  -webkit-animation: movimiento 17s infinite linear alternate;
}
 
}
 .footer .container .redes img{
   width: 50%;
   text-align: center;
   filter: drop-shadow(0 0 40px rgb(0, 0, 0));
   -webkit-filter: drop-shadow(0 0 40px #fff);
}
 .footer .container .redes{
   text-align: center!important;
 }
 .footer .container .menu-social{
   padding-top: 20px ;
 }
 .footer .redes  a{
   color: white;
   align-items: center;
   text-align: center;
   padding: 6.5px 10px;
   border-radius: 40px;
   font-size: 20px;
   width: 35px;
   height: 40px;
   border: 1px solid white;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   -ms-border-radius: 40px;
   -o-border-radius: 40px;
   transition: .6s;
}
 .footer .redes  a:hover{
   transition: .6s;
  color: #fff;
  background: #e40017;
  border: 1px solid #ffffff4e;
}
 .footer .container .menu-social ul{
   display: flex;
 }
 .footer .container ul li{
   list-style: none;
   margin: 3px;
 }
 
 .footer .container .contact h4{
   color: white;
 }
 .footer .container .contact ul li a{
  /*color: #153e90;
  */color: white;
  text-decoration: none;
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -ms-transition:.3s;
  -o-transition:.3s;
  -webkit-transition: .5s;
}
 .footer .container .contact ul li a:hover{
   transition: .3s;
   color: #ca959a;
   text-decoration: none;
   -webkit-transition: .3s;
   -moz-transition: .3s;
   -ms-transition: .3s;
   -o-transition: .3s;
}
 .copyryght{
 }
 .copyryght .cop{
   text-align: center!important;
 }
 .copyryght .cop p{
   margin:  0 0;
   font-size:14px;
   color: white;
   font-weight: 700;
 }
 .copyryght .cop a{
   transition: .5s;
   color: #21BAE0;
   text-decoration: none;
 }
 .copyryght .cop a:hover{
   transition: .6s;
   color: #5EBC9C;
 }
/* paginas servicio */
 .texto img{
   width: 100%;
   height: 40vh;
   object-fit: cover;
   filter: brightness(80%); 
 }
 .texto .tittext h1{
   position: absolute;
   width: 100%;
   color: white;
   text-align: center;
   top: 120px;
 }
 .texto .tittext p{
  position: absolute;
  width: 100%;
  color: white;
  text-align: center;
  top: 180px;
 }
 .texto .imagenes img{
   filter: blur(2px);
   filter: opacity(.7);
  }
  .txt{
    padding: 50px 0px;
  }
  .txt h2{
    color: #006FAF;
    padding-top: 20px; 
    font-size: 25px;
  }
  .txt p{
    text-align:justify ;
  }
/* paginas servicio */
/* paginas servicio */
.texto1 img{
  width: 100%;
  height: 50vh;
  object-fit: cover;
  filter: brightness(5%); 
}

.texto1 .tittext1 h1{
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 100px;
  
}
.texto1 .imagenes img{
  filter: blur(2px);
  
 }

/* paginas servicio */

/* PAGINA TORAX */
.txt .torax img{
 width: 100%;  
}
.txt1 h2{
  color: #006FAF;
  
  font-size: 25px;
}
.txt1 p{
  text-align:justify ;
}
.txt1{
  padding: 50px;
}
.texto1 .tittext1 h1{
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 100px;
  
}
.texto1 .imagenes img{
  filter: blur(2px);
 }
.carousel-inner .carousel-item img{
  width: 100%;
  height: 100%;
} 



/* PAGINA TORAX */

/*------Pagina Equipo-------- */
.equipo{
  margin: 90px 0px;
}
.equipo .container .imagen_equipo{
  padding: 100px 0px 20px 0px;
  text-align: center;
}
.equipo .container .texto_inicio{
  text-align: center!important;
}
.equipo .container .texto_inicio h1{
  color: #006FAF;
  text-align: center;
}
.equipo .container .card_equipo h2{
  color: #006FAF;
}
.equipo .container .card_equipo ul{
  list-style: none;
}
.equipo .container .card_equipo ul li{
  padding: 5px 0px 0px 0px;
  color: gray;
}
.equipo .container .card_equipo ul li a{
  color: gray;
  text-decoration: none;
  transition: .6s;
}
.equipo .container .card_equipo ul li a:hover{
  text-decoration: none;
}
.equipo .container .card_equipo ul li:nth-child(1) a:hover{
  transition: .5s;
  color: #3b5999;
}
.equipo .container .card_equipo ul li:nth-child(2) a:hover{
  transition: .5s;
  color: #e4405f;
}

.equipo .container .card_equipo ul li:nth-child(3) a:hover{
  transition: .5s;
  color: #55acee;
}
.equipo .container .card_equipo ul li:nth-child(4) a:hover{
  transition: .5s;
  color: #25D366;
}

.equipo .container .imagen_secundaria img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 5px 155px;
  -webkit-border-radius: 5px 5px 5px 155px;
  -moz-border-radius: 5px 5px 5px 155px;
  -ms-border-radius: 5px 5px 5px 155px;
  -o-border-radius: 5px 5px 5px 155px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.612);
}
@media(max-width:576px){
  .equipo .container .imagen_secundaria img{
    margin-top: 10px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px 1px rgba(126, 126, 126, 0.898);
    height: 250px;
    width: 100%;
    
}
}
/* form contacto */
@media(max-width:576px){

  .form-contact p{
    
      text-align: center;
}
}
/* social contactos */
.botones-sociales{

}
.btn-social{
  padding: 10px;
  font-size: 30px;
  background: white;
  color: rgba(99, 174, 248, 0.796)
}