*,
*:after,
*::before {
    box-sizing: border-box;
}
/*FONTS*/

@font-face {
    font-family: 'open_light';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-light-webfont.woff2') format('woff2'),
        url('../fonts/opensans-light-webfont.woff') format('woff'),
        url('../fonts/opensans-light-webfont.ttf') format('truetype'),
        url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_regular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-bold-webfont.woff') format('woff'),
        url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.light{
    font-family: 'open_light',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 100;
}
.regular{
    font-family: 'open_regular',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 100;
}
.semibold{
    font-family: 'open_semibold',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: normal;
}
.bold{
    font-family: 'open_bold',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: bold;
}

.italic{
    font-style: italic;
}
/*FONTS*/

.color-1{
    color: #0072bc !important;
}
.color-2{
    color: #8dc63f !important;
}
.color-3{
    color: #daeaf0 !important;
}

body {
    background: #fff;
    font-family: 'open_light',sans-serif;
    font-weight: 100;
    font-size: 1em;
    font-size: 16px;
    color: #696b71;
}

.container-fluid{
    padding: 0px;
}

.header{
    width: 100%;
    height: auto;
    position:fixed ;
    padding: 0px;
    z-index: 101;
    background:;
    border-bottom: 3px solid transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.idioma{
    width:100px;
    height: 91px;
    background-image: url(../images/idioma-2.png);
    background-size:auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100000000000000000000000;
    text-align: right;
    color: white;
    line-height: 2.4;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.idioma:hover{
    background-image: url(../images/idioma.png);
}
.idioma a{
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 10px;
}
.idioma:hover a{
    text-shadow: 2px 2px 1px  #000;
}

.language{
    text-align: center;
    margin: 10px auto 0 auto;
    padding:0px 0px;
    width:180px;
    height: 91PX;
    color: #fff;
    background-image: url(../images/idioma-3.png);
}
.language p{
    padding: 0;
    font-size: .9em;
    line-height: 3em;
}
.language p a{
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.language p a:hover{
    color:#c1730a;
}
.lang-active{
    color:#c1730a !important;
    font-family: 'open_semibold',sans-serif;
}

.menufix{
    z-index: 102;
    padding: 0px;
}
.navbar{
    background: transparent;
    border: none;
    margin: 0px 0 0px 0;
    width: 100%;
    padding: .5em 0 .08em 0;
    -webkit-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
}
.navbar-header{
    width: 40%;
}

.logo {
    width: 80%;
    height: 100%;
    margin-top: -0px;
    margin-bottom: 0px;
    padding: 10px 0;
}
.logo img{
    width: 90%;
    -webkit-transition: width 0.4s;
    transition:width 0.4s;
}

.navbar-default .navbar-nav>li>a{
    font-weight: 100;
    font-size: 1.20em;
    line-height: 2;
    margin-top:8px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding:10px 10px 5px 10px;
    color: #fff;
    -webkit-transition: all 0.42s linear;
    transition: all 0.42s linear;

}
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:visited{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background: rgba(255, 255, 255, 0.27);
    font-style: italic;

}

.navbar-toggle{
    margin-top: 25px;
    background: #8dc63f;
    border: none;
    text-align: center;
    padding: 13px 13px;
    z-index: 1;
}
.navbar-toggle span.icon-bar{
    background: #fff !important;
}
.navbar-toggle:hover{
    background: #6091c7 !important;   
}

.navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
}
.navbar-default .navbar-nav{
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    -webkit-transition: border-bottom 0.4s;
    transition: border-bottom 0.4s;
    -webkit-transition: border-top 0.4s;
    transition: border-top 0.4s;
}
.navbar-default .navbar-nav>.active>a{
    background: #8dc63f !important;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff !important;
}

.gradient{
    position: fixed;
    width: 100%;
    height: 60px;
    margin-top: 60px;
    z-index: 100;
    display: none;
    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    -webkit-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
}

.pap.shrink {
    height: 85px;
}
.pap.shrink .header {
    background: #334e6b;
    border-bottom: 3px solid #fff;
}
.pap.shrink .navbar{
    margin-top: 0px;
}
.pap.shrink .navbar-default .navbar-nav>li>a {
    font-size: 1em;
    margin-top:0px;
}
.pap.shrink .logo img{
    width: 65%;
    margin-top: -15px;
}
.pap.shrink .gradient{
    display: block;
}

.pap.shrink .navbar-toggle{
    margin-top: 10px;
}

/* ---SLIDE---*/
.photos{
    margin-top: 0px;
    border-top: 0px solid #f1b345;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    /*
    height: 450px;
    */
    margin: auto;
}


/*-- SECTION --*/
section{
    padding: 1em;
    margin: 1em 0;
    min-height: 200px;
}

/*-- NOSOTROS --*/
.nosotros{
    background-color: #ecf0f1;
    margin: 0;
}
.nosotros h3{
    font-family: 'open_semibold',sans-serif;
    font-size: 1.3em;
    margin-bottom: 20px;
}
.nosotros hr{
    border-bottom: 1px solid #ccc;
    margin: 40px auto;
}
.premisas{
    margin: 30px 0;
}
.premisas div div{
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: .9em;
    color: #b7b1b1;
    min-height: 220px;
    box-shadow: 3px 3px 0px 0px #ccc;
}
.premisas h4{
    font-family: 'open_semibold',sans-serif;
    color: #8dc63f;
    font-size: 1.1em;
    text-align: center;
    text-transform: uppercase;
}
.premisas img{
    width: 50%;
    margin: 10px 25%; 
}
.premisas p{
    min-height: 100px;
}

.filosofia div div{
    padding:5px 10px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    background: #fafafa;
    border-bottom: 4px solid #ccc;
}
.filosofia>div:nth-child(1) div{
    background: #8dc63f;
    border-bottom: 4px solid #75a82f;
}
.filosofia>div:nth-child(2) div{
    background: #0072bc;
    border-bottom: 4px solid #0a6098;
}
.filosofia>div:nth-child(3) div{
    background: #db401b;
    border-bottom: 4px solid #ba2f0d;
}
.filosofia div div h3{
    font-family: 'open_light',sans-serif;
    text-align: justify;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.filosofia div div span{
    border-radius: 100px;
    display: inline-block;
    font-size: 1.1em;  
    margin-left: 5%;
}

.filosofia>div:nth-child(1) div:hover{
    background: #8dd032;
}
.filosofia>div:nth-child(2) div:hover{
    background: #0781d0;
}
.filosofia>div:nth-child(3) div:hover{
    background: #ef4d26;
}

.filosofy{
    position: absolute;
    border-radius: 5px;
    width: 84%;
    background: #fff;;
    padding: 3% 1% 1% 1%;
    margin-top: -85px;
    margin-left: 0px;
    background: #fafafa;
    box-shadow: 2px 2px 1px 1px #9b9d98;
    border: 1px solid #9b9d98;
    z-index: 100;
}
.filosofy span{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #e00c0c;
    box-shadow: 1px 1px 0px 0px #880606;
    color: #fff;
    text-align: center;
    line-height:1.82;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.filosofy h2{
    width: 80%;
    margin: 10px auto 0 auto;
    padding-bottom: 10px;
}
.filosofy p{
    width: 80%;
    margin: 30px auto 50px auto;
    font-size: 1.2em;
}
.mision h2{
    color: #8dc63f;
    border-bottom: 1px solid #8dc63f;
}
.vision h2{
    color: #0072bc;
    border-bottom: 1px solid #0072bc;
}
.valores h2{
    color: #ef4d26;
    border-bottom: 1px solid #ef4d26;
}
.valores ul{
    width: 80%;
    margin: 20px auto;
}
.valores ul li{
    margin: 10px 0; 
    list-style-type: none;
}
.valores ul li:before{
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; 
    width: 1.3em; 
    margin: 10px 0; 
    color: #ef4d26;
}



/*-- PAPTM --*/
.paptm{
    background-color: #8dc63f;
    margin: 0;
    color: #47720b;
    text-align: center;
}
.paptm h2{
    line-height: 1.4;
    border-bottom: 5px dashed rgba(255, 255, 255, 0.25);
    padding-bottom: .71em;
    color: white;
}
.paptm h2 span{
    color: #47720b;
}
.paptm p{
    margin: 2em 0;
    text-align: left;
    font-size: 1.1em;
}
.papTM-ofrece{
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 5px 5px 0 0 #085c93;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    color: #0072bc;
    font-family: 'open_semibold',sans-serif;
    text-align: center;
    display: inline-block;
    margin: 1em .5em;
    vertical-align: top;
}
.papTM-class{
    width: 70%;
    margin: 0 auto;
}
.papTM-ofrece p{
    margin-top: 30px;
    padding:0px 10px;
    text-align: center;
    vertical-align: middle;
    display:block;
    font-size: .8em;
    font-family: 'open_semibold',sans-serif;
    line-height: 1.2;
}
.papTM-ofrece p i{
    font-size: 2.8em;
    margin-bottom: 10px;
}
.paptm h3{
    color: #fff;
    font-family: 'open_regular',sans-serif;
    margin: 1em 0;
    background: rgba(255, 255, 255, 0.12);
    padding: .81em 0;
    border-radius: 100px;
}

/*-- PRODUCTOS --*/
.productos{
    background-color: #8dc63f;
}

/*-- PAP SAFETY --*/
.safety{
    background: #fff;
    padding: 50px 0 0 ;   
}
.safety .container{
    border-bottom: 0px double #00a0c6;
    padding-bottom: 80px;
}
.safe-header{
    text-align: left;
    margin-bottom: 50px;
}
.safe-header h2, .ourTeam h2{
    color: #00a0c6;
    margin: 2% 0;
    font-family: 'open_semibold', sans-serif;
}
.safe-header img{
    width: 30%;
    margin:0% 35%;
}

.safe-services{
    margin-bottom: 60px;
}
.safe-services div{
    padding:0px 5px;
    margin: 5px 0;
}
.safe-title{
    border-radius: 5px;
    min-height:  170px;
    text-align: center;
    box-shadow: 3px 3px 0px 0px #ccc;
    background: rgba(247,247,247,1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(50%, rgba(247,247,247,1)), color-stop(50%, rgba(237,237,237,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(-45deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(237,237,237,1) 50%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(237,237,237,1) 50%, rgba(237,237,237,1) 100%);
    background: linear-gradient(135deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(237,237,237,1) 50%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=1 );
    border:2px solid #f5eded;
}
.safe-title h3{
    font-size:.9em;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0 10px 0;
    width: 95%;
    min-height: 80px;
    margin: 0 auto;
    font-family: 'open_semibold',sans-serif;
    color: #4b4646;
}
.safe-title img{
    width: 20%;
    margin: 5px auto;
}
.safe-title a{
    display: block;
    width: 150px;
    border-radius: 5px;
    margin: 10px auto;
    background: #8dc63f;
    border-bottom: 4px solid #699a27;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 1.52;
    font-size: 1.2em;
    font-family: 'open_light',sans-serif;
    font-weight: 100;
    letter-spacing: 1px;

}
.safe-title a:hover{
    background: #90d137;
}
.safe-content{
    display:none;
    background: rgba(0, 0, 0,.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 1000;
    overflow: auto;
}
.safe-content div{
    background: white;
    color: #5e6a6c;
    position: relative;
    z-index: 100;
    left: 10%;
    top: 10%;
    width: 80%;
    min-height: 200px;
    border-radius: 5px;
    padding:10px 20px;
}
.safe-content div .cerrar{
    float: right;
    margin: 10px;
    color: #ccc;
}
.safe-content div p,.safe-content div div{
    margin: 50px 0;
    padding: 20px 20px;
    border: 4px double #8dc63f;
    border-radius: 5px;
    position: relative;
}
.safe-content div span:first-child{
    color: #0072bc;
    font-family:'open_semibold',sans-serif;
}
.safe-content div ul li{
    list-style-type: none;
    margin: 7px 0;
}
.safe-content div ul li:before {
    content: "\f00c"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; 
    width: 1.3em;  
    color: #8dc63f;
}

.iso{
    width: 100%;
    margin: 0;
    padding:0em 0 5em 0;
    border-bottom: 1px solid #ccc;
}
.iso img{
    width: 50%;
    margin: 40px 25% 0px 25%;
}



/*-- CASOS DE EXITO --*/
.exito{
    margin-bottom: 10px;
    margin-top: -50px;
}
.exito .container{
    border-bottom: 4px double #00a0c6;
    padding-bottom: 100px;
}
.exito-header{
    width: 100%;
}
.exito-header img{
    width: 40%;
    margin: 1em 30% 2em 30%;
}
.casos-descripcion{
    width: 100%;
    margin:0 0 50px 0;
    font-size: 1.4em;
    color: #0072bc;
}
.casos div div{
    width: 100%;
    min-height: 450px;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 4px 4px 0 0 #cbcbcb;
    background: rgb(242,244,247);
    background: -webkit-linear-gradient(-45deg,  rgba(242,244,247,1) 50%,rgba(234,234,234,1) 50%);
    background: -webkit-linear-gradient(315deg,  rgba(242,244,247,1) 50%,rgba(234,234,234,1) 50%);
    background: linear-gradient(135deg,  rgba(242,244,247,1) 50%,rgba(234,234,234,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f7', endColorstr='#eaeaea',GradientType=1 );


}
.casos div div img.casos-header{
    width: 100%;
    border: 0px solid #8dc63f;
    border-radius: 5px 5px 0 0;
    margin: 0%;

}
.casos div div p{
    width: 90%;
    min-height: 150px;
    margin: 2em auto;
    font-size: .9em;
    color: #8d8e95;
    color:#;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #a6a7af;
    border-bottom: 1px solid #a6a7af;
}
img.logo-exito{
    width: 50%;
    margin: 0 25%;
}
img.logo-exito-middle{
    width: 28%;
    margin: 0 36%;
}
.casos div div a{
    width: 180px;
    border-radius: 5px;
    border-bottom: 4px solid #0f5e91;
    background: #218ed4;
    color: white;
    text-decoration: none;
    display: block;
    margin: 2em auto;
    text-align: center;
    padding: .6em;
    font-size: .91em;
}
.casos div div a:hover{
    background: #30a3ed;
    border-bottom-color: #1587d1;
}



/*--- EQUIPO ---*/
.ourTeam{
    margin: 0;
}
.equipo{
    background: #efefef;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 80px;
}

.equipo div div{
    text-align: center;
    font-style: italic;
    font-size: .8em;
    padding: 10px 5px 30px 5px;
    border-right: 4px double #fff;
    min-height: 280px;
}
.equipo div:last-child div{
    border-right: 0px double #ebebeb;
}
.equipo div div h4{
    font-style: normal;
    font-family: 'open_semibold',sans-serif;
}
.equipo div div img{
    width: 40%;
    margin: 10px 30%;
}
.equipo div div span{
    font-size: 2em;
    cursor: pointer;
}
.equipo div div span:hover{
    color: #8dc63f;
}
.team{
    position: absolute;
    border-radius: 5px;
    width: 86%;
    height: 400px;
    background: #fff;;
    padding: 1% 3% 2% 3%;
    margin-top: -400px;
    margin-left: -15px;
    background: #fafafa;
    box-shadow: 2px 2px 1px 1px #9b9d98;
    border: 1px solid #9b9d98;
    z-index: 100;
    overflow: auto;
    overflow-x: hidden;
    color: #949b9f;
}
.team img{
    width: 15%;
    margin: 10px 45%;
}
.team h3{
    text-align: center;
    line-height: 1.6;
    font-size: 1.3em;
    color:#0072bc;
    padding-bottom:10px;
    border-bottom: 4px double #ccc;
}
.team h3 span{
    font-size: .8em;
    font-family: 'open_light',sans-serif;
    font-style: italic;
    color: #8dc63f;
}
.team p{
    margin: 10px 0;
}
.team ul li{
    list-style-type: none;
}
.team ul li:before{
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; 
    width: 1.3em; 
    margin: 10px 0; 
    color: #8dc63f;
}
.team>span{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #e00c0c;
    box-shadow: 1px 1px 0px 0px #880606;
    color: #fff;
    text-align: center;
    line-height:2;
    right: 20px;
    top: 20px;
    cursor: pointer;
}


/*--- CONTACTO ---*/

.contacto{
    text-align: justify;
    background: #efefef;
    padding-bottom: 3.5em;
    margin:50px 0 0 0;
}
.contacto legend{
    color: #a3a7ac;
    font-size: 1.4em;
    margin: 2em 0;
    padding-bottom: 15px;
}
.contacto input,.contacto textarea{
    background: #f5f5f5;
    color: #a3a7ac;
    margin: 15px 0;
    padding: 20px 10px; 
    border-radius: 5px;
    border: 1px solid #dedede;
    font-size: 1em;
}
.contacto input:focus, textarea:focus{ 
    outline:0px;
    background: #f9f9f9;
    box-shadow: none;
    border: 1px solid #dedede; 
}
.contacto textarea{
    width: 100%;
}
.contacto .mail,.contacto .tel{
    width: 49%;
    display: inline-block;
}
.contacto button{
    width: 30%;
    margin: 30px 35% 0 35%;
    position: relative;
    text-align: center;
    padding: 10px 0 5px 0;
    background: #8dc63f;
    border: none;
    border-bottom: 4px solid #6c9f27;
    font-size: 1.42em;
}
.contacto button:hover{
    background: #7db233;
    border-bottom: 4px solid #5c8d1a;
}
.contacto button:focus,.contacto button:active{ 
    outline:0px;
    box-shadow: none;
    border: 1px solid #dedede; 
}

.contact-mode div div a{
    background: #db9f39;
    text-align: center;
    border-radius: 5px;
    margin: 70px 0;
    padding: 30px 0 20px 0;
    color: white;
    border-bottom: 5px solid #a87a2a;
    font-size: 1.52em;
    width: 100%;
    display: block;
    text-decoration: none;
}
.contact-mode div div a:hover{
    background: #c48c2b;
}
.contact-mode div:nth-child(2) a{
    background: #88bce1;   
    border-bottom-color: #4a7bb0;
}
.contact-mode div:nth-child(2) a:hover{
    background: #68a1c9;   
    border-bottom-color: #4a7bb0;
}
.contact-mode div div a span:nth-child(1){
    font-size: 2em;
    margin: -15px 0% 0 9%;
    float: left;
}
.contact-mode div div a span:nth-child(2){
    margin: 0px 0px 0 10%;
    color: rgba(255, 255, 255, 0.81);
}

/*--- FOOTER ---*/

.footer{
    width: 100%;
    min-height: 100px;
    background: black;
    background-image: url(../images/footer.png);
    padding: 0px 0 20px 0;
}
.footer>.container div{
    color: white;
    font-size: .8em;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer>.container div img{
    width: 60%;
    margin: 10px 15% 20px 15%;
    text-align: center;
}
.footer>.container div:nth-child(1) p{
    font-size: .7em;
    text-align: center;
}
.footer>.container div:nth-child(4){
    text-align: center;
    padding-top:20px 0;
}
.footer>.container div:nth-child(4) a{
    color: white;
    text-decoration: none;
    font-size: 2.3em;
    margin: 10px;
    opacity: .6;
}
.footer>.container div:nth-child(4) a:hover{
    opacity: 1;
}
.iso-f{
    background: #1f1e1e;
    padding: 2em 0;
}
.iso-f img{
    width: 16%;
    margin: 5px 42%;
    opacity: .8;
}

/*RESPONSIVE*/
@media screen and (max-width: 1200px) { 
    body{
    }
    .casos div div p{
        width: 90%;
        min-height: 200px;
    }

}
@media screen and (max-width: 1024px) { 
    body{
        font-size: 14px;
    }

    .logo {
        width: 50%;
        margin-top: -10px;
        margin-bottom: 0;
        padding: 0px 0;
    }

    .header{
        width: 100%;
        /*height: 80px;*/
        padding: 0px;
        padding-top: 10px;
        z-index: 101;
        background: #334e6b;
}

    .navbar-toggle{
        margin-top: 0px;
        margin-bottom: 0;
        background: transparent;
    }
    .photos{
        margin-top: 80px;
        border-top: 0px solid #f1b345;
}

    .idioma{
        width: 80px;
        background: none;
    }
    .idioma a{

    }
    .navbar{
        border: none;
        margin: 0px 0 10px 0;
        width: 100%;
}
    .navbar-header{
        width: 32%;

    }
    .navbar-link{
        margin-top: 20px;
    }
    .logo {
        width: 80%;
        height: 100%;
        padding: 0px;
    }
    .logo img{
        width: 90%;
        -webkit-transition: width 0.4s;
        transition:width 0.4s;
    }


    .pap.shrink .header {
       /* height: 60px;*/
    }
    .pap.shrink .navbar-toggle{
        margin-top: 0px;
    } {
        height: 60px;
    }
    .pap.shrink .logo {
        width: 55%;
        margin-top: 0px;
    }
    .pap.shrink .logo img{
        width: 105%;
        margin-top: 0px;
    }

    .casos div div p{
        width: 90%;
        min-height: 150px;
    }
}

@media screen and (max-width: 768px) { 
    body{
        font-size: 14px;
    }

    .navbar-header{
        width: 100%;
        margin: 0 auto;
        z-index: -11;
    }
    .navbar-collapse {
        background: #8dc63f;
        width: 98%;
        border: 1px solid #333;
        margin:20px auto; 
    }
    .navbar-link{
        font-size: 1.20em;
        background: #8dc63f;
        padding: 10px 10px !important;
        width: 98%;
        margin: 8px auto;
    }
    .navbar-link:hover{
        border-bottom: 1px solid #6091c7;
        border-top: 1px solid #6091c7;
        background: #6091c7 !important;
        color: #fff !important;
    }
    .logo {
        width: 50%;
        padding: 0 10px;
    }
    .logo img{
        width: 70%;
    }


    .pap.shrink .logo img{
        width: 50%;
        margin-top: -2px;
    }

    .premisas div div{
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 1.2em;
    }
    .premisas h4{
        font-family: 'open_semibold',sans-serif;
        color: #8dc63f;
        font-size: 1.1em;
        text-align: center;
    }
    .premisas img{
        width: 14%;
        margin: 10px 43%; 
    }

    .equipo{
        background: white;
        border-radius: 5px;
        margin-bottom: 50px;
    }

    .equipo div div{
        font-size: 1em;
        padding: 5px;
        border-right: 0px double #ebebeb;
        border-bottom:4px double #ebebeb;
        min-height: 20px;
    }
    .equipo div:last-child div{
        border-bottom:0px double #ebebeb;
    }

    .equipo div div img{
        width: 20%;
        margin: 10px 30%;
    }
    .equipo div div span{
        font-size: 2em;
        cursor: pointer;
    }

    .team>span{
        line-height:2.5;
        cursor: pointer;
    }

    .filosofia div div{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .safe-services div{
        margin:5px auto 20px auto;
        width: 100%;
    }
    .safe-title{
        font-size: 1.2em;
    }

    .safe-content{
        display:none;
        background: rgba(0, 0, 0,.8);
        position: fixed;
        width: 100%;
        height: 100%;
        top: -5px;
        left:0px;
        z-index: 1000;
        overflow: auto;
    }
    .safe-content div{
        width: 80%;
        left: 2%;
    }

    .footer>.container div img{
        width: 40%;
        margin: 10px 30% 20px 30%;
    }
    .footer>.container div{
        font-size: 1em;
    }
    .footer>.container div:nth-child(1) p{
        font-size: .92em !important;
        text-align: center;
    }
    .footer>.container div:nth-child(4){
        text-align: center;
        padding-top:20px 0;
    }
    .footer>.container div:nth-child(4) a{
        font-size:3em;
    }

    .casos div div{
        margin-top: 30px;
    }
}


@media screen and (max-width: 522px) { 

    .logo {
        width: 70%;
    }

    .pap.shrink .logo img{
        width: 60%;
        margin-top: 0px;
    }

    .paptm h2{
        font-size: 1.2em;
    }
    .paptm p{
        font-size: .91em;
    }
    .papTM-ofrece{

        width: 100px;
        height: 100px;
        margin: 1em .1em;
    }
    .papTM-class{
        width: 103%;
        margin: 0 auto;
    }
    .papTM-ofrece p{
        margin-top: 10px;
        padding:0px 10px;
        font-size: .8em;
    }



    .equipo div div img{
        width: 40%;
        margin: 10px 10%;
    }
    .team{
        width: 90%;
        margin-left: auto;
        /*margin-top: -700px;*/
    }
    .silviaR{
        margin-top: -1150px;
    }
    .gasparG{
        margin-top: -850px;
    }
    .emmanuelV{
        margin-top: -600px;
    }
    .lucelyS{
        margin-top: -350px;
    }
    .team img{
        width: 45%;
        margin: 10px 35%;
    }

    .team>span{

        line-height:2.1;
    }

}
@media screen and (max-width: 420px) { 


}



