
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
*{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

html{
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
        scroll-behavior: auto;  
	}
} 



/*CUERPO DE LA PAGINA*/

body{
    background-color: #ffffff;
    font-family: 'Poppins' !important;
}

/*SCROLL*/

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ffa75c; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ffa75c; 
  }

/*EFECTO CAMBIO DE COLOR DE LA PAGINA*/
.navbar-fixed-top.scrolled {
  background-color: #ffffff !important;
  transition: all 0.5s ease !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
  height: 57px !important;
  font-size: 15px;
}

.nav>li {
    position: relative !important;
    display: block !important;
    background-color: #bfbfbf !important;
    box-shadow: inset 0px 10px 12px -13px rgba(0,0,0,0.78) !important;
    
}

   
@media (min-width: 768px){ 
.navbar-nav>li {
    float: left !important;
    background-color: #00800000 !important;
    box-shadow: inset 0px 10px 0px 0px rgba(0,0,0,0.0) !important;
}
}

.nav {
    padding-left: 235px !important;
    margin-bottom: 0 !important;
    list-style: none !important;
}

.navbar-nav {
    margin: -1.5px -15px !important;
}

/*Colapso navbar*/

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px !important;
}
@media (min-width: 900px) and (max-width: 1000px){ 
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
}}
@media (min-width: 900px) and (max-width: 1000px){ 
.navbar-collapse.collapse {
    height: auto!important;
    padding-bottom: 0 !important;
    overflow: visible!important;
}}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff2a !important;
}
@media (min-width: 900px) and (max-width: 1000px){ 
.navbar-collapse {
    width: auto !important;
    border-top: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}}
/*BOTON*/

.navbar-default .navbar-toggle {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: inset 0px 10px 9px -13px rgba(0,0,0,0.78) !important;
}

/*NAV BAR DE LA PAGINA*/

.navbar .navbar-default .navbar-fixed-top .scrolled{
    color: #ffffff  !important;
    font-size: 20px !important;
}

.navbar{
    position: relative !important;
    min-height: 50px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;

} 

@media (min-width: 768px){ 
.navbar-right {
    float: right!important;
    margin-right: -5px !important;
}}

.navbar-default {
    background-color: #f8f8f800 !important;
}

/*LETRA NAV*/

.transclass{
    border-bottom:0px solid rgb(194, 126, 0);
    transition:border-bottom 0.1s linear 0s;
    height: 57px;
    }

    .transclass:hover{
    border-bottom:4px solid rgb(182, 122, 12);
    margin-bottom: 0%;
    height: 57px;
    } 

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: rgb(121, 78, 0) !important;
    background-color: transparent !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #00000008 !important;
    margin-top: 5px !important;
}

@media screen and (min-width: 1000px){
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #00000008 !important;
        margin-top: 0px !important;
    }
}


/*COLOR FONDO NAV*/

@media (min-width: 768px){ 
.navbar {
    border-radius: 0px !important;
}}

.pen .navbar-toggle {
	border: none;
	background: transparent !important;
}

.pen .navbar-toggle:hover {
	background: transparent !important;
}

.pen .navbar-toggle .icon-bar {
	width: 22px !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	-webkit-transform-origin: 10% 10% !important;
	-ms-transform-origin: 10% 10% !important;
    transform-origin: 10% 10% !important;
    transition: all 0.2s !important;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0 !important;
    filter: alpha(opacity=0);
    transition: all 0.2s !important;
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg) !important;
	-ms-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
	-webkit-transform-origin: 10% 90% !important;
	-ms-transform-origin: 10% 90% !important;
    transform-origin: 10% 90% !important;
    transition: all 0.2s !important;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    transition: all 0.2s !important;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1 !important;
    filter: alpha(opacity=100);
    transition: all 0.2s !important;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    transition: all 0.2s !important;
}

/*Barras de boton responsivo*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(172, 132, 0) !important;
}


/*Contendores de la pagina*/

.row {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*LOGO DE LA PAGINA*/

.quieneslogo{
    display: flex;
    vertical-align: middle;
    width: auto;
    height: 120px;

}

@media only screen and (min-width: 768px){ 
    .quieneslogo {
        display: flex;
        vertical-align: middle;
        height: 150px;
        margin-left: 50%;
        border-radius: 80px;
    }}

/*QUIENES SOMOS*/

#quienessomos{
    display: flex;
    justify-content: center;
    text-align: left;
}

.module{
    background-color: #ffffff ;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.infosomos{
    color: #777777;
    margin: 0 0 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.titulosomos{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffa75c;
    margin: 0 0 20px;
    font-size: 35px;
}


/*CONFIGURACION PRINCIPAL DE LA CABEZERA*/

.header {
    width: 100%;
    height: 58px;
    margin: auto;
    padding: 0px 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid 1px #ffffff4a;
}

/*NAVEGACION*/

ol, ul {
    margin-top: 0;
    margin-bottom: 0px !important;
}

.h6, h6 {
    font-size: 20px !important;
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    .bg-image.overlay2 {
      position: relative; }
      .bg-image.overlay2:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: 140px;
        background: linear-gradient( 
            90deg, rgb(255 195 102 / 75%) 0%, rgb(237 187 53 / 50%) 50%, rgb(235 162 70 / 75%) 100%);
            }

            
    .bg-image > .container {
      position: relative;
      z-index: 1; }

/*parallax proyectos*/

.bg-image {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed; }
.bg-image.overlay {
        position: relative;
        height: 150px;      
        }
.bg-image.overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(
            90deg, rgba(185,115,5,0.7497373949579832) 0%, rgba(255,186,0,0.5032387955182073) 50%, rgba(244,136,0,0.7497373949579832) 100%);
            }
