/*
Theme Name: switchhavas
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'DIN Alternate';
    src: url('fonts/DINAlternate-Bold.eot');
    src: url('fonts/DINAlternate-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DINAlternate-Bold.woff2') format('woff2'),
        url('fonts/DINAlternate-Bold.woff') format('woff'),
        url('fonts/DINAlternate-Bold.ttf') format('truetype'),
        url('fonts/DINAlternate-Bold.svg#DINAlternate-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-RegularAlternate.eot');
    src: url('fonts/DIN-RegularAlternate.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN-RegularAlternate.woff2') format('woff2'),
        url('fonts/DIN-RegularAlternate.woff') format('woff'),
        url('fonts/DIN-RegularAlternate.ttf') format('truetype'),
        url('fonts/DIN-RegularAlternate.svg#DIN-RegularAlternate') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('fonts/MonumentExtended-Black.eot');
    src: url('fonts/MonumentExtended-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/MonumentExtended-Black.woff2') format('woff2'),
        url('fonts/MonumentExtended-Black.woff') format('woff'),
        url('fonts/MonumentExtended-Black.ttf') format('truetype'),
        url('fonts/MonumentExtended-Black.svg#MonumentExtended-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('fonts/IBMPlexSans.eot');
    src: url('fonts/IBMPlexSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/IBMPlexSans.woff2') format('woff2'),
        url('fonts/IBMPlexSans.woff') format('woff'),
        url('fonts/IBMPlexSans.ttf') format('truetype'),
        url('fonts/IBMPlexSans.svg#IBMPlexSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Sunflower';
    src: url('fonts/MADESunflower.woff2') format('woff2'),
        url('fonts/MADESunflower.woff') format('woff'),
        url('fonts/MADESunflower.ttf') format('truetype'),
        url('fonts/MADESunflower.svg#MADESunflower') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root { 
    --white: #ffffff;
    --blue: #071f60;
    --orange: #ff570e;
    --orangemenu: #ff6c00;
    --black: #000000;
    --yellow: #fcb133;
    --yellow-light: #fcd933;
}
html, body{
    margin: 0;
    height:100vh;
}
body {
    background: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    color: var(--blue)
    font-weight: normal;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    overflow-x: hidden;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.container, .container-fluid, .wrapper {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.clear, .clearfix {
    display: block;
    clear: both;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
.yellow {
    color: var(----yellow);
}
.yellow-light {
    color: var(--yellow-light);
}
.orange {
    color: var(--orange);
}
.bg-black {
    background: var(--black);
}
.bg-white {
    background: var(--white);
}
.bg-yellow {
    background: var(--yellow);
}
.bg-orange {
    background: var(--orange);
}
.bg-yellow-light {
    background: var(--yellow-light);
}
.transition, a, button {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: var(--blue);
}
.boton {
    text-transform: none;
    display: inline-block;
    color: var(--black) !important;
    background: var(--yellow-light);
    border: 1px solid var(--yellow);
    outline: none;
    padding: 10px 30px 10px 30px;
    font-weight: normal;
    font-family: 'DIN Alternate', sans-serif;
    font-size: 18px;
    border-radius: 8px;
    width: 300px;
    max-width: 100%;
}
.boton:hover, .boton:focus {
    color: var(--black) !important;
    background: var(--yellow);
}
/**
a.boton span {
    display: block;
    position: relative;
}
a.boton span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
a.boton:hover span::after {
    animation: underLineEffect 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
**/
@keyframes underLineEffect {
    0% {
        width: 0;
    }
    100% {
        opacity: 1;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    color: var(--orange);
}
h2 {
    font-size: 58px;
}
h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
h4 {
    font-size: 22px;
    line-height: 1.3em;
}
/*
* Menu
*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px;
    background: #000000;
}
header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header ul li {
    display: inline-block;
}
header ul li a {
    display: block;
    padding: 25px 15px;
    border-top: 2px solid transparent;
    color: var(--white);
}
header ul li a:hover {
    color: #fff;
}
header ul li a.active, header ul li a:hover, header ul li a:focus {
    border-top: 2px solid var(--orangemenu);
    color: var(--orangemenu);
}
.mainmenu {
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    /* border-bottom: 2px solid #fff; */
    padding-left: 340px;
    height: 77px;
}
.mainmenu .logo {
  position: absolute;
  left: 0;
  top: 24px;
  width: 246px;
}
.hamburger {
    position: absolute;
    top: 18px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}
