/*ISEDSA STYLES... CREATED BY ALEXO RUIZ - 2021*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Open+Sans:wght@400;600&display=swap');

* {
    padding: 0;
    margin: 0;
}
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
h1.titulo-comun, h2.titulo-seccion, .nombre-miembro {
    color: #29569F;
}
h1.white, h2.white, .white, p.white {
    color: #fff;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.azul {
    color:#29569F;
}
.azul-fuerte {
    color: #232653;
}
.bg-strong-blue {
    background-color: #232653;
}
.bg-azul {
    background-color: #29569F;
}
.texto-general {
    color: rgb(0, 0, 0, .75)
}
.boton, a.boton {
    border-radius: 4px;
    color: white;
    background-image: linear-gradient(to right, #232653, #29569f);
    border:none;
    padding: .5em 3em;
    transition: all 0.4s ease;
    background-size: 200%;
    background-position:100% 0;
}
.boton-blanco {
    border-radius: 4px;
    background-color: white;
    color: #232653;
    border:none;
    padding: .5em 3em;
    transition: all 0.4s ease;
    background-size: 200%;
    background-position:100% 0;
    font-weight: 600;
}
.boton:hover {
    box-shadow: 0 2px 10px 0 #29569f;
    background-position:70% 0;
}
.boton-blanco:hover {
    box-shadow: 0 2px 10px 0 #fff;
    background-position:70% 0;
}
/* Header*/
header {
    padding:0;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, .5);
}
nav.navbar {
    background-color: white;
    display: flex;
}
.navbar-light .navbar-toggler {
    border:none;
}
.navbar-collapse {
    display: flex;
    justify-content: flex-end;
}
.logo-img {
    width:100px;
    transition: ease-in 0.3s;
}
.logo-img:hover {
    width:120px;
}
.icono-nav {
    display: none!important;
}
ul.navbar-nav li {
    margin: 0 1.5em;    
}
.activo {
    border-bottom: 2px solid #3979df;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding:4px 0;
}
.nav-item a.nav-link {
    color: #232653!important;
    font-weight: 600;
}
.subnav-content {
    display: none;
    position: absolute;
    background-color: #29569F;
    padding: .5em 1em;
    z-index: 2;
    box-shadow: 0px 2px 10px rgb(0, 0, 0, .5);
}
.subnav-content a {
    color: white;
    text-decoration: none;
    margin: .5em;
    padding-left: 1em;
    display: block;
  }
  
  .subnav-content a.subactivo {
      border-left: 2px solid white;
  }
    .subnav-content a:hover {
      color:#7ccafd;
  }
  
  .subnav:hover .subnav-content {
    display: block;
  }

/* INDEX */
.index-top, .index-bottom {
    height: 100%;
    min-height: 100%;
    width: 100%;
    max-height: 800px;
    margin:auto;
    overflow: hidden;
    position: relative;
}
.fondovid {
    top:0;
    left: 0;
    min-width: 100%;
    width:100%;
    min-height: 100%;
    height: 100%;
    z-index: 0;
    width: 100%;
}
.index-bottom {
    max-height: 600px;
}
.items-video {
    width:100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
}
.boton-video {
    margin-bottom: 5em;
}