.bg-image > .container {
        position: relative;
        z-index: 1; }

@media screen and (min-width:768px){
    .bg-image {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed; }
.bg-image.overlay {
        position: relative;
        height: 220px;      
        }
.bg-image.overlay:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: 220px;
        background: linear-gradient(
            90deg, rgba(185,115,5,0.7497373949579832) 0%, rgba(255,186,0,0.5032387955182073) 50%, rgba(244,136,0,0.7497373949579832) 100%);
            }
.bg-image > .container {
        position: relative;
        z-index: 1; }

}
    
/*BOTÓN PROYECTOS*/

.button_proyect {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ff7600;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #ffa052;
    transition: all 0.5s;
    position: relative;
    top: 0px;
}

@media screen and (min-width: 768px){
.button_proyect {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ff7600;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #ffa052;
    transition: all 0.5s;
    position: relative;
    top: -33px !important;
}}
  .button_proyect:hover {background-color: rgb(44, 44, 44); color: rgb(196, 78, 0);}
  
  .button_proyect:active {
    background-color: rgb(236, 69, 18);
    box-shadow: 0 5px rgb(173, 100, 4);
    transform: translateY(4px);
    color: rgb(39, 39, 39);
  }

  /*BOTÓN EQUIPO*/

.button_equipo {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ff7600;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #ffa052;
    transition: all 0.5s;
    position: relative;
    top: 0px;
    margin: 25px;
}

@media screen and (min-width: 768px){
.button_equipo {
    padding: 10px 19px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ff7600;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #ffa052;
    transition: all 0.5s;
    position: relative;
    top: -33px !important;
    margin: 40px;
}}
  .button_equipo:hover {background-color: rgb(44, 44, 44); color: rgb(196, 78, 0);}
  
  .button_equipo:active {
    background-color: rgb(236, 69, 18);
    box-shadow: 0 5px rgb(173, 100, 4);
    transform: translateY(4px);
    color: rgb(39, 39, 39);
  }


/*---------------------------------------------------------------*/

/*CONTENEDOR DE PERSONAL*/

.site-section {
    padding: 2.5em 0; }
    @media (min-width: 768px) {
      .site-section {
        padding: 5em 0; } }
    .site-section.site-section-sm {
      padding: 4em 0; }

.text-white {
    color: #ffffff !important;
    }

@media (min-width: 768px){ 
.navbar-nav {
    float: right !important;
    margin: 0;
}}

.text-center {
text-align: center!important;
}

@media (min-width: 768px){ 
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}}

.site-section {
    padding: 2.5em 0; }
    @media (min-width: 768px) {
      .site-section {
        padding: 5em 0; } }
    .site-section.site-section-sm {
      padding: 4em 0; }
  
  .site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem; }
    @media (min-width: 768px) {
      .site-section-heading {
        font-size: 3rem; } }

        .mb-5, .my-5 {
            margin-bottom: 3rem!important;
        }
        .justify-content-center {
            -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
            justify-content: center!important;
        }
    
.heading-92913 {
            position: relative;
            padding-bottom: 30px;
            margin-bottom: 30px;
        }
        
        .text-black {
            color: #000 !important;
        }
        .text-center {
            text-align: center!important;
        }
        h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
            font-family: "Oswald", sans-serif;
        }
        .h3, h3 {
            font-size: 1.75rem;
        }

        @media (min-width: 992px){ 
        .mb-lg-0, .my-lg-0 {
            margin-bottom: 0!important;
        }}
        
        @media (min-width: 992px) {
        .col-lg-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }}

        @media (min-width: 768px){ 
        .col-md-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }}

        .person {
            display: block !important;
            position: relative !important;
            box-shadow: 5px -3px 6px -3px rgba(0,0,0,0.46);
        }

        .person figure {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            position: relative !important;
            overflow: hidden !important;
            margin-bottom: 30px !important;
        }
        
        figure {
            margin: 0 0 1rem !important;
        }
        article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
            display: block;
        }

.person img {
        
            -webkit-transition: .3s all ease !important;
            -o-transition: .3s all ease !important;
            transition: .3s all ease !important;
        }
        
        .img-fluid {
            margin: 2px;
            border-style: solid;
            border-color: white;
            border-width: thick;
        }

        .img-fluid:hover {
            cursor: pointer;
            transition: .2s all ease !important;
            margin: 2px;
            border-style: solid;
            border-color: #e0810b;
            border-width: thick;
        }


.person .social {
            position: absolute;
            bottom: 10px;
            left: 10px;
            z-index: 2;
        }

.person .social a {
            display: block;
            margin-bottom: 10px;
            width: 40px;
            height: 40px;
            background: #ffffff ;
            position: relative;
        }

.person .person-contents {
            text-align: center;
        }