.hamburger span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--white);
}
.buscar {
    position: absolute;
    top: 26px;
    right: 50px;
    width: 140px;
}
.buscar form {
    display: block;
    position: relative;
}
.buscar form button {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    padding: 3px;
}
.buscar input {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    background: transparent;
    padding-left: 32px;
}
.buscar ::placeholder { 
  color: #fff;
  opacity: 1; /* Firefox */
}
.buscar :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.buscar ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 1000;
    top: 0; 
    right: 0;
    background-color: var(--black); 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.2s; 
}
.sidenav.open {
    width: 400px;
    max-width: 100%;
}
.sidenav .logo img {
    width: 200px;
}
.sidenav-content {
    padding-left: 60px;
    padding-right: 40px;
}
.sidenav-content a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    color: var(--white);
    font-size: 17px;
}
.sidenav-content a.active {
    color: var(--orangemenu);
}
/***
.sidenav-content a span {
    display: block;
    position: relative;
}
.sidenav-content a span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.sidenav-content a.active span::after {
    background: var(--orangemenu);
}
.sidenav-content a:hover span::after {
    animation: underLineEffect 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
**/
.redes a {
  color: var(--white);
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  margin-right: 6px;
}
.redesfooter a {
  color: var(--orange);
  margin: 6px 10px;
}
.redesfooter .fa {
  margin-right: 4px;
}
.closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}
.closebtn span {
    display: inline-block;
    width: 15px;
    height: 2px;
    background: var(--white);
}
/*
* Home
*/
.owl1 .owl-dots, .owl1 .owl-nav {
    display: block !important;
}
.owl1 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.owl1 .owl-dots button {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 16px;
}
.owl1 .owl-dots button.active {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 16px;
    background: #fff;
}
.owl1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 100%;
  border: 1px solid #fff !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl1 .owl-nav .owl-prev span {
    position: relative;
    top: -2px;
}
.owl1 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 100%;
  border: 1px solid #fff !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl1 .owl-nav .owl-next span {
    position: relative;
    top: -2px;
}
.asterisco {
    position: relative;
    z-index: 1;
}
.asterisco img {
    width: 84px;
    margin-top: -39px;
    margin-left: -30px;
}
.intro {
    font-size: 50px;
    line-height: 1.3em;
}
.formulario-wrapper {
    position: relative;
    z-index: 10;
    margin-top: 230px;
}
.content-form .gpz1 {
    display: block;
    width: 135px;
    height: 369px; 
    background: url(images/dec1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -40px;
    top: -30px;
}
.content-form .gpz2 {
    display: block;
    width: 239px;
    height: 398px; 
    background: url(images/dec2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: -60px;
    top: -45px;
}
.content-form {
    margin-top: -100px;
    border-radius: 20px;
}
.sello {
    text-align: center;
    position: relative;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}
.sello img {
    position: absolute;
    left: 0;
    top: -130px;
    width: 100%;
}
.content-form {
    position: relative;
}
.content-form form {
    border: 1px solid #000;
    background: #fff;
    padding-top: 65px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 45px;
    position: relative;
    z-index: 10;
    border-radius: 20px;
    overflow: hidden;
}
.content-form .topyellow {
    background: var(--yellow);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}
.content-form form .row {
    margin: 0 -10px;
}
.content-form form .col-sm-6 {
    padding: 0 10px;
}
.content-form form input {
    width: 100%;
    border: 1px solid #000;
    background: #f6f6f6;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
    color: var(--orange);
    outline: none !important;
    font-family: 'DIN Alternate', sans-serif;
}
.content-form form input:focus {
    border: 1px solid var(--orange);
}
.paneles-zigzag {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzag.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    padding-bottom: 50px;
    padding-top: 200px;
    margin-top: -200px;
    background-size: 2500px;
}
.paneles-zigzag-alfa {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzag.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-bottom: 50px;
    background-size: 2500px;
}
footer {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .logofooter img {
    width: 280px;
    margin-bottom: 40px;
}
.redesfooter {
    text-align: center;
}
.redesfooter a {
  color: #ff6c00;
  margin: 6px 10px;
  white-space: nowrap;
}
.redesfooter .fa {
    margin-right: 4px;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** BLOG **/
.cab img {
    width: 100%;
}
.articulo {
    border: 1px solid var(--orange);
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    position: relative;
}
.articulo .boton {
    width: auto;
}
.destacado {
    position: relative;
    padding-left: 500px;
    min-height: 520px;
}
.destacado h2 {
    margin-top: 80px;
    margin-bottom: 30px;
}
.cajaarticulos {
    border: 1px solid var(--orange);
    padding: 30px 30px 0 30px;
    border-radius: 30px;
}
.articulo .imgdestacado {
    display: block;
    width: 420px;
    height: 460px;
    border-radius: 30px;
    border: 1px solid var(--orange);
    position: absolute;
    left: 30px;
    top: 30px;
}
.articulo .subtitulo {
    font-size: 19px;
    margin-bottom: 15px;
}
.imgarticulo {
    display: block;
    width: 100%;
    height: 340px;
    border-radius: 30px;
    border: 1px solid var(--blue);
}
.paginacion {
    margin: 30px auto;
}
.paginacion a.btnpag {
    display: inline-block;
    width: 34px;
    height: 9px;
    border-radius: 12px;
    margin: 0 2px;
    border: 1px solid var(--orange2);
}
.paginacion a.btnpag.selected {
    background: var(--orange2);
}
.chomdest1 {
    position: absolute;
    left: 0;
    top: 200px;
    background: url(images/chomdest1.jpg) no-repeat center center;
    background-size: 100%;
    width: 60px;
    height: 183px;
}
.chomdest2 {
    position: absolute;
    right: 50px;
    top: 0;
    background: url(images/chomdest2.jpg) no-repeat center center;
    background-size: 100%;
    width: 150px;
    height: 130px;
}
.chomdest3 {
    position: absolute;
    right: 50px;
    bottom: 0;
    background: url(images/chomdest3.jpg) no-repeat center center;
    background-size: 100%;
    width: 480px;
    height: 122px;
}
.chom4 {
    position: absolute;
    left: 0;
    top: 100px;
    background: url(images/chom4.jpg) no-repeat center center;
    background-size: 100%;
    width: 60px;
    height: 183px;
}
.chom5 {
    position: absolute;
    right: 1px;
    bottom: 1px;
    background: url(images/chom5.jpg) no-repeat center center;
    background-size: 100%;
    width: 90px;
    height: 108px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
}
.articulo a, .articulo h2, .articulo h3, .articulo .subtitulo {
    position: relative;
    z-index: 10;
}
/** Single **/
.single h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.single h4 {
    margin-top: 5px;
    padding-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
}
.contentsingle strong {
    font-weight: 600;
    color: var(--orange);
}
.botones a, .botonescontent a{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 24px;
    border: 1px solid var(--orange);
    color: #000 !important;
    margin-right: 4px;
    white-space: nowrap;
    margin-bottom: 12px;
}
.botones {
    padding-bottom: 150px;
    background: url(images/blog1.png) no-repeat left bottom;
    background-size: 140px;
    margin-bottom: 20px;
}
.section2blog {
    min-height: 140px;
    padding-bottom: 150px;
    background: url(images/blog2.png) no-repeat left bottom;
    background-size: 140px;
    margin-bottom: 20px;
}
.section3blog {
    min-height: 140px;
    padding-bottom: 150px;
    background: url(images/blog3.png) no-repeat left bottom;
    background-size: 140px;
    margin-bottom: 20px;
}
.singlecontenido img {
    border: 1px solid var(--orange);
}
.botonesresponsive {
    display: none;
}
.tituloarticulo h4 {
    font-weight: normal;
    color: #000;
    font-size: 26px;
}
.publicacion {
    font-weight: 600;
}
.publicacion strong {
    font-weight: 600;
    color: var(--orange);
}
.singlecontenido {
  background-image: url(images/astblog.png);
  background-repeat: no-repeat;
  background-size: 54px;
  background-position: right 1200px;
}
.singlecontenido figure {
  border: 3px solid #fff;
}
.elementor-image-carousel-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--orange);
    border-bottom: 1px solid var(--orange);
}
.e-swiper-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/** Landing **/
.logo-foro {
    width: 440px;
    max-width: 92%;
}
.logo-landing {
    width: 610px;
    max-width: 92%;
}
.counter {
    margin-top: 30px;
    border: 1px solid var(--orange);
    border-radius: 8px;
    padding: 25px 15px 35px 15px;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.defaultCountdown {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    height: 56px;
    border: none;
    background: #fff;
    text-align: center;
    padding-top: 14px;
}
.defaultCountdown .countdown-row::after {
    content: '';
    clear: both;
    display: block;
}
.countdown-section {
    color: #000;
    font-family: 'DIN Alternate', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 17px;
    text-align: center;
    position: relative;
}
.countdown-row .countdown-section:nth-child(1)::before {
    content: none !important;
}
.countdown-amount {
    font-family: 'Monument Extended', sans-serif;
    font-size: 48px;
    line-height: 46px;
    padding-top: 10px;
    font-weight: bold;
    position: relative;
    border: 1px solid var(--orange);
    border-radius: 8px;
    width: 106px;
    display: block;
    text-align: center;
}
.countdown-show2 .countdown-section, .countdown-show3 .countdown-section, .countdown-show4 .countdown-section {
    width: auto !important;
    margin-right: 12px;
}
.countdown-row {
    clear: both;
    width: auto;
    padding: 0px 2px;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.countdown-period {
    display: inline-block;
    margin-left: 4px;
    position: absolute;
    top: -26px;
    left: 0;
}
.fecha {
    border: 1px solid #000;
    color: #000;
    font-family: 'Monument Extended', sans-serif;
    width: 240px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding: 8px;
    font-size: 19px;
    background: #fff;
    margin-top: -22px;
    position: relative;
    z-index: 100;
}
.paneles-zigzag2 {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzag2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    padding-bottom: 30px;
    padding-top: 36px;
    margin-top: -100px;
    background-size: 2500px;
}
.paneles-zigzag-down {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzagdown.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    height: 105px;
    background-size: 2500px;
} 
.paneles-zigzag-orange {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzag-orange.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-top: -30px;
    background-size: 2500px;
}
.zigzags1 {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzags1.png);
    background-color: #f8f3ac;
    background-position: top center;
    background-repeat: no-repeat;
    height: 60px;
    background-size: 2500px;
}
.zigzags2 {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzags2.png);
    background-color: #f8f3ac;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 80px;
    background-size: 2500px;
}
.zigzags3 {
    position: relative;
    z-index: 1;
    background-image: url(images/zigzag3.png);
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 70px;
    background-size: 2500px;
}
.conferencia-magistral {
    padding-top: 10px;
    padding-bottom: 50px;
}
.conferencia-magistral h2 {
    font-family: 'MADE Sunflower', sans-serif;
    font-size: 64px;
    margin: 0;
    padding: 2px 10px;
    border: 1px solid #999;
    border-radius: 8px;
    display: inline-block;
}
.bg-orangepanels {
    background: url(images/orange.png) repeat;
}
.panel-textos h2, .panel-textos h3  {
    font-family: 'MADE Sunflower', sans-serif;
}
.paneles img {
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
.panel-textos {
  color: #787878;
  font-size: 18px;
  padding-top: 20px;
}
.panel-textos p {
    margin-top: 10px;
}
.panel-textos p.black {
    margin-top: 0;
    color: #000;
    padding: 0;
    margin-bottom: 0;
}
.panel-textos p.naranja {
    margin-top: 0;
    color: #f36f21;
    padding: 0;
    margin-bottom: 0;
}
.textos-izq {
    padding-left: 65px;
    padding-right: 30px;
}
.textos-der {
  padding-left: 40px;
  padding-right: 15px;
}
p.nombre {
    color: #414042;
    font-size: 22px;
    margin-bottom: 0;
}
.img-der {
    padding-right: 30px;
}
.img-izq {
    padding-left: 30px;
}
.panel-textos .gpz2 {
    text-align: right;
}
.panel-textos .gpz2 img {
  width: 100px;
  margin-top: -54px;
  margin-bottom: -10px;
}
.patcontainer {
    padding:  0 60px;
}
.patrocinadores {
    margin-top: 20px;
    border: 2px solid #000;
    border-radius: 12px;
    padding: 50px 90px;
    background: #fff;
    position: relative;
    z-index: 10;
}
@media(min-width: 767px) {
    .floatright {
        float: right;
    }
}
.gracias {
    border: 2px solid #000;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 200px;
    font-size: 19px;
    width: 580px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/** Otras landing **/
.page-id-675 .fondo {
    background: url(images/landing1.jpg) no-repeat top center;
    background-size: cover;
}
.page-id-677 .fondo {
    background: url(images/landing2.jpg) no-repeat top center;
    background-size: cover;
}
.page-id-675 .formulario-wrapper, .page-id-677 .formulario-wrapper  {
  position: relative;
  z-index: 10;
  margin-top: 218px;
  margin-bottom: 550px;
}
.page-id-675 .counter, .page-id-677 .counter {
  background: #fff;
}
@media(max-width: 1100px) {
    .page-id-675 .formulario-wrapper,  .page-id-677 .formulario-wrapper {
        margin-bottom: 180px;
    }
}
.owl2 .owl-dots, .owl2 .owl-nav {
    display: none !important;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media(max-width: 1100px) {
    .buscar {
        display: none;
    }
    header ul {
        display: none;
    }
    .mainmenu {
        height: 68px;
    }
   .mainmenu .logo {
      position: absolute;
      left: 0;
      top: 20px;
      width: 224px;
    }
    .hamburger {
        top: 14px;
    }
    .closebtn {
        top: 14px;
        right: 15px;
    }
    .sidenav-content {
        padding-left: 50px;
        padding-right: 30px;
    }
    .sidenav .logo img {
        width: 232px;
    }
    .asterisco img {
      width: 64px;
      margin-top: -29px;
      margin-left: 0;
    }
    .intro {
        font-size: 42px;
    }
    .counter {
        margin-top: 20px;
        width: 540px;
        padding-bottom: 20px;
    }
    .countdown-amount {
        font-size: 34px;
        line-height: 32px;
        width: 96px;
    }
}


@media(max-width: 991px) {
    .destacado {
        position: relative;
        padding-left: 30px;
        min-height: 10px;
    }
    .destacado h2 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .articulo .imgdestacado {
        display: block;
        width: 100%;
        height: 400px;
        position: relative;
        left: inherit;
        top: inherit;
    }
}


@media(max-width: 767px) {
    .intro {
      font-size: 32px;
    }
    footer .logofooter img {
        width: 200px;
    }
    .cajaarticulos {
        border: none;
        padding: 0;
        border-radius: 30px;
    }
    .botones {
        padding-bottom: 0;
        background: none;
        margin-bottom: 0;
    }
    .section2blog, .section3blog {
        display: none;
    }
    .singlecontenido {
        background: none;
    }
    .counter {
        margin-top: 10px;
        width: 500px;
    }
    .conferencia-magistral h2 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    .textos-der, .textos-izq {
        padding-left: 30px;
        padding-right: 30px;
    }
    .img-der, .img-izq {
        padding-right: 30px;
        padding-left: 30px;
    }
    .panel-textos {
        padding-top: 0;
    }
    .patcontainer {
        padding: 0 20px;
    }
}


@media(max-width: 498px) {
    body {
        font-size: 16px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    .mainmenu {
        padding-left: 0;
    }
    .sidenav-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .intro {
        font-size: 28px;
    }
    .asterisco img {
      width: 56px;
      margin-top: -28px;
      margin-left: 0;
    }
    .owl-carousel .owl-nav {
        display: none !important;
    }
    .sello {
        width: 128px;
    }
    .sello img {
        top: -86px;
    }
    .formulario-wrapper {
        margin-top: 200px;
    }
    .content-form form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .articulo {
        padding: 20px !important;
    }
    .articulo .imgdestacado {
        height: 264px;
    }
    .imgarticulo {
        height: 264px;
    }
    .articulo h3 {
        margin-bottom: 0;
    }
    .chomdest3 {
        display: none;
    }
    .counter {
      width: 100%;
      border: none;
      padding: 0;
      margin-top: 30px;
    }
    .countdown-show2 .countdown-section, .countdown-show3 .countdown-section, .countdown-show4 .countdown-section {
        margin-right: 8px;
    }
    .countdown-amount {
        font-size: 24px;
        line-height: 22px;
        width: 60px;
        padding-bottom: 5px;
    }
    .countdown-section {
        font-size: 14px;
    }
    .countdown-period {
        top: -22px;
    }
    .patrocinadores {
        padding: 50px 20px;
    }
    .gracias {
        padding: 30px;
        font-size: 18px;
    }
}