/*
Theme name: SalinasHooting
Version: 1.0
Description: Sitio corporativo Samuel Sanchez
Author: Samuel Sánchez
Authon URI: https://ssanchezsv.github.io/
License: GNU General Public Licence v2 or later
License: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
    --black : #000000;
    --footer : #444444;
    --white : #ffffff;
    --orange : #FF7100;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html{
    font-size: 62.5%;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

body{font-family: "Poppins", Sans-serif; font-size: 1.6rem;overflow-x: hidden;}

/* Aligments */
.vcenter{align-items: center;}

/* Header */
.topleft{display:flex; color: var(--white); font-size: 1.1rem;}
.topleft img{margin-right: 5px;}
.topleft p{margin:0;}
.topright{text-align: right;position: relative;}
.social{display: inline-block; margin: 5px;}

/* Language */
ul#menu-language{
display: flex;
margin: 0;
padding: 0;
float: left;
min-height: 37px;
align-items: center;
}
ul#menu-language li{background: none;}
ul#menu-language li ul li{background: none;}
ul#menu-language li ul{display:flex;}

/* MainMenu */
.mainmenu{background:transparent; border: 0 none; color: var(--white);}
.sfsi_wDiv{width:auto!important; right:0;}
.menu-item a{
    font-family: 'Montserrat', sans-serif;
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    outline: none;
}

ul, ol{padding: 0;}
ul li{padding-left: 25px; list-style: none; background: url(assets/images/icons-arrow-18.png) no-repeat left center;}
ul li a{color: var(--black); text-decoration: none; font-weight: 600;;}


/*Estilos parallax*/
.parallax{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height: 900px;
    position: relative;
}
.bg1{background-image: url(assets/images/bg-paralax-8.webp);}
.bg2{background-image: url(assets/images/bg-paralax-10.webp);}
.bg3{background-image: url(assets/images/paralax-1.webp);}
.bg4{background-image: url(assets/images/bg-paralax-12.webp);}
.bg5{background-image: url(assets/images/bg-multimedia.webp);}
.bgmapa{
background: url(assets/images/countries.png) #c3c3c3 center;
background-size: 64%;
background-repeat: no-repeat;
}
/* .bg3{background: url(assets/images/bg-paralax-t5.jpg) no-repeat bottom center; background-size: cover;} */
.contentParalax{
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    display:flex;
    align-items: center;
    color:var(--white);
}
.contentbg1{background:url(assets/images/bg-paralax3.svg) no-repeat center -50px rgba(0,0,0,0.80); padding-top: 80px;}
.contentbg2{background:url(assets/images/bg-paralax3.svg) no-repeat center -50px rgba(0,0,0,0.80); padding-top: 20px;}
.contentbg3{background:url(assets/images/bg-paralax3.svg) no-repeat center -50px rgba(0,0,0,0.80); }
.contentbg4{background:url(assets/images/bg-paralax3.svg) no-repeat center -50px rgba(0,0,0,0.80); }
.wrap{word-wrap: break-word;}
.featuredmedia{object-fit: cover; height: 285px;}

.notranslate a.gt-current-wrapper{display:none!important;}

/* change transition duration to control the speed of fade effect */

/* Blog */
.blog{margin-bottom: 150px;}
.date{
background:url(assets/images/calendar-solid-24.png) no-repeat center left; 
padding-left: 32px;
color: #000!important;
font-size: 14px!important;
margin: 5px 0;
}
.blogTitle{
color:#e65905!important;
font-size: 19px;
}
.headBlog{
font-family: 'Poppins', sans-serif;
font-size: 31px;
font-weight: 800;
border-bottom: 1px solid #00b8bd;
margin-bottom: 20px;
position: relative;
height: 38px;
}
.headBlog a{color:#000; text-decoration:none;}

.featuredBlog{
object-fit: cover;
height: 210px;border: 1px solid #ccc;
}
.itemBlog{
margin: 15px 0;
display: block;
text-decoration: none;
font-size: 19px;
font-weight: 600;
}
.headBlog span{border-bottom: 4px solid #000;position: absolute;}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 50px;
    padding: 1rem;
  }
  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
    background: none;
    padding: 0;
  }
  
  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: "";
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: "";
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }

