@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);
}
.submenu{
    padding-left:30px;
    margin-top: -10px;
    
}
.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;
}
#salto{
    position:fixed;
    right:-100px;
    bottom:40px;
    z-index: 1500;
    width: 60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
    padding:12px 12px;
    color:rgba(255,255,255,1) !important;
    background-color: rgba(255, 255, 255,1);
    box-shadow: 0px 0px 5px rgba(0, 5, 5, 0.5);
    transition: 0.5s;
}
#salto:hover{
      background-color: rgba(30, 136, 68,1);
      color: rgba(255,255,255,1) !important;
}
.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);
}
a:link, a:hover, a:visited, a:active, a:focus{
    color: rgba(0,0,0,1);
    text-decoration: none;
}
.mailto{
    color: rgb(76, 193, 117) !important;
}
.collapse{
    padding-top:30px;
}
.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: 995;
    box-shadow: 0px 0px 15px rgba(0, 5, 5, 0.5);
}
#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: 2.5em;
    font-weight: bold;
}
.subtitulo{
    text-align: justify;
    width: 600px;
}
#pagina1{
    text-align: justify;
}
h4{
    color: rgba(25, 109, 55, 1);
    font-weight: bold;
    font-weight: bold;
}
.img_her{
    width:80px;
    
}
.img_fot{
    width:150px;
    margin-bottom: -10px;
    
}
.img_fot2{
    width:150px;
    margin-bottom: 10px;
    
}
#t_cvs{
    text-align: justify;
    padding: 0px 20px 10px 0px;
    color:black;
}
#t_cvs2{
    text-align: justify;
    padding: 0px 25px 15px 25px;
    color:black;
}
.que{
    font-size:2em;
    text-align: center;
    margin-top:110px;
}
.que2{
    font-size:2em;
    text-align: center;
    margin-top:30px;
}
.cv{
    padding:10px 30px 10px 30px;
}
.text_center{
    text-align: center;
}
.text_justify{
    text-align: justify;
}
.cont_portada{
    position: relative;
    width:100%;
    background-image: url(../imgs/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    color: rgb(255, 255, 255);
    font-size: 1.1em;
}
#video_0{
	position: relative;
	width: 100%;
	z-index: -100;
    margin: auto;
/*  -webkit-filter: blur(2px);*/
}   
  .container {
      max-width: 1200px;
  }
  .bg-0 {
      background-color: rgb(80, 80, 80);
      color: rgba(255,255,255,1);
      padding-bottom: 30px;
  }
  .bg-1 {
      background-color: rgba(0, 0, 0, 0.1);
      color: rgba(0,0,0,1);
  }
  .bg-2 {
    background-image: url(../imgs/fondo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    color: rgba(255,255,255,1);
  }
  .btn {
      background-color: rgba(25, 109, 55, 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-bottom:20px;
  }
  .aviso:hover, .btn:focus {
      color: rgba(30, 136, 68,1);
  }
  .btn:hover, .btn:focus {
      background-color: rgba(30, 136, 68,1);
      color: rgba(255,255,255,1);
      box-shadow: 0px 0px 20px rgba(0, 5, 5, 1);
  }
    .bot1{
        margin-top: 10px;
        width: 280px;
        height: 45px;
    }
    .bot2{
        width: 130px;
        height: 45px;
    }



/*MODAL*/
.modal-dialog{
    width:70%;
}

/*INICIO*/
        #miVideo{
            position: fixed;
            width: 100%;
            height: auto;
            max-height:1000px;
            z-index: -100;
            margin: auto;
        }
        .menuses{
            position: absolute;
            width: auto;
            height: 50px;
            top:450px;
            font-size: 18px;
            left: 50%;
            transform: translateX(-50%);
/*            border:solid 1px pink;*/
        }
        .idioma{
            float:left;
            width: 120px;
            height: 50px;
            text-align: center;
        }
        .idioma:hover{
            font-weight: bold;
            text-shadow: 0px 0px 15px rgba(0,0,0, 0.5);
        }
        .direccion{
            position: absolute;
            width: 100%;
            top:500px;
            height: auto;
            text-align: center;
            padding-top:10px;
            border-top:solid 1px black;
            font-size: 18px;
        }

  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  } 

.dir{
    color: rgba(255,255,255,.7);
    margin-bottom: 5px;
}
.aviso{
    margin-top:80px;
    color: rgba(255,255,255,1);
    cursor: pointer;
}
.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);
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
        box-sizing: border-box;
}

  @media (max-width: 767px) {
      .titular_titulo{
          font-size:2.2em;
      }
      .cont_portada{
          background-image: url(../imgs/fondo_b.jpg);
          font-size: 1em;
          text-align: center;
      }
      #titular{
          top:90px;
          width:90%;
          left:15px;
      }
    .container {
        padding-top: 50px;
    }
      .subtitulo{
          font-size: 1.1em;
          width:100%;
      }
      #t_foto{
          display: none;
      }
      .modal-dialog{
          width:90%;
      }
      .que{
          font-size:1.5em;
          text-align: center;
          margin-top:85px;
      }
      #t_cvs2{
          padding: 0px 5px 15px 5px;
      }
      .menuses{
          position: absolute;
          width: 100%;
          top:250px;
      }
      .idioma{
          width: 100px;
          height: 50px;
          text-align: center;
      }
      .idioma:hover{
          font-weight: bold;
          text-shadow: 0px 0px 15px rgba(0,0,0, 0.5);
      }
      .direccion{
          position: absolute;
          width: 100%;
          top:300px;
          height: auto;
          text-align: center;
          padding-top:10px;
          border-top:solid 1px black;
          font-size: 18px;
      }
      .dir{
          padding: 0px 50px;
          margin-bottom: 10px;
          font-size: .9em;
      }
      #pagina1{
          text-align: center;
          padding: 0px 15px;
      }
      #pagina2{
          padding: 0px 15px;
      }
      .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;
      }
}