.zoom {
transition: transform .4s;
margin: 0 auto;
}

.zoom:hover {
border-width: thick;
border-radius: 50%;
-ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2); 
}

@media screen and (max-width: 768px){
    .zoom{
        transition: transform .4s;
        margin: 0 auto;
        
        

    }
}

@media screen and (max-width: 768px){
   .zoom:hover{
        border-width: thick;
        border-radius: 50%;
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2); 
    }
}

/*Boton modal*/

.btn-info {
    color: #ffffff  !important;
    background-color: #ffa75c !important;
    border-color: #e0810b !important;
}

.btn-info:hover {
    color: #ffffff  !important;
    background-color: #8b5f00 !important;
    border-color: #976200 !important;
    transition: all 0.3s !important;
}

/*CONTENEDOR BOTON MODAL*/

.containermodal {
    padding: 1em;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containermodal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px){ 
.containermodal {
    width: 1170px;
}}

@media (min-width: 992px){
.containermodal {
    width: 970px;
}}
@media (min-width: 768px){
.containermodal {
    width: 750px;
}}
.containermodal {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
.containermodal {
    width: 1140px;
    max-width: 100%;
}}
@media (min-width: 992px){
.containermodal {
    width: 960px;
    max-width: 100%;
}}
@media (min-width: 768px){
.containermodal {
    width: 720px;
    max-width: 100%;
}}
@media (min-width: 576px){
.containermodal {
    width: 540px;
    max-width: 100%;
}}
.containermodal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*CONTENEDOR BOTON MODAL 2*/


.containermodal-2 {
    padding: 1em;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containermodal-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px){ 
.containermodal-2 {
    width: 1170px;
}}

@media (min-width: 992px){
.containermodal-2 {
    width: 970px;
}}
@media (min-width: 768px){
.containermodal-2 {
    width: 750px;
}}
.containermodal-2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
.containermodal-2 {
    width: 1140px;
    max-width: 100%;
}}
@media (min-width: 992px){
.containermodal-2 {
    width: 960px;
    max-width: 100%;
}}
@media (min-width: 768px){
.containermodal-2 {
    width: 720px;
    max-width: 100%;
}}
@media (min-width: 576px){
.containermodal-2 {
    width: 540px;
    max-width: 100%;
}}
.containermodal-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*Texto modal*/

.titulomodal{
        color: #ffa75c;
        margin: 0 auto;
        position: relative;
        display: inline;
        justify-content: center;
        padding: 20px;
        bottom: 160px;
        font-size: 30px;
}

@media screen and (max-width: 768px){
    .titulomodal{
        color: #ffa75c;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;
        bottom: 0px;
        font-size: 17px;
        
        

    }
}

.contenidomodal{

        color: rgb(153, 153, 153);
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;
}

@media screen and (max-width:768px){
    .contenidomodal{
        color: rgb(153, 153, 153);
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;

    }
}

.tituloproyecto{
    color:  #ffa75c;
    font-size: 30px;
}

h6{
    font-size: 27px !important;
   color:#ffa75c !important;
}

.heading-92913{
    color:#ffa75c !important;
    font-size: 40px;
}

/*Cuerpo Modal Query*/

.modal-body-proyectus{
    position: relative !important;
    min-height: 300px;

}

@media screen and (min-width: 768px){
    .modal-body-proyectus{
        position: relative !important;
        padding: 0px !important;
        width: 100%;
        height: 400px;
    }
}

/*Iframe EMBED*/

.module, .module-sm {
    background-color: #ffffff ;
    padding: 100px 0;
}

.module, .module-header, .module-sm {
    background-color: #ffffff ;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 141px 0;
}

.p-0 {
    padding: 0 !important;
}

.block-two-columns {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.block-two-columns .block-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
    width: 50%;
}

@media (max-width: 767px){ 
.block-two-columns .block-item {
    display: inline-block;
    height: auto;
    width: 100%;
}}

.block-two-columns .block-item .block-item-inner {
    padding: 10%;
    width: 100%;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: 0;
}

.footer {
    position: relative;
    background: #1b1d1f;
    color: #bfbfbf;
}

.footer .widget {
    margin: 60px 0 50px;
}

.widget {
    margin: 0 0 50px;
}

blockquote, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin: 0 0 20px;
}

.footer .widget .widget-title, .footer .widget ol li, .footer .widget ul li, .off-canvas-sidebar .widget .widget-title, .off-canvas-sidebar .widget ol li, .off-canvas-sidebar .widget ul li {
    border-color: rgba(255,255,255,0.05);
}

.widget .widget-title {
    border-bottom: 1px solid #ffffff ;
    padding: 0 0 20px;
    margin: 0 0 25px;
}

.widget .widget-title h5 {
    font-size: 12px;
    margin: 0;
}

.comment-meta-author a, .comment-reply, .widget .widget-title h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-copyright {
    border-top: 1px solid rgba(179, 110, 8, 0.18);
    padding: 20px 0;
}