main.index-main {
    padding: 5em 0 10em 0;
}
.parrafo-main {
    width:70%;
    margin:auto;
    padding: 5em 0;
}
.iconos-index  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.iconos-index .icono-item {
    text-align: center;
    margin: 1em;
    width:25%;
}
.icono-item h5 {
    font-weight: 500;
}
.iconos-index .icono-item i{
    font-size: 80px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 16px;
    transition: background .5s ease-out;
}
.iconos-index .icono-item i:hover{
    background: linear-gradient(to right, #232653, #29569f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

i.blue-icon {
    background: linear-gradient(to right, #3498db, #2980b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position:100PX;  
}
i.silver-icon {
    background: linear-gradient(to right, #95a5a6, #7f8c8d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position:80PX;  
}
i.turquese-icon {
    background: linear-gradient(to right, #1abc9c, #16a085);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position:100PX;  
}
i.orange-icon {
    background: linear-gradient(to right, #e17055, #d63031);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position:100PX;  
}
i.green-icon {
    background: linear-gradient(to right, #2ecc71, #27ae60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position:78PX;  
}
i.yellow-icon {
    background: linear-gradient(to right, #feca57, #ff9f43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position:50PX;  
}
.link-service{
    font-size: 32px;
    color:#232653;
}
.link-service:hover {
    color:#29569F;
}

/* seccion index servicios*/

.servicio-item {
    width:100%;
    height: fit-content;
    padding-top: 100%;
    background-color: #232653;
    background-size: cover;
    background-position: center;
    position: relative;
}
.item1 {
    grid-area: cuadro1;
    background-image: url('../img/servicios/pruebaselectricas1.png');
}

.item2 {
    grid-area: cuadro2;
}
.item3 {
    grid-area: cuadro3;
    background-image: url('../img/servicios/sercampo1.png');
}
.item4 {
    grid-area: cuadro4; 
}
.item5 {
    grid-area: cuadro5;
    /*background-image: url('../img/servicios/pruebaselectricas1.png');*/
}

.item6 {
    grid-area: cuadro6;
}
.item7 {
    grid-area: cuadro7;   
    background-image: url('../img/servicios/subestac1.png');
}
.item8 {
    grid-area: cuadro8;
}
.item9 {
    grid-area: cuadro9;
    background-image: url('../img/servicios/subestac2.png');
}
.container .grid-img-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
}


section.servicios {
    width:100%;
    margin:auto;
    display: grid;
    grid-template-areas: 
    'cuadro1 cuadro4 cuadro3'
    'cuadro2 cuadro5 cuadro8'
    'cuadro7 cuadro6 cuadro9'; 
    /*max-width: 1140px;*/
}
.servicios-title-index {
    font-size:52px;
}
h5 {
    font-size:1.5rem;
}
.link-img-serv {
    color: #232653!important;

}
.bg-servicio {
    opacity: 0%;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition: ease-in 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    padding:1em;
}
.bg-middle {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition: ease-in 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top:0;
}
.icono-service {
    text-align: center;
    color: white;
}
.icono-service i {
    font-size: 68px;
    padding-bottom: 16px;
}
.icono-service h5 {
    font-size: 32px;
}
.bg-servicio h5 {
    font-size: 32px;
}
.bg-servicio p {
    font-size: 20px;
    margin-bottom: 8px;
}
.bg-blue-trans {
    opacity: 100%;
    background-color: rgba(35, 38, 83, .7);
}
.bg-middle-alt {
    background-color: rgba(35, 38, 83, .5);
}
.bg-servicio:hover {
    opacity: 100%;
    background-color: rgba(35, 38, 83, .7);
}
.bg-middle-alt:hover {
    background-color: rgba(35, 38, 83, .0);
}
.bg-servicio.no-hover {
    background-color: transparent;
    opacity: 100%;
    flex-direction: column;
}
.bg-animated {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: slide 5s infinite;
    -moz-animation: slide 5s infinite;
    -o-animation: slide 5s infinite;
    animation: slide 8s infinite alternate;  
    background-image:none; 
    filter: saturate(150%);
}
.bg-animated2 {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: slide2 5s infinite;
    -moz-animation: slide2 5s infinite;
    -o-animation: slide2 5s infinite;
    animation: slide2 8s infinite alternate;  
    background-image:none; 
    filter: saturate(150%);
}
.bg-animated3 {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: slide3 5s infinite;
    -moz-animation: slide3 5s infinite;
    -o-animation: slide3 5s infinite;
    animation: slide3 8s infinite alternate;  
    background-image:none; 
    filter: saturate(150%);
}
@-webkit-keyframes slide {
    0% {background-image:url('../img/servicios/inst01.png');}
    25% {background-image:url('../img/servicios/inst-elec2.png');}
    50% {background-image:url('../img/servicios/inst-elec3.png');}
    75% {background-image:url('../img/servicios/inst-elec4.png');}
    100% {background-image:url('../img/servicios/mant-poten1.png');}
    }
    @-moz-keyframes slide {
        0% {background-image:url('../img/servicios/inst01.png');}
        25% {background-image:url('../img/servicios/inst-elec2.png');}
        50% {background-image:url('../img/servicios/inst-elec3.png');}
        75% {background-image:url('../img/servicios/inst-elec4.png');}
        100% {background-image:url('../img/servicios/mant-poten1.png');}
    }


    @-webkit-keyframes slide2 {
        0% {background-image:url('../img/servicios/inst04.png');}
        25% {background-image:url('../img/servicios/subestac4.png');}
        50% {background-image:url('../img/servicios/medicion-fisica2.png');}
        75% {background-image:url('../img/servicios/mant-prev1.png');}
        100% {background-image:url('../img/servicios/inst02.png');}
    }
    @-moz-keyframes slide2 {
        0% {background-image:url('../img/servicios/inst04.png');}
        25% {background-image:url('../img/servicios/subestac4.png');}
        50% {background-image:url('../img/servicios/medicion-fisica2.png');}
        75% {background-image:url('../img/servicios/mant-prev1.png');}
        100% {background-image:url('../img/servicios/inst02.png');}
        }

    @-webkit-keyframes slide3 {
        0% {background-image:url('../img/servicios/subestac3.png');}
        25% {background-image:url('../img/servicios/prueb-trans3.png');}
        50% {background-image:url('../img/servicios/relev3.png');}
        75% {background-image:url('../img/servicios/marcha-equipos1.png');}
        100% {background-image:url('../img/servicios/mant-prev3.png');}
        }
    @-moz-keyframes slide3 {
        0% {background-image:url('../img/servicios/subestac3.png');}
        25% {background-image:url('../img/servicios/prueb-trans3.png');}
        50% {background-image:url('../img/servicios/relev3.png');}
        75% {background-image:url('../img/servicios/marcha-equipos1.png');}
        100% {background-image:url('../img/servicios/mant-prev3.png');}
    }
/* INDEX UBICACION */
.index-ubicacion {
    padding: 5em 0;
    display: flex;
    justify-content: space-between;
}
.direccion-index, .mapa-index {
    width:50%;
    height: inherit;
}
.mapa-index iframe {
    width:100%;
    height:100%;
}


/* Seccion Nosotros */
.page-top {
    width:100%;
    height: 40vh;
    min-height: 350px;
    max-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nosotros-top {
    background-image: url('../img/nosotros-banner.png');
}
.nosotros-descripcion {
    padding: 10em 0;
}
.nosotros-descripcion .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-us-container {
    width:35%;
}
.nosotros-texto {
    width:60%;
}
.img-nosotros-desc {
    width:100%;
}
.icon-us {
    color:white;
    font-size: 200px;
}
.text-us {
    width:65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mision .img-icon {
    width:30%;
}
.mision .img-icon img {
    width:100%;
    border-radius: 50%;
}

.mision {
    width:100%;
    display: flex;
    justify-content: space-between;
    padding: 10em 0 ;
}
.mision:last-child {
    padding-top:0;
}
.reversa {
    flex-direction: row-reverse;
}

/* NOSOTROS GALERÍA*/
.galeria-nosotros {
    padding:0;
}
.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
    max-height: 300px;
}
  
.item-us {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
}
.item-us:hover {
    flex:2;
}
  
.us-1 { 
    background-image: url('../img/nosotros/nosotros-isedsa1.png');
}
.us-2 { 
    background-image: url('../img/nosotros/nosotros-isedsa2.png');
}
.us-3 { 
    background-image: url('../img/nosotros/nosotros-isedsa3.png');
}
.us-4 { 
    background-image: url('../img/nosotros/nosotros-isedsa4.png');
}
.us-5 { 
    background-image: url('../img/nosotros/nosotros-isedsa5.png');
}
.us-6 { 
    background-image: url('../img/nosotros/nosotros-isedsa6.png');
}
.us-7 { 
    background-image: url('../img/nosotros/nosotros-isedsa7.png');
}
.us-8 { 
    background-image: url('../img/nosotros/nosotros-isedsa8.png');
}
.us-9 { 
    background-image: url('../img/nosotros/nosotros-isedsa9.png');
}
.us-10 { 
    background-image: url('../img/nosotros/nosotros-isedsa10.png');
}
  
  
/* SERVICIOS */
.section-servicios {
    background-image: linear-gradient(rgb(243, 243, 243) 60%,  #e6e6e6 );
    background-color: #29569F;
}
.section-servicios .container {
    padding: 3em 0;
}

.accordion {
    background-color: #29569F;
    background-image: linear-gradient(#29569f -50%,  #232653 90% );
    color: rgb(0, 0, 0, .75);
    color: white;
    /*background-color: #fff;*/
    cursor: pointer;
    padding: 1em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    font-weight: 600;
    transition: 0.4s;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;

  }
  .accordion_alt {
    background-color: #e4e4e4;
  }
  .servicio-tab {
      box-shadow: 2px 2px 8px rgb(0, 0, 0, .30);
  }
  .active-tab, .accordion:hover {
    /*box-shadow: 0 2px 10px 0 #29569f;*/
  }
  .tab-down {
      padding-left:.3em;
      float: right;
  }

  .panel {
    padding: 1em;
    width:100%;
    justify-content: space-between;
    display: none;
    flex-wrap: wrap;
    background-color: white;
  }
  
   .card-service {
    width:22%;
    margin:1em 0;
    transition: all 0.4s ease;
    border-radius: 4px;
    box-shadow: 0 2px 20px 4px #979797;
    border:none;
    /*box-shadow: 2px 2px 12px #888888;*/
  }
  .card-service:hover {
      z-index: 100;
  }
  .card-service .card-body {
      background-color: #29569F;
      background-image: linear-gradient(#29569f 30%,  #232653 100% );

      
  }
  .card-service .card-body p.card-text {
    font-size: 18px;
    margin:0;
    color:white;
    text-align: center;
}
  .zoom-img {
      transition: all 0.4s ease;
  }
  .zoom-img:hover {
      transform: scale(1.2);
  }
  .card-service:hover{
    transform: scale(1.5);
    box-shadow: 0 2px 10px 0 #979797;
  }
   .img-serv-esp:hover{
    transform: scale(1.5);
    box-shadow: 0 2px 10px 0 #2b2b2b;
    border:2px solid white;
  }
  .servicios-top {
    background-image: url('../img/servicios-banner.png');
}
/*Nuestros equipos */
.equipos-top {
    background-image: url('../img/equipos-banner.png');
}
/*SERVICIOS ESPECIALES*/
section.equipos-especiales-top {
    padding:10em 0;
}
section.equipos-especiales-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.especial-img-main {
    width:50%;
}
.white-separator {
    border-color: rgb(224, 224, 224);
    margin: 3em 0;
}
.texto-contenedor {
    background-color: #fff;
    height: fit-content;
    width: 50%;
    padding-left: 3em;
}
.parrafo-titulo {
    font-weight: bold;
    font-size: 52px;
    font-family: 'Lato', sans-serif;
}
.parrafo-sub {
    font-weight: bold;
    font-size: 38px;
}
div.equipos-especiales-list {
    display: flex;
    justify-content: space-around;
    width:100%;
    position: relative;
    margin:auto;
}
div.equipos-especiales-list ul {
    width: 40%;
    margin-bottom: 0;
}
div.equipos-especiales-list ul li {
    padding-bottom: .3em;
    font-size: 18px;
}
.equipos-especiales-middle {
    color:white;
    background-color: #29569F;
    padding:3em 0;
}
.equipos-especiales-img {
    padding:10em 0;
}
.container .grid-img-div img{
    width:30%;
    margin:1.5em 0;
    transition: all 0.4s ease;

}

.img-serv-esp:hover{
    transform: scale(1.2);
    box-shadow: 0 2px 10px 0 #2b2b2b;
    border:2px solid white;
  }
/* CONTACTO */
.contacto-mapa iframe {
    width:100%;
    height: 40vh;
    min-height: 300px;
}
.contacto-info {
    padding: 5em 0 10em 0;
}
.contacto-info .container {
    display: flex;
    justify-content: space-between;
    padding-top: 3em;
}
.direcciones, .contact-form {
    width:50%;
}

.contact-form h4, .direcciones h4 {
    padding-bottom: 1em;
}
.contact-form form {
    width:100%;
    padding-left: 2em;
}
/* FOOTER */
footer {
    background-image: linear-gradient(#29569f 60%,  #232653 );
    padding: 2em 0 1em 0;
}
footer .container {
    text-align: center;
    color: white;
}
.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .footer-nav a {
    padding: 0 2em;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.logo-footer {
    width:200px;
    margin: 2em 0;
}
.btn-servicios {
    margin-top:1em;
}
/* RESPONSIVE WEB DESIGN 1024PX */
@media only screen and (max-width:1024px) {
header {
    position: absolute;
    z-index: 10;
    width: 100%;
}

.menu-bars {
    font-size: 24px;
}

.nav-item {
    padding:1em 0;
}
/*INDEX */
main.index-main, .index-ubicacion {
    padding: 3em 0;
}
.parrafo-main {
    width: 90%;
}
.bg-servicio p {
    font-size: 16px;
    margin-bottom: 4px;
}
.bg-servicio h5 {
    font-size: 24px;
}
.servicios-title-index {
    font-size: 42px;
}

/* Seccion Nosotros */
.nosotros-descripcion {
    padding: 2em 0;
}

.mision {
    width:100%;
    display: flex;
    justify-content: space-between;
    padding: 5em 0 ;
}
.mision:last-child {
    padding-top:0;
}
footer .footer-nav a {
    padding: 0 .5em;
    color: white;
}
.footer-nav {
    justify-content: space-between;
}

}

/*SERVICIOS ESPECIALES*/
section.equipos-especiales-top {
    padding:5em 0;
}
.especial-img-main {
    width:40%;
}
.white-separator {
    border-color: rgb(224, 224, 224);
    margin: 3em 0;
}
.parrafo-titulo {
    font-size: 32px;
}
.parrafo-sub {
    font-size: 24px;
}
.texto-contenedor {
    width: 60%;
    padding-left: 2em;
}

.equipos-especiales-img {
    padding:3.5em 0 5em 0;
}

/*CONTACTO*/
.contacto-info {
    padding: 3em 0 4em 0;
}

@media only screen and (max-width:992px) {
    /*index*/
.index-top, .servicios-top, .nosotros-top, .contacto-mapa, .equipos-top {
    padding-top: 63px;
}
.boton-video {
    margin-bottom: 3em;
}
    .icono-nav {
        display: inline!important;
        margin: 0 1em;
    }
    .activo {
        border-left: 2px solid #3979df;
        border-bottom: 0;
    }
    ul.navbar-nav {
        width:100%;
        margin:.5em 0;
        border-top: 1px solid rgb(209, 209, 209);
    }
    section.servicios {
        grid-template-areas: 
        'cuadro5 cuadro1'
        'cuadro3 cuadro4'
        'cuadro6 cuadro7' 
        'cuadro8 cuadro9'; 
        /*max-width: 1140px;*/
    }
    .item2 {
        display: none;
    }
}

/* RESPONSIVE WEB DESIGN 680PX */

@media only screen and (max-width:680px) {
    .h1, h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5em;
    }
    header {
        padding: 0;
    }
    h5.texto-general {
        font-size: 16px;
    }
    .logo-img {
        width:80px;
    }
    nav.navbar {
        padding: .2em 1em;
    }

    main.index-main {
        padding: 3em 0;
    }
    .page-top {
        max-height: 300px;
    }
    .parrafo-main {
        width: 90%;
        text-align: center;
    }
    .iconos-index .icono-item {
        width:40%;
    }
    .iconos-index .icono-item i {
        font-size: 60px;
    }

    .boton-video {
        margin-bottom: 1.5em;
    }
    .boton, .boton-blanco, a.boton {
        padding:.3em 3em;
    }
    .item2 {
        display: block;
    }
    section.servicios {
        grid-template-areas: 
        'cuadro5'
        'cuadro1'
        'cuadro3'
        'cuadro4'
        'cuadro7' 
        'cuadro8' 
        'cuadro6' 
        'cuadro2'
        'cuadro9'; 
        /*max-width: 1140px;*/
    }
    .index-bottom {
        height: 400px;
        overflow: hidden;
    }
    .video-bottom {
        transform: scale(2.0);
    }

    .bg-servicio h3 {
        font-size: 16px;
    }
    .btn-servicios {
        margin-top:1em;
    }
    .index-ubicacion {
        padding: 3em 1em;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .direccion-index, .mapa-index {
        width: 100%;
        height: inherit;
    }
    .direccion-index {
        margin-top:1em;
    }
    .btn-index-bottom {
        margin:auto;
        display: block;
        text-align: center;
    }
/* Seccion Nosotros */
.nosotros-descripcion {
    padding:0;
}
.nosotros-descripcion .container{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    max-width: 100%;
}
.img-us-container {
    width:100%;
}
.nosotros-texto {
    width:100%;
    padding: 2em 1em;
}
.img-nosotros-desc {
    width:100%;
}
.text-us {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-us h2 {
    text-align: center;
}
.mision .img-icon {
    width:50%;
    margin:auto;
    padding-bottom: .5em;
}
.mision .img-icon img {
    width:100%;
    border-radius: 50%;
}

.mision {
    width:100%;
    justify-content: flex-start;
    flex-direction: column;
    padding: 3em 0 ;
}
.mision:last-child {
    padding-top:0;
}
.mision.reversa {
    flex-direction: column;
}

/* NOSOTROS GALERÍA*/
.galeria-nosotros {
    padding:0;
}
.gallery-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 1200px;
    max-height: 1200px;
}

.item-us:hover {
    flex:1;
}
/* SERVICIOS */

.accordion {
    font-size: 18px!important;
}
.accordion_alt {
    background-color: #e4e4e4;
}
.tab-down {
      font-size: 16px;
}
.panel {
    padding: 1em;
}
  
.card-service  {
    width:48%;
    margin:.5em 0;
}
.card-service .card-body {
    padding:8px;
}
.card-service .card-body p.card-text {
    font-size: 16px;
    margin:0;
}
.card-service:hover,  .img-serv-esp:hover{
    transform: scale(1.2);
}
.section-servicios .container {
    padding: 0em 0;
}
/*SERVICIOS ESPECIALES*/
section.equipos-especiales-top {
    padding:2em 0 0 0;
}
section.equipos-especiales-top .container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items:baseline;
    padding:0;
}
.especial-img-main {
    width:100%;
}
.parrafo-titulo {
    font-size: 32px;
}
.parrafo-sub {
    font-weight: bold;
    font-size: 24px;
}
.texto-contenedor {
    width: 100%;
    padding:0 1em 1em 1em;
}

.white-separator {
    border-color: rgb(224, 224, 224);
    margin: 2em 0;
}
div.equipos-especiales-list {
    flex-direction: column;
    justify-content: flex-start;
}
div.equipos-especiales-list ul {
    width: 100%;
    margin-bottom: 0;
    padding: 0 1em;
}
div.equipos-especiales-list ul li {
    padding-bottom: .5em;
    font-size: 16px;
}
.equipos-especiales-middle {
    padding:2em 1em;
}
.equipos-especiales-img {
    padding:0;
}
.equipos-especiales-img .container {
    padding:0;
}
.container .grid-img-div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width:100%;
}
.container .grid-img-div img{
    width:100%;
    margin:0;
    transition: all 0.4s ease;

}
.img-serv-esp:hover{
    transform: scale(1.0);
    box-shadow: none;
  }
    /* contacto */
.contacto-info {
        padding: 2em 0 3em 0;
}
.contacto-info .container {
        display: flex;
        justify-content: flex-start;
        padding-top: 1em;
        flex-direction: column-reverse;
}
.direcciones, .contact-form {
        width: 100%;
}
.contact-form form {
        width: 100%;
        padding-left: 0em;
        padding-bottom: 3em;
}
.contact-form h4, .direcciones h4 {
        font-size: 1.2rem;
        text-align: center;
        padding-bottom: 1em;
}
.contact-form .boton {
        display: block;
        margin:auto;
        width:100%;
        padding:.5em;
}
/* footer*/
.footer-nav {
    flex-direction: column;
    justify-content: flex-start;
}
.footer-nav a {
    margin-bottom: 1em;
}
    
}

/*MENSAJE DE CONTACTO */
.green-bg {
    background-color: #27ae60;
}
.mensaje-exitoso {
    background-image: linear-gradient(#29569f 60%,  #232653 );
    height: 100%;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mensaje-exitoso .container {
    width:fit-content;
}
.card-header {
    font-size: 24px;
}
.card-enviado {
    border:none;
}
.link-logo-sent {
    margin:0 auto;
    text-align: center;
}
.logo-mensaje {
    width:25%;
    padding-bottom: 5em;
    min-width: 150px;
    max:400px;
}

.card-enviado .card-body {
    padding: 3em;

}
.card-body p {
    font-size: 20px;
    margin: 2em 0;
}

@media only screen and (max-width:1024px) {
    .logo-mensaje {
        width:25%;
        padding-bottom: 5em;
        min-width: 300px;
        max-width:300px;
    }
}
@media only screen and (max-width:680px) {
    .logo-mensaje {
        width:60%;
        padding-bottom: 3em;
        min-width: 100px;
        max-width:250px;
    }
}