#site-preloader {
  display: none;
  background-color: #ffffff;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#site-preloader .preloader-content {
  position: absolute;
  top: 50%;
  right: -45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader-content {
  max-width: 40px;
  overflow: hidden;
  display: inline-block;
}
  
  @media (max-width: 768px) {
    .bgmapa{
      background: url(assets/images/countries-vertical.png) #c3c3c3 left;
      background-size: 100%;
      background-repeat: no-repeat;
    }
  
    .menu-button-container {
      display: flex;
    }
  
    .menu {
      position: absolute;
      top: 0;
      margin-top: 80px;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
  
    #menu-toggle ~ .menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
  
    #menu-toggle:checked ~ .menu li {
      border: 1px solid #333;
      height: auto;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
  
    .menu > li {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222;
    }
    #menu-mainmenu li a{padding: 10px; display: block; width: 100%; text-align: center;}
  
    .menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }
  }
/* End MainMenu */


/* MainContent */
.mainContent{padding:60px 0;}

/* Slider */
#slider{position:relative;}
#wave{position:absolute; bottom: -1px;}
.n2-ss-item-content{font-family:  'Poppins', sans-serif!important; font-size: 55px;}
/* .n2-ss-layer .author {font-family:  'Poppins', sans-serif!important; font-size: 35px!important;} */

.custom-shape-divider-top-1665072488 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

/* Homepage */
.titles{
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem !important;
    font-weight: 700;
    margin: 2.8rem 0;
}
.titlesHome{
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem !important;
    font-weight: 700;
    margin: 2.8rem 0;
}
.titlesHome .subtitle{font-size: 2.0rem !important;font-weight: 400;}
.contentTitle{
  font-family: 'Poppins', sans-serif;
  font-size: 2.5em !important;
  font-weight: 700;
  color: #213e6e;
}
.titlePost{font-size:35px;margin: 25px 0;font-weight: 700;}

.customshadow{
  /* box-shadow: 0px 0px 8px #ccc;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  margin: 8px; */
  object-fit: contain;
  height: 282px;
}
.separator{border-top: 1px solid #f9f9f9; border-bottom: 1px solid #f4f4f4; margin: 40px 0;}

.btn{
    background: var(--orange);
    border: none;
    color: white;
    padding: 8px 52px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 1;
    transition: 0.3s;
    border-radius: 50px;
}
.btn:hover{
    opacity: 0.7;
    background: #e65905 !important;
    color: #fff !important;
}

.video-img iframe{width: 100%;}
main a{color:#e65905;}

@supports ((-webkit-hyphens:auto) or (hyphens:auto)) {
	#textContent {
		text-align: justify;
		-webkit-hyphens: auto; /* A día de hoy aún es necesario el prefijo para soportar a Safari */
		hyphens: auto;
	}
}

footer{
    background: var(--footer);
    position: relative;
    bottom: 0;
    padding: 12px;
    color: var(--white);
}

.pagina404 h1{font-size: 102px; text-transform: uppercase;}
.pagina404 h1 span{font-size: 45px; display:block; text-transform: uppercase;}

.sticky-top{position:absolute;}

.navbar-brand img{
    width: 100%;
    max-width: 150px;
}

.nopadding{padding: 0;}
.separator2{background:url(assets/images/bg-design4.svg) no-repeat top center; height:auto;padding-top: 225px; padding-bottom: 125px;}


.ion-round{object-fit: cover;min-height: 350px;}
.snip1566 {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 350px;
    object-fit: cover;
    width: 100%;
    color: #bbb;
    font-size: 16px;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .snip1566 *,
  .snip1566:before,
  .snip1566:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .snip1566:before,
  .snip1566:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border: 2px solid var(--orange);
    border-color: transparent var(--orange);
  }
  
  .snip1566 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 50%;
    padding: 10px;
  }
  
  .snip1566 figcaption {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
  }
  
  .snip1566 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 4em;
    z-index: 1;
  }
  
  .snip1566 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  /* Category Titles */
  .categoryName{
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem !important;
    font-weight: 700;
    margin: 2.8rem 0;
    color: var(--orange);
  }

.backTop{
    display:none;
    position: fixed;
    bottom: 45px;
    right: 45px;
    background: url(assets/images/up-arrow-2.svg) no-repeat center center var(--white); 
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 500;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    box-shadow: 0 0 6px #d9d9d9;
    background-size: 60%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.backTop:hover{
  background: url(assets/images/up-arrow-2-hover.svg) no-repeat center center var(--orange); 
  background-size: 65%;
}

.stickynav{background:rgba(0, 0, 0, 0.85); padding: 15px;}
.stickynav a{color: var(--white);} 

  footer a{color: var(--white);}