/*
Theme Name: Bremermann
Theme URI: https://dupla.mx/themes
Author: Oscar GarcÃƒÆ’Ã‚Â­a
Author URI: https://lopar711.com/
Description: Template personalizado para el sitio Bremermann
Version: 1.2
License: GNU General Public License v2 or later

*/


@charset "UTF-8";

/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{
  width:100%;
  min-height: 100%;
  margin: 0;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight:300;
}




canvas{
  display:block;
  vertical-align:bottom;
}




/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  /* background-color: #ccc; */
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}


/* =============================================================================
   Header
   ========================================================================== */

header{
    z-index: 5;
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

.menu_int{
    width: 1180px;
    margin: auto;
    position: relative;
    height: 100%;
}

.logo{
    float: left;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.logo.act{}

.logo h1{
    color: transparent;
    font-size: 0px;
    margin: 0;
}

.logo_int{
    position: absolute;
    top: -47px;
    left: -3px;
    -o-transition:1200ms;
    -ms-transition:1200ms;
    -moz-transition:1200ms;
    -webkit-transition:1200ms;
    transition:1200ms;
}

.logo.act .logo_int{
    top: -70px;
}

.logo_int img{}

.logo.act .logo_int img{}

header nav{
    margin: 0;
    padding: 0;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

header nav ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}

header nav ul li{
    display: inline-block;
    margin-left: 30px;
    margin-top: 28px;
    cursor: pointer;
    -o-transition:300ms;
    -ms-transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    transition:300ms;
}

.lang-es.active{
  display:none;
}

.lang-en.active{
  display:none;
}


header nav ul li.m_logo{
    position: absolute;
    left: 0;
    width: 200px;
    height: 100%;
    margin: 0;
}

header nav ul li:hover{
  color: #df3631;
}

header nav ul li.act{
  color: #df3631;
}

/* =============================================================================
   Wrapper
   ========================================================================== */

.wrapper{
    position: relative;
    width: 100%;
    z-index: 2;
}

section{
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 100px;
    padding-bottom: 150px;
}

article{}

.tit{
    width: 1180px;
    margin: 0px auto 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 100px;
    left: -o-calc(50% - 590px);
    left: -ms-calc(50% - 590px);
    left: -moz-calc(50% - 590px);
    left: -webkit-calc(50% - 590px);
    left: calc(50% - 590px);
}

.clear{
    clear: both;
}

section.act .tit{
    position: fixed;
    top: 98px;
    left: -o-calc(50% - 590px);
    left: -ms-calc(50% - 590px);
    left: -moz-calc(50% - 590px);
    left: -webkit-calc(50% - 590px);
    left: calc(50% - 590px);
}


/* ==================
   Home
   ================== */

section.home{
    padding-bottom: 120px;
    padding-top: 100px;
    background-color: rgba(113, 113, 113, 0.3);
    color: #fff;
}

article.home{
    width: 320px;
    margin: auto;
}

article.home h1{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 8px;
    margin-bottom: 10px;
    margin-top: 20px;
    opacity: 0;
    margin-left: -20px;
    -webkit-animation: homeHUno 1200ms;
    animation: homeHUno 1200ms;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    }

    @-webkit-keyframes homeHUno {
        from {
            opacity: 0;
            margin-left: -20px;
        }
        to {
            opacity: 1;
            margin-left: 0;
        }
    }

    @keyframes homeHUno {
        from {
            opacity: 0;
            margin-left: -20px;
        }
        to {
            opacity: 1;
            margin-left: 0;
        }
    }

article.home p{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    opacity: 0;
    -webkit-animation: homeTxt 1200ms;
    animation: homeTxt 1200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    }

    @-webkit-keyframes homeTxt {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes homeTxt {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

.flecha_next{
    width: 100px;
    height: 34px;
    margin: auto;
    background-image: url(img/f_b.png);
    background-repeat: no-repeat;
    background-size: 101px;
    margin-top: 30px;
    cursor: pointer;
}



/* ==================
   Especializacion
   ================== */

section.especializacion{}

section.especializacion.act{}



section.especializacion nav#menu_esp{
    top: 159px;
    position: fixed;
    left: -20px;
    opacity: 0;
    -o-transition:600ms;
    -ms-transition:600ms;
    -moz-transition:600ms;
    -webkit-transition:600ms;
    transition:600ms;
}



section.especializacion.act nav#menu_esp{
  opacity:1;
  position: fixed;
  top: 159px;
  left: -o-calc(50% - 590px);
  left: -ms-calc(50% - 590px);
  left: -moz-calc(50% - 590px);
  left: -webkit-calc(50% - 590px);
  left: calc(50% - 590px);
}

section.especializacion nav#menu_esp.act{
  opacity: 0;
}

section.especializacion.act nav#menu_esp.act{
  opacity: 0;
}

section.especializacion nav#menu_esp ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

section.especializacion nav#menu_esp li{
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    -o-transition:300ms;
    -ms-transition:300ms;
    -moz-transition:300ms;
    -webkit-transition:300ms;
    transition:300ms;
}

section.especializacion nav#menu_esp li:hover{
  color: #df3631;
}

section.especializacion nav#menu_esp li.act{
  color: #df3631;
}

section.especializacion .especializacion_int{
    width: 1180px;
    margin: auto;
    position: relative;
}

