@font-face {
font-family: 'century gothic';
src: url('../../../font/gothic.eot');
/*src: url('../../font/gothic.eot?#iefix') format('embedded-opentype'),*/
src: url('../../../font/gothic.woff') format('woff'),
url('../../../font/gothic.ttf') format('truetype');
/*url('fonts/futuran-webfont-webfont.svg#futura_bk_btbook') format('svg');*/
}

/*SCROLL*/
.slideanim {
    visibility:hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;	
    animation-duration: 1s;	
    -webkit-animation-duration: 1s;
    visibility: visible;			
}
@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }	
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
/*SCROLL*/

body {
      font-family: 'century gothic' !important;
      font-size:16px;
      color: #777;
}
.barra{
    position:fixed;
    width:100%;
    height: 80px;
    padding:0px 20px 0px 20px;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 15px rgba(0, 5, 5, 0.5);
}

.logo{
    float: left;
    padding:15px;
}
.tlf{
    position: fixed;
    color: black;
    right: 20px;
    width: 420px;
    height: 25px;
    text-align: right;
    top: 5px;
    border-bottom: solid 1px rgba(0,0,0,0.3);
    z-index: 1010;
    padding-right: 150px;
}
.idiomas{
    position: fixed;
    right: 30px;
    width:100px;
    height: 30px;
    z-index: 1011;
    border-left: solid 1px black;
}
.bandera{
    position: absolute;
    width: 26px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
}
.espanol{
    background-image: url(../../imgs/esp.png);
}
.aleman{
    background-image: url(../../imgs/ale.png);
}
.ingles{
    background-image: url(../../imgs/ing.png);
}
.estamos{
    background-image: url(../../imgs/0.png);
    cursor: default;
}
.submenu{
    padding-left:30px;
    margin-top: -10px;
}
.navbar {
    border: 0;
    letter-spacing: 1px;
    opacity: 1;
    color: black;
}
.navbar-toggle {
    position: absolute;
    background-color: rgba(25, 109, 55, 1);
    bottom: 10px;
    right: 20px;
    border-radius: 4px;
}
.dropdown-menu>li>a {
    color: #000000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000000;
    background-color: rgba(25, 109, 55, .2);
}
.dropdown-menu{
    font-size: 1em;
}
.icon-bar{
    background-color: rgb(255, 255, 255);
}
.oculto{
    position: fixed;
    width: 100%;
    height: auto;
    transition: .5s;
    top:-250px;
    padding:10px 20px 10px 20px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 990;
    box-shadow: 0px 0px 15px rgba(0, 5, 5, 0.5);
}
a:link, a:hover, a:visited, a:active, a:focus{
    color: rgba(0,0,0,1);
    text-decoration: none;
}
.actual{
    color: rgba(25, 109, 55, 1);
    text-decoration: none;
    font-weight: bold;
    padding:14px 15px 0px 16px;
}
.collapse{
    padding-top:30px;
}
#titular{
    position: absolute;
    width:400px;
    height: auto;
    left:40px;
    bottom:40px;
    text-align: left;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
.titular_titulo{
    font-size: 1.8em;
    font-weight: bold;
}
h4{
    color: rgba(25, 109, 55, 1);
    font-weight: bold;
    font-weight: bold;
}
.img_her{
    position: absolute;
/*
    left:50%;
    transform: translateX(-75px);
*/
    background-repeat: no-repeat;
    background-position: bottom;
    width:150px;
    height: 150px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor:pointer;
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera  */
    transform: rotateY(180deg);
}
.img_her:hover{
    -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera  */
    transform: rotateY(0deg);
    transition: .5s;
}
#t_cvs{
    text-align: justify;
    padding: 0px 25px 10px 25px;
}
.que{
    font-size:2em;
    text-align: center;
    margin-top:50px;
}
.que2{
    font-size:2em;
    text-align: center;
    margin-top:30px;
}
.cv{
    padding:10px 30px 10px 30px;
}
.text_center{
    text-align: center;
}
.cont_portada{
    position: relative;
    width:100%;
    height: 300px;
    background-image: url(../../imgs/fondo3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center right;
}
  .bg-0 {
      background-color: rgb(240, 240, 240);
      color: rgba(0, 0, 0,1);
      padding-bottom: 30px;
  }
  .bg-1 {
      background-color: rgb(212, 90, 90);
      color: rgba(0,0,0,1);
  }
  .btn {
      background-color: rgba(0, 146, 127,1);
      color: rgba(255,255,255,1);
      border-radius: 10px;
      transition: .2s;
      box-shadow: 0px 0px 15px rgba(0, 5, 5, 0.5);
      font-size: 1em;
/*      margin-top:10px;*/
      margin-bottom:20px;
  }
  .btn:hover, .btn:focus {
      background-color: rgba(70, 175, 161,1);
      color: rgba(255,255,255,1);
      box-shadow: 0px 0px 20px rgba(0, 5, 5, 1);
  }
    .bot1{
        width: 250px;
        height: 45px;
    }
    .bot2{
        width: 100px;
        height: 45px;
    }
    .bot3{
        border: none;
        background: none;
    }

/*MODAL*/
.modal-dialog{
    width:90%;
}

  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  } 