@media (min-width: 768px){ 
.col-md-12 { 
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}

.footer .copyright {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 11px;
    margin: 0;
}

@media (min-width: 1200px){ 
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}}
@media (min-width: 992px){ 
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}}
@media (min-width: 768px){ 
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}}
@media (min-width: 576px){ 
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}}
.container-fluid {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.fa-industry{
  -webkit-animation: fa-industry 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
          animation: fa-industry 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}

@-webkit-keyframes fa-industry {
0%,
100% {
-webkit-transform: translateX(0%);
        transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
}
}
@keyframes fa-industry{
0%,
100% {
-webkit-transform: translateX(0%);
        transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
}
}

.fa-lightbulb{
-webkit-animation: fa-lightbulb 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
      animation: fa-lightbulb 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}

@-webkit-keyframes fa-lightbulb {
0%,
100% {
-webkit-transform: translateX(0%);
    transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
}
}
@keyframes fa-lightbulb {
0%,
100% {
-webkit-transform: translateX(0%);
    transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
}
}

.fa-plug{
-webkit-animation: fa-plug 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
      animation: fa-plug 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}

@-webkit-keyframes fa-plug {
0%,
100% {
-webkit-transform: translateX(0%);
    transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
}
}
@keyframes fa-plug {
0%,
100% {
-webkit-transform: translateX(0%);
    transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
}
}

.fa-drafting-compass{
    -webkit-animation: fa-drafting-compass 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
          animation: fa-drafting-compass 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
    }
    
    @-webkit-keyframes fa-drafting-compass {
    0%,
    100% {
    -webkit-transform: translateX(0%);
        transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
    -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
    }
    @keyframes fa-drafting-compass {
    0%,
    100% {
    -webkit-transform: translateX(0%);
        transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
    -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
    }


.fa-solar-panel {
-webkit-animation: fa-globe-europe 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
      animation: fa-globe-europe 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}

@-webkit-keyframes fa-solar-panel {
0%,
100% {
-webkit-transform: translateX(0%);
    transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
}
}
@keyframes fa-solar-panel {
0%,
100% {
-webkit-transform: translateX(0%);
    transform: translateX(0%);
-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
15% {
-webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
}
30% {
-webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
}
45% {
-webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
}
60% {
-webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
}
75% {
-webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
}
}

      .fa-check-square{
        -webkit-animation: fa-check-square 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
                animation: fa-check-square 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
    }

@-webkit-keyframes fa-check-square {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  @keyframes fa-check-square {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  
  .fa-thumbs-up{
    -webkit-animation: fa-thumbs-up 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
            animation: fa-thumbs-up 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}

@-webkit-keyframes fa-thumbs-up {
0%,
100% {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
15% {
  -webkit-transform: translateX(-30px) rotate(-6deg);
          transform: translateX(-30px) rotate(-6deg);
}
30% {
  -webkit-transform: translateX(15px) rotate(6deg);
          transform: translateX(15px) rotate(6deg);
}
45% {
  -webkit-transform: translateX(-15px) rotate(-3.6deg);
          transform: translateX(-15px) rotate(-3.6deg);
}
60% {
  -webkit-transform: translateX(9px) rotate(2.4deg);
          transform: translateX(9px) rotate(2.4deg);
}
75% {
  -webkit-transform: translateX(-6px) rotate(-1.2deg);
          transform: translateX(-6px) rotate(-1.2deg);
}
}
@keyframes fa-thumbs-up {
0%,
100% {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
15% {
  -webkit-transform: translateX(-30px) rotate(-6deg);
          transform: translateX(-30px) rotate(-6deg);
}
30% {
  -webkit-transform: translateX(15px) rotate(6deg);
          transform: translateX(15px) rotate(6deg);
}
45% {
  -webkit-transform: translateX(-15px) rotate(-3.6deg);
          transform: translateX(-15px) rotate(-3.6deg);
}
60% {
  -webkit-transform: translateX(9px) rotate(2.4deg);
          transform: translateX(9px) rotate(2.4deg);
}
75% {
  -webkit-transform: translateX(-6px) rotate(-1.2deg);
          transform: translateX(-6px) rotate(-1.2deg);
}
}
  
.fa-heart{
    -webkit-animation: fa-heart 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
            animation: fa-heart 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}

@-webkit-keyframes fa-heart {
0%,
100% {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
15% {
  -webkit-transform: translateX(-30px) rotate(-6deg);
          transform: translateX(-30px) rotate(-6deg);
}
30% {
  -webkit-transform: translateX(15px) rotate(6deg);
          transform: translateX(15px) rotate(6deg);
}
45% {
  -webkit-transform: translateX(-15px) rotate(-3.6deg);
          transform: translateX(-15px) rotate(-3.6deg);
}
60% {
  -webkit-transform: translateX(9px) rotate(2.4deg);
          transform: translateX(9px) rotate(2.4deg);
}
75% {
  -webkit-transform: translateX(-6px) rotate(-1.2deg);
          transform: translateX(-6px) rotate(-1.2deg);
}
}
@keyframes fa-heart {
0%,
100% {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
15% {
  -webkit-transform: translateX(-30px) rotate(-6deg);
          transform: translateX(-30px) rotate(-6deg);
}
30% {
  -webkit-transform: translateX(15px) rotate(6deg);
          transform: translateX(15px) rotate(6deg);
}
45% {
  -webkit-transform: translateX(-15px) rotate(-3.6deg);
          transform: translateX(-15px) rotate(-3.6deg);
}
60% {
  -webkit-transform: translateX(9px) rotate(2.4deg);
          transform: translateX(9px) rotate(2.4deg);
}
75% {
  -webkit-transform: translateX(-6px) rotate(-1.2deg);
          transform: translateX(-6px) rotate(-1.2deg);
}
}


.fa-globe-europe {
    -webkit-animation: fa-globe-europe 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
            animation: fa-globe-europe 3s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite both;
}

@-webkit-keyframes fa-globe-europe {
0%,
100% {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
15% {
  -webkit-transform: translateX(-30px) rotate(-6deg);
          transform: translateX(-30px) rotate(-6deg);
}
30% {
  -webkit-transform: translateX(15px) rotate(6deg);
          transform: translateX(15px) rotate(6deg);
}
45% {
  -webkit-transform: translateX(-15px) rotate(-3.6deg);
          transform: translateX(-15px) rotate(-3.6deg);
}
60% {
  -webkit-transform: translateX(9px) rotate(2.4deg);
          transform: translateX(9px) rotate(2.4deg);
}
75% {
  -webkit-transform: translateX(-6px) rotate(-1.2deg);
          transform: translateX(-6px) rotate(-1.2deg);
}
}
@keyframes fa-globe-europe {
0%,
100% {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
15% {
  -webkit-transform: translateX(-30px) rotate(-6deg);
          transform: translateX(-30px) rotate(-6deg);
}
30% {
  -webkit-transform: translateX(15px) rotate(6deg);
          transform: translateX(15px) rotate(6deg);
}
45% {
  -webkit-transform: translateX(-15px) rotate(-3.6deg);
          transform: translateX(-15px) rotate(-3.6deg);
}
60% {
  -webkit-transform: translateX(9px) rotate(2.4deg);
          transform: translateX(9px) rotate(2.4deg);
}
75% {
  -webkit-transform: translateX(-6px) rotate(-1.2deg);
          transform: translateX(-6px) rotate(-1.2deg);
}
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

/*Desing social content*/

.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 100px; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
  font-size: 20px; /*Le damos tamaño a los iconos*/
}

/*Desing button hide*/
.social-hide{
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 250px; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
  font-size: 20px; /*Le damos tamaño a los iconos*/
}

.social-hide ul {
  list-style: none;
}

.social-hide ul li a {
  cursor: pointer;
  display: inline-block;
  color: #bb7900;
  padding: 13px 15px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50px;
}


	.social ul {
		list-style: none;
	}

	.social ul li a {
    cursor: pointer;
		display: inline-block;
		color:#ffffff;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
    width: 45px;   /*Establecemos el tamaño del cuadrado*/
	}

  .social ul li .fa-facebook-f {background:#3b5998; border-radius: 0px 10px 10px 0px;} /* Establecemos los colores de cada red social, aprovechando su class */
  .social ul li .fa-facebook-messenger {background:rgb(0, 195, 255); border-radius: 0px 10px 10px 0px;}
  .social ul li .fa-instagram {background: #fd049e; border-radius: 0px 10px 10px 0px;}
  .social ul li .fa-youtube {background: #d95232; border-radius: 0px 10px 10px 0px;} 
  .social ul li .fa-whatsapp {background: #009900; border-radius: 0px 10px 10px 0px;}
	.social ul li .fa-envelope {background: #666666; border-radius: 0px 10px 10px 0px;}

	.social ul li a:hover {
		background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }


/*proyectos portafolio*/

#btn-proyect-2{
  cursor: pointer !important;
  color: #fff !important;
  background-color: #ffa75c !important;
  transition: all 0.5s ease 0s !important;
  border-radius: 0px 30px 0px 0px !important;
}

#btn-proyect-2:hover {
  cursor: pointer !important;
  background-color: rgb(153, 153, 153) !important;
  color: #fff !important;
  border-radius: 0px 30px 0px 0px !important
}

#btn-proyect-2{
  cursor: pointer !important;
  -webkit-animation:appear 1s ease 0s 1 normal;
  -moz-animation:appear 1s ease 0s 1 normal;
  -ms-animation:appear 1s ease 0s 1 normal;
  animation:appear 1s ease 0s 1 normal;
  }
  
  @-webkit-keyframes appear {
  0%{ opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  60%{ opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
  }
  @keyframes appear {
  0%{ opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  60%{ opacity: 1; transform: scale3d(1,1,1); }
  }

#btn-proyect { /*ESTE*/
  cursor: pointer !important;
  transition: all 0.5s ease 0s !important;
  border-radius: 0px 30px 0px 0px !important;
}

#btn-proyect:hover {
  cursor: pointer !important;
  color: #333 !important;
  border-radius: 0px 30px 0px 0px !important
}

.hoverproduct{
    height: 700px;
    background-color: #fff;
    transition:height 0.5s linear 0s,background-color 1s ease 0s;
 
}

.hoverproduct:hover{    
    height:700px;
    background-color:yellow
}


/*Diseño contenedor video*/

      .bg-image {
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                background-attachment: fixed; }
        .bg-image.overlay3 {
                position: relative; }
          .bg-image.overlay3:after {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 0;
                width: 50%;}
.bg-image > .container {
                position: relative;
                z-index: 1; }
    

       /*BARRA SEPARADORA*/   
hr {
                display: block;     
                unicode-bidi: isolate;
                margin-block-start: 0.5em;
                margin-block-end: 0.5em;
                margin-inline-start: auto;
                margin-inline-end: auto;
                overflow: hidden;
                border-style: inset;
                border-width: 1px;
        }

.bar-separate {
                border: 0;
                height: 2px;
                background-image: linear-gradient(-106deg, #ffffff 6%, #ffa500 55%, #ffffff 100%);
                width: 50%;
            }

.bar-separate-2 {
                border: 0;
                height: 2px;
                background-image: linear-gradient(-106deg, #ffffff 6%, #ffa500 55%, #ffa75c 100%);
                width: 99%;
            }

.bar-separate-3 {
                border: 0;
                height: 2px;
                background-image: linear-gradient(-106deg, #ffffff 6%, #888888 55%, #ffffff 100%);
                width: 50%;
            }

    /*proyectos*/

.proyect_1 {
                display: block !important;
                position: relative !important;
                box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.46);
            }
    
.proyect_1 figure {
                margin-bottom: 0 !important;
                padding-bottom: 0 !important;
                position: relative !important;
                overflow: hidden !important;
                margin-bottom: 30px !important;
            }
            
figure {
                margin: 0 0 1rem !important;
            }

/*Contendor imagen proyecto 1*/            
        
.img-container-1 {
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                background-attachment: fixed;
                width: 300px;
                height: 200px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
              }

              
@media screen and (min-width: 768px){ 
        .img-container-1 {
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                background-attachment: fixed;
                width: 100%;
                height: 286px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
        
    }}  
              
              
        .img-container-1:before {
                content: '';
                width: inherit;
                height: inherit;
                position: absolute;
                background: #c56d0069;
                opacity: 0;
                transition: opacity .3s linear;
        }
              
              .img-container-1:hover:before { 
                        opacity: .75;
              }
              
              .img-container-1 .pepe {
                width: 70%;
                position: absolute;
                top: 100%; 
                left: 20%;
                transition: top .3s linear;
              }
              
              .img-container-1:hover .pepe {    
                top: 0%;
                }

              .img-container-1 .parrafo-proyecto {
                color: #fff;
                font-size: 13px;
                text-align: center;
                width: 40%;
                position: absolute;
                top: 100%;
                left: 55%;
                transition: top .5s linear;
                }
              

              @media screen and (min-width: 768px){ 
                .img-container-1 .parrafo-proyecto {
                    color: #fff;
                    font-size: 16px;
                    text-align: center;
                    width: 40%;
                    position: absolute;
                    top: 100%;
                    left: 30%;
                    transition: top .5s linear;
                
            }}  
              
              .img-container-1:hover .parrafo-proyecto {    
                top: 90%;
              }

              @media screen and (min-width: 768px){ 
                .img-container-1:hover .parrafo-proyecto {
                    top: 85%;
                
            }}  

/*Contendor imagen proyecto 2*/            
        
.img-container-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 300px;
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  
@media screen and (min-width: 768px){ 
.img-container-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 286px;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}}  
  
  
.img-container-2:before {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: #c56d0069;
    opacity: 0;
    transition: opacity .3s linear;
}
  
  .img-container-2:hover:before { 
            opacity: .75;
  }
  
  .img-container-2 .pepe {
    width: 70%;
    position: absolute;
    top: 100%; 
    left: 20%;
    transition: top .3s linear;
  }
  
  .img-container-2:hover .pepe {    
    top: 0%;
    }

  .img-container-2 .parrafo-proyecto {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 40%;
    position: absolute;
    top: 100%;
    left: 55%;
    transition: top .5s linear;
    }
  

  @media screen and (min-width: 768px){ 
    .img-container-2 .parrafo-proyecto {
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 40%;
        position: absolute;
        top: 100%;
        left: 30%;
        transition: top .5s linear;
    
}}  
  
/*Contendor imagen proyecto 3*/            
        
.img-container-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 300px;
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  
@media screen and (min-width: 768px){ 
.img-container-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 286px;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}}  
  
  
.img-container-3:before {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: #c56d0069;
    opacity: 0;
    transition: opacity .3s linear;
}
  
  .img-container-3:hover:before { 
            opacity: .75;
  }
  
  .img-container-3 .pepe {
    width: 70%;
    position: absolute;
    top: 100%; 
    left: 20%;
    transition: top .3s linear;
  }
  
  .img-container-3:hover .pepe {    
    top: 0%;
    }

  .img-container-3 .parrafo-proyecto {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 40%;
    position: absolute;
    top: 100%;
    left: 55%;
    transition: top .5s linear;
    }
  

  @media screen and (min-width: 768px){ 
    .img-container-3 .parrafo-proyecto {
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 40%;
        position: absolute;
        top: 100%;
        left: 30%;
        transition: top .5s linear;
    
}}  

  .img-container-3:hover .parrafo-proyecto {    
    top: 90%;
  }

  @media screen and (min-width: 768px){ 
    .img-container-3:hover .parrafo-proyecto {
        top: 85%;
    
}}              

    
    .proyect_1 .proyect_1-contents {
                text-align: center;
            }
    
    /*Boton modal*/
    
    .btn-info {
                color: #ffffff  !important;
                background-color: #ffa75c !important;
                border-color: #e0810b !important;
                margin: 17.5px;
    }
    
    .btn-info:hover {
                color: #ffffff  !important;
                background-color: #8b5f00 !important;
                border-color: #976200 !important;
                transition: all 0.3s !important;
    }

    .modal-body-proyecto{
        position: relative;
        padding: 15px;
    }

    /*Modal texto proyecto*/
   
    .titulomodal-proyectos{
        color: #ffa75c;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;
        font-size: 20px;
    
}

    @media screen and (min-width: 768px){
    .titulomodal-proyectos{
        color: #ffa75c;
        margin: 0 auto;
        position: relative;
        display: flex;
        padding: 20px;
        font-size: 20px;
        text-align: center;
    }}

    .titulomodal-proyecto{
        color: #ffa75c;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;
        font-size: 20px;
    
}

    @media screen and (min-width: 768px){
    .titulomodal-proyecto{
    color: #ffa75c;
    margin: 0 auto;
    position: fixed;
    display: inline-flex;
    padding: 25px;
    font-size: 28px;
    justify-content: center;
    }}

/*TITULO MODAL EQUIPO*/


.titulomodal-equipo{
    color: #666666;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 25px;

}

@media screen and (min-width: 768px){
.titulomodal-equipo{
    color: #585858;
    margin: 0 auto;
    position: fixed;
    display: inline-flex;
    padding: 5px;
    font-size: 28px;
    justify-content: center;
}}

.subtitulomodal-equipo{
    color: #ffa75c;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 6px;
    font-size: 17px;

}

@media screen and (min-width: 768px){
.subtitulomodal-equipo{
    color: #ffa75c;
    margin: 0 auto;
    position: fixed;
    display: inline-flex;
    font-size: 28px;
    justify-content: center;
    padding-top: 41px;
}}

.mintitulomodal-equipo{
    color: #bf7536;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 6px;
    font-size: 17px;

}

@media screen and (min-width: 768px){
.mintitulomodal-equipo{
    color: #bf7536;
    margin: 0 auto;
    position: fixed;
    display: inline-flex;
    font-size: 28px;
    justify-content: center;
    padding-top: 76px;
}}



    .modal-title-project {
        margin: 0;
        line-height: 1.42857143;
    }

    @media screen and (min-width: 768px){
        .modal-title-project {
            display:flex;
            margin: 0;
            line-height: 1.42857143;
            font-size: 25px;
        }}

        .contenidomodal-proyecto{

            color: rgb(153, 153, 153);
            margin: 0 auto;
            position: relative;
            display: flex;
            justify-content: center;
            padding: 10px;
        }

    @media screen and (min-width: 768px){
        .contenidomodal-proyecto{

            color: rgb(153, 153, 153);
            margin: 70px auto;
            position: fixed;
            display: inline-flex;
            padding: 17px;
        }}

        .contenidomodal-equipo{
            color: rgb(78 78 78);
            margin: 0 auto;
            position: relative;
            display: flex;
            justify-content: center;
            padding: 10px;
            font-size: 15px;
        }

    @media screen and (min-width: 768px){
        .contenidomodal-equipo{
            color: rgb(74 74 74);
            margin: 70px auto;
            position: fixed;
            display: inline-flex;
            padding: 17px;
            font-size: 16px;
            flex-direction: row;
        }}

        .contenidomodal-trabajo{
            color: rgb(78 78 78);
            margin: 0 auto;
            position: relative;
            display: flex;
            justify-content: center;
            padding: 10px;
            font-size: 15px;
        }

    @media screen and (min-width: 768px){
        .contenidomodal-trabajo{
        color: rgb(74 74 74);
        margin: 70px auto;
        position: fixed;
        display: inline-flex;
        padding: 17px;
        font-size: 24px;
        flex-direction: row;
        }}


/*Cabezera Modal Query*/
.modal-header-proyectus{
    padding: 8px !important;
    border-bottom: 0px solid #e5e5e5 !important;
    height: 30px !important;
}

@media screen and (min-width: 768px){
    .modal-header-proyectus{
        padding: 4px !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }
}

/*Imagen proyecto Query*/
.img-responsive-project{
        padding: 1px;
        display: block;
        max-width: 100%;
        height: 330px;
    }
@media screen and (min-width:768px){
.img-responsive-project{
        display: inline-flex;
        width: 60%;
        height: 400px;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 10px;

    }}

/*///////////////////////////////////////////////////////////*/

/*Imagen Personal Query*/
    .img-responsive-personal{
        margin: 0 auto;
        border-radius: 20px;
        display: block;
        max-width: 100%;
        height: auto;

    }
    @media screen and (min-width: 768px){
        .img-responsive-personal{
            margin: 0 auto;
            border-radius: 20px;
            display: inline-block;
            max-width: 100%;
            height: auto;

        }
       }

/*Cruz para cerrar modal*/
button.close {
    padding: 3px !important;
    cursor: pointer !important;
    background: 0 0 !important;
    border: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.close:focus, .close:hover {
    color: rgb(255, 153, 0) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;
}

/*Img trabajadores Query*/

.img-responsive-trabajo{
    display: block;
    margin: 0 auto;
    border-radius: 35px;
    width: 100%;
    height: 357px;
}

@media screen and (min-width:768px){
    .img-responsive-trabajo{
        margin: 0 auto;
        display: inline;
        border-radius: 20px;
        width: 45%;
        height: 449px;
    }
}

/*IMAGENES TRABAJOS*/

.img-responsive-proyecto{
    display: block;
    margin: 0 auto;
    border-radius: 35px
}

@media screen and (min-width:768px){
    .img-responsive-proyecto{
        margin: 0 auto;
        display: inline;
        border-radius: 20px;
    }
}

a.lead.text-white{
    bottom: 0px !important;
}

@media screen and (min-width: 768px){
    a.lead.text-white{
        bottom: 25px !important;
    }
}


/*TEST EQUIPO 1*/

.fondo_equipo_1{
    width: 60%;
    position: relative;
    height: 210px;
    background-size: cover;
    border-radius: 50%;
    margin-left: 76px;
}

@media screen and (min-width: 768px) {
    .fondo_equipo_1{
        width: 60%;
        position: relative;
        height: 210px;
        background-size: cover;
        border-radius: 50%;
        margin-left: 76px;
    }
}

.fondo_equipo_1:before {
    content: '';
    width: 100%;
    height: 205px;
    position: absolute;
    background: #000000a3;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s linear;
    right: 0px;
    border-style: solid;
    border-color: rgb(255 118 0);
    border-width: thick;
}
  
  .fondo_equipo_1:hover:before { 
            opacity: .75;
  }

  @media screen and (min-width: 768px){
        .fondo_equipo_1:hover:before{
            opacity: .75;
        }
  }

  @media screen and (min-width: 768px) {
    .fondo_equipo_1:before{
        content: '';
        width: 100%;
        height: 205px;
        position: absolute;
        background: #000000a3;
        box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
        border-radius: 50%;
        opacity: 0;
        transition: opacity .3s linear;
        right: 0px;
        border-style: solid;
        border-color: rgb(255 118 0);
        border-width: thick;
    }
}

/*IMG ARRIBA PROYECTOS*/

.fondo_proyecto_1{
    width: 100%;
    position: relative;
    height: 190px;
    background-size: cover;
    border-radius: 24px 24px 0px 0px;
}

@media screen and (min-width: 768px) {
    .fondo_proyecto_1{
        width: 100%;
        position: relative;
        height: 350px;
        background-size: cover;
        border-radius: 24px 24px 0px 0px;
    }
}

.fondo_proyecto_1:before {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: #c56d0069;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 24px 24px 0px 0px;
    opacity: 0;
    transition: opacity .3s linear;
}
  
  .fondo_proyecto_1:hover:before { 
            opacity: .75;
  }
  
  .logo_proyecto_1{
    box-shadow: 0px 0px 0px !important;
}

  .fondo_proyecto_1 .logo_proyecto_1 {
    width: 90%;
    position: relative;
    left: 5%;
    top: 0%;
    opacity: 0%;
    transition: all 0.2s cubic-bezier(0, 1.07, 1, 1);
  }

  @media screen and (min-width: 768px){
    .fondo_proyecto_1 .logo_proyecto_1 {
        width: 90%;
        position: relative;
        left: 5%;
        top: 15%;
        opacity: 0%;
        transition: all 0.2s cubic-bezier(0, 1.07, 1, 1);
      }
  }
  
  .logo_proyecto_1:hover{    
    opacity: 100%;
    transition: all 0.2s cubic-bezier(0, 1.07, 1, 1);
    }

/*CUERPO CARD GALLERY*/
.gallery-block.cards-gallery .card {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    border-radius: 24px 24px 44px 44px;
}

@media screen and (min-width: 768px){
    .gallery-block.cards-gallery .card {
        width: 75%;
        margin-bottom: 85px !important;
        box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
        border-radius: 24px 24px 44px 44px;
    }
}
/*PRIMERO TEXTO PROYECTO*/
.titulo-project{
    font-size: 25px !important;
    font-weight: bold !important;
}

/*SEGUNDO TEXTO PROYECTO*/

.sub_project{
    color: #ff8100;
    font-size: 16px !important;
    font-weight: bold;
}

.gallery-block.cards-gallery a {
    color: #484848 !important;
}

/*BOTON VER PROYECTO*/

.button_info_project {
    padding: 7px 17px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: white;
    background-color: rgb(240, 136, 75);
    border: none;
    border-radius: 0px 0px 77px 77px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    transition: all 0.5s;
    width: 100%;
  }
  
  .button_info_project:hover {background-color: rgb(44, 44, 44);; color: rgb(196, 78, 0);; box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);}
  
  .button_info_project:active {
    background-color: #fff;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
    color: #fff;
  }
  
  .line-svg{
  left: 7%;
  
  }

/*FOOTER*/

.footer_style{
    background-image: linear-gradient(135deg, #1e1e1e 0%, #333333 100%);
}

.text-footer {
    color: #fff !important;
    font-size: 10px;
    margin: 10px 0px;
}

.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #666;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #111111;
  transition: all 0.5s;
}

.button:hover {background-color: #666; color: #fff;}

.button:active {
  background-color: #fff;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  color: #fff;
}

.line-svg{
left: 7%;

}

  .titulo-equipo{
      color: white;
  }

  




    