section.especializacion .especializacion_int h3{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1em;
}

section.especializacion .especializacion_int p{}

section.especializacion .especializacion_content{
    width: 450px;
    margin-left: 440px;
}

section.especializacion article.especializacion_menu{
  margin-bottom: 120px;
  padding-top: 45px;
}

.especializacion_int{}

/* ==================
   PlÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ticas y Seminarios 
   ================== */

section.platicasyseminarios{}

.ps_content{
    width: 1260px;
    margin: auto;
    margin-top: 92px;
}

.ps_post{
    width: -o-calc(25% - 102px);
    width: -ms-calc(25% - 102px);
    width: -moz-calc(25% - 102px);
    width: -webkit-calc(25% - 102px);
    width: calc(25% - 102px);
    float: left;
    border: 1px solid rgba(223, 54, 49, 0.4);
    margin: 40px 40px 40px;
    padding: 10px;
    position: relative;
    color: #df3631;
    -o-transition:800ms;
    -ms-transition:800ms;
    -moz-transition:800ms;
    -webkit-transition:800ms;
    transition:800ms;
}

.ps_post:hover{
  border: 1px solid rgba(223, 54, 49, 1);
}

.ps_post h3{
    margin: 0;
    padding-top: 15px;
    /* margin-bottom: 15px; */
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.9;
}

.ps_post:hover h3{
  opacity:1;
}

.ps_post_info{
    -o-transition:800ms;
    -ms-transition:800ms;
    -moz-transition:800ms;
    -webkit-transition:800ms;
    transition:800ms;
}

.ps_post_info p{
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.ps_post_info p span{
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
}

.ps_post_int{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
}

/* ==================
   Equipo
   ================== */

section.equipo{}

.content_equipo{
    width: 1180px;
    margin: auto;
}

article.equipo{
    width: 720px;
    margin-left: 315px;
    line-height: 22px;
    margin-top: 60px;
}

article a{
    text-decoration: none;
    color: #df3631;
}

.equipo_columna.equipo_uno{
  margin-right: 60px;
  border-bottom: none;
  font-weight: 300;
}

.equipo_columna{
    width: 300px;
    float: left;
    border-bottom: 1px solid #000;
    font-weight: 400;
}

.equipo_columna p{}

.equipo_columna span{
    font-weight: 600;
    letter-spacing: 1px;
}

.qtranxs_widget_end{display: inline-block;}

.red_sociaL_facebook{
      font-size: 10px;
    margin: 0px 2px 0px;
    padding: 2px 4px;
    border: 1px solid #000;
    text-align: center;
    font-weight: normal;
        margin-left: 30px;
}
.red_sociaL_twitter{
      font-size: 10px;
    margin: 0px 2px 0px;
    padding: 2px 4px;
    border: 1px solid #000;
    text-align: center;
    font-weight: normal;
}

.over_page{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}
.over_page_int{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    background-color: #fff;
    height: -o-calc(100% - 40px);
    height: -ms-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    left: 40px;
    position: absolute;
    
}
.over_scroll{
  overflow: scroll;
  width: 100%;
  height: 100%;
}
.over_page_int .texto{    
  width: 540px;
    margin: 100px auto;}
.over_page_int .texto h1{
text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 700;
}
.over_page_int .texto p{
      font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.div_cerrar{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cerrar_tache{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 700;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.pagina_over{
  cursor: pointer;
}


/* =============================================================================
   Footer
   ========================================================================== */

footer{
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: rgba(113, 113, 113, 0.3);
  z-index: 5;
  position: relative;
}

.footer_int{
    width: 1180px;
    margin: auto;
}

.footer_int form{
    width: 360px;
    margin: 0px 0px 0px 115px;
    float: left;
    border-left: 1px solid #fff;
    padding: 10px 0px 10px 20px;
}

.footer_int form input{
    padding: 3px 5px;
    margin: 0;
    border: 1px solid #fff;
    background-color: #000;
    background-color: transparent;
    width: -o-calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-bottom: 10px;
    color: #fff;
    height: 20px;
}

.footer_int form input[type="submit"]{
    width: auto;
    cursor: pointer;
}

.footer_int form textarea{
    padding: 3px 5px;
    margin: 0;
    border: 1px solid #fff;
    width: -o-calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #000;
    background-color: transparent;
    resize: none;
    margin-bottom: 5px;
    height: 50px;
    color: #fff;
}

footer a{
  text-decoration:none;
}

.dupla{
  font-family: 'Lato', sans-serif;
  text-align: right;
  margin-bottom: 10px;
  color: #fff;
}

.dupla::after{
  content: " >";
}

.dupla::before{
  content: "</ ";
}



footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
footer ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
footer :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
footer :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

input:focus{
  outline: 0;
}

textarea:focus{
  outline: 0;
}


footer .columna{
  float: left;
  width: 200px;
}

footer .columna a{
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

footer .columna p{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}





.btn_responsive{
  display: none;
}




input{
    -webkit-appearance:none;
    -webkit-border-radius: 0;
}

textarea{
    -webkit-appearance:none;
    -webkit-border-radius: 0;
}


/*
==============================================================================
==============================================================================
HACKS
==============================================================================
==============================================================================
*/


@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
    article.home p { 
      font-weight: 400;
      

    }
    section.act .tit{
      top:100px;
      position: absolute;
    }
}}

