.aviso{
    margin-top:80px;
    color: rgba(255,255,255,1);
    cursor: pointer;
}
  .aviso:hover{
      color: rgba(30, 136, 68,1);
  }

.redes{
    position: absolute;
    border-bottom: solid 1px white;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.rd{
    width: 35px;
    height: 35px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px;
    -webkit-filter: contrast(0%) brightness(200%);   Safari 
    filter: contrast(0%) brightness(200%);
    cursor: pointer;
    transition: .5s;
}
.rd:hover{
    transform: rotate(360deg);
    -webkit-filter: contrast(100%) brightness(100%);   Safari 
    filter: contrast(100%) brightness(100%);
}
.rd_1{
    background-image: url(../../imgs/rs_1c.png);
}
.rd_2{
    background-image: url(../../imgs/rs_2c.png);
}


/*FLIP*/
    
#img_content {
  width: 80%;
  height: 130px;
  margin:0 auto;
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-perspective: 500px;
    -moz-perspective: 500px;
      perspective: 500px;
    margin-bottom:20px;
}
#dos_img {
  width: 100%;
  height: 130px;
  position: absolute;
  display: block;
  box-shadow: 0px 0px 5px rgba(0, 5, 5, 0.5);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
  -webkit-transition: transform 400ms ease-in-out;
    -moz-transition: transform 400ms ease-in-out;
      -o-transition: transform 400ms ease-in-out;
        transition: transform 400ms ease-in-out;
} 

#img_content:hover #dos_img {
  -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
      ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.g1{
    background: url(../../imgs/a1.png);
}
.g2{
    background: url(../../imgs/a2.png);
}
.g3{
    background: url(../../imgs/a3.png);
}
.g4{
    background: url(../../imgs/a4.png);
}
.g5{
    background: url(../../imgs/a5.png);
}
.g6{
    background: url(../../imgs/a6.png);
}
.g7{
    background: url(../../imgs/a7.png);
}
.g8{
    background: url(../../imgs/a8.png);
}
.g9{
    background: url(../../imgs/a9.png);
}
.go {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  background-size: 70px;
  top: 15px;
  padding-top: 13px;
  color: rgba(25, 109, 55, 1);
  background-position: top;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
      backface-visibility: hidden;
}

.back {
  position: absolute;
  width: 100%;
  height: 100%;
  margin:0;
  border-radius: 10px;
  display: block;
  background-color: rgba(25, 109, 55, 1);
  color: rgba(255,255,255,1);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
      ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
      box-sizing: border-box;
  -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
      backface-visibility: hidden;
  box-shadow: 0px 0px 15px rgba(0, 5, 5, 0.5);
}
.text_dentro{
    font-size:1em;
    text-align: center;
    font-weight: bold;
    padding-top:55px;
}
.dir{
    color: rgba(255,255,255,.7);
    margin-bottom: 5px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
        box-sizing: border-box;
}

  @media (max-width: 767px) {
      .titular_titulo{
          font-size:1.5em;
      }
      .cont_portada{
          height: 500px;
          font-size: 1.em;
          text-align: center;
      }
      #titular{
          width:350px;
      }
  .container {
/*      padding: 50px 5px;*/
      max-width: 1200px;
  }
    #t_foto{
        display: none;
    }
    .cont_portada{
        height: 250px;
        background-size: cover;
        background-position:right;
    }
    .que{
        text-align: center;
        margin-top:0px;
    }
    .img_her{
/*        width:60px; */
    }
    h4{
        font-size: 1em;
        font-weight: bold;
    }   
      #t_cvs{
          padding: 0px 5px 10px 5px;
      }
      .text_dentro_p{
          display: block;
          color: black;
      }
      .dir{
          padding: 0px 0px;
          margin-bottom: 10px;
          font-size: .9em;
      }
      .tlf{
          position: fixed;
          background-color: rgba(255, 255, 255, 1);
          width: 100%;
          height: 35px;
          padding-top: 5px;
          padding-right: 0px;
          right: 0px;
          text-align: center;
          color: #656565;
          top: 80px;
          z-index: 990;
          border: none;
          box-shadow: 0px 0px 15px rgba(0, 5, 5, 0.5);
      }
      .barra{
          box-shadow: 0px 0px 0px rgba(0, 5, 5, 0);
          border-bottom: solid 1px rgba(0,0,0,0.3);
      }
      .navbar-toggle {
          bottom: 10px;
          right: 35px;
          border-radius: 4px;
      }
      .idiomas{
          right: 0px;
          width:40px;
          height: auto;
          padding-right: 5px;
          z-index: 1011;
          background-color: rgba(255,255,255,1);
          border-left: solid 1px black;
      }
      .bandera{
          clear: right;
          margin-top: 2px;
          cursor: pointer;
      }
}