/*
Theme Name: Espora
Theme URI: https://github.com/tidythemes/blankslate
Author: Etres Digital
Author URI: https://etres.digital
Description: Tema personalizado para espora.
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: espora

Plantilla Espora © 2020 Etres.digital
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'HK Grotesk';
    src: url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/HKGrotesk/HKGrotesk-Regular.eot');
    src: url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/HKGrotesk/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/HKGrotesk/HKGrotesk-Regular.woff2') format('woff2'),
        url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/HKGrotesk/HKGrotesk-Regular.woff') format('woff'),
        url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/HKGrotesk/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/Geomanist/Geomanist-Regular.eot');
    src: url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/Geomanist/Geomanist.eot?#iefix') format('embedded-opentype'),
        url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/Geomanist/Geomanist.woff2') format('woff2'),
        url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/Geomanist/Geomanist.woff') format('woff'),
        url('http://esporanew.alvert.mx/wp-content/themes/espora/fonts/Geomanist/Geomanist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    overflow-x: hidden !important;
}


svg:not(:root) {
    overflow: visible !important;
}

svg{
    overflow: visible !important;
}

html, body {

    overflow-x: hidden;
    position: relative;
}


#efectored {
	width: 100%;
	overflow:hidden;
	position: relative;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
body {
	line-height: 1;
	font-family: 'Montserrat', sans-serif;

}
button {
	outline: 0
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
q {
	display: inline;
	font-style: italic
}
q:before {
	content: '"';
	font-style: normal
}
q:after {
	content: '"';
	font-style: normal
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th, td {
	padding: 2px
}
big {
	font-size: 120%
}
small, sup, sub {
	font-size: 80%
}
sup {
	vertical-align: super
}
sub {
	vertical-align: sub
}
dd {
	margin-left: 20px
}
kbd, tt {
	font-family: courier;
	font-size: 12px
}
ins {
	text-decoration: underline
}
del, strike, s {
	text-decoration: line-through
}
dt {
	font-weight: bold
}
address, cite, var {
	font-style: italic
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {

}


body {
	background-color: #000000;
	color: #fff;
}

a {
	color: #fff;
}


/* !-------- WORDPRESS CLASSES ------------------- */
/*------------------------------------------------------------ *\
\*------------------------------------------------------------ */

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/* !-- WP Widgets Default -- */
.widget {}

/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* calendar widget */
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget {}
.widget_text {}
.textwidget p {}


/* !-- WP Comment Styles -- */
.commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}


/* !-- WP Miscellaneous Styles == */
/* category links */
 li.categories {}  
 li.cat-item {}
 li.cat-item-{id} {}
 li.current-cat {}
 li.current-cat-parent {}
 ul.children {}

/* blogroll links */
.linkcat {}
.blogroll {}

/* read-more links */
.more-link {}


/* !-- WP body_class() -- */

.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {

	display: none;
}

.meta-sep {
	display: none;
}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}


/* !-- WP post_class() -- */

.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}


/* !-- WP Page Listings -- */

.pagenav {}               /* outermost list item */
.page_item {}             /* any page item */
.page-item-{id} {}        /* specific page id */
.current_page_item {}     /* current page */
.current_page_parent {}   /* parent of current page */
.current_page_ancestor {} /* any ancestor of current page */

.pagenav ul,
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {}

.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {}
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul ul, 
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul ul {}





.itempics {
	width: 100%;
	height: 100vh;

	background-size:cover; 

}



.itemnews {
	width: 100%;
	background-size:cover; 


}


.box-imgpremios {
	position: absolute;
	top: 0px;
	left: 0px;
		width: 100%;
	height: 100vh;
	opacity: 1;
	z-index: 0;
}

html.is-ready .box-imgpremios{
  opacity: 0.5;
 
}

#maskpremios {
	top: 0px;
	    width: 100%;
    height: 100vh;
    position: absolute;

    z-index: 1;


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+52,000000+100&0.5+0,0.7+52,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 52%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 52%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 52%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.box-pics {
	position: absolute;
	top: 0px;
	left: 0px;
		width: 100%;
	height: 100vh;
	opacity: 0;
}

html.is-ready .box-pics {
  opacity: 0.5;
 
}

#owl-pics {
	width: 100%;
	height: 100vh;
}


/* PRIMEROS CSS */



.contenedor {
	margin: 0 auto !important;
	max-width: 1140px;
	position: relative;
	display: block;
	clear: both;
}


.frasehome {
    width: 50%;
    top: 40vh;
    /* left: 0px; */
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.pleca-dark {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #361b56;
    z-index: 2;

      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=30);

  /* Netscape */
  -moz-opacity: 0.3;

  /* Safari 1.x */
  -khtml-opacity: 0.3;

  /* Good browsers */
  opacity: 0.3;
   

}

.pleca-dark2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #000;
    z-index: 2;

      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
   

}

[data-aos=fade-up] {
 
    transition: ease-in-out;
}

.section1-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

#cajaparticles {
	top: 0px;
	left: 0px !important;
	position: absolute !important;
	width: 100%;
	height: 600px;
}

#particles-js {
	position: relative;
	width: 100%;
	height: 100%;
}

.home #header {
    position: absolute;
    z-index: 10;
    width: 100%;

	
}

.o-layout {
    padding: 0;
    list-style: none;
    font-size: 0;
    margin: 0;
}


.c-header {
    height: 100vh;
    min-height: 46.875 rem;
}


.frasehome h2{
font-size: 66px;
    font-weight: 700;
    height: 72px;
    overflow: hidden;
    position: relative;
    display: block;
	text-shadow: 1px 1px 1px #361b56;
	width: 100%;
	
}

.frasehome h3{
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
	text-shadow: 1px 1px 1px #361b56;
	height: 70px;
}


.frasehome h4{
	       font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
}


.txtinfoesporahome {


    padding: 0px;

  
}



/* Style */
#logosvg * {
  fill-opacity: 0;
  transition: fill-opacity 1s; 
}

#logosvg.finished * {
  fill-opacity: 1;
  fill: #FFFFFF;
}



#logosvgW * {
  fill-opacity: 0;
  transition: fill-opacity 1s; 
}

#logosvgW.finished * {
  fill-opacity: 1;
  fill: #FFF;
}

.sectionfull {
	min-height:100vh;

}


	#logosvg {
				width: 100%;
				stroke-width:3;
			}


	#logosvgW {
    width: auto;
    stroke-width: 2;
    
    top: 28%;
    position: absolute;
    opacity: 1;
			}



#logosvgW.finished {
	opacity: 0.3;
}






			@media only screen and (max-width: 2000px) {
	#logosvgW {
 
    right: 27%;
  
			}
}



			@media only screen and (max-width: 1800px) {
	#logosvgW {
 
    right: 25%;
  
			}
}


			@media only screen and (max-width: 1650px) {
	#logosvgW {
 
    right: 23%;
  
			}
}


			@media only screen and (max-width: 1500px) {
	#logosvgW {
 
    right: 20%;
  
			}
}




@media only screen and (max-width: 1280px) {
	#logosvgW {
 
    right: 18%;
 
			}
}

.close_about {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;

}

.close_strategist {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;

}

.close_awards {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;

}

.close_alliances {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;

}

.close_news {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;
}

.close_services {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;

}

#content_servicios {
	    right: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    min-height: 100%;
    height: 350px;
    position: absolute;
    background-color: #000;
    top: 0px;
    z-index: 2;
}

.box-services .full_text {
    height: 310px !important;
}

#content_about {
    left: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    height: auto;

    position: absolute;
    background-color: black;
    top: 0px;
    z-index: 2;
}

#content_about2 {
    left: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    height: auto;
	
    position: absolute;
    background-color: black;
    z-index: 2;
}

#content_estrategas {
    left: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    height: auto;
	
    position: absolute;
    background-color: black;
    z-index: 2;
}

#content_premios {
    left: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    height: auto;
	
    position: absolute;
	top: -300px;
    background-color: black;
    z-index: 2;
}

#content_alianzas {
    left: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    height: auto;
	
    position: absolute;
    background-color: black;
    z-index: 2;
}

#content_noticias {
    left: 0px;
    padding: 40px 0px 40px 40px;
    display: none;
    width: 100%;
    height: auto;

    position: absolute;
    background-color: black;
    top: -100px;
    z-index: 2;
}

#content_noticias img {
    width: 100%;
	margin-bottom: 15px;

}

#particleswhite {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
}

#premios {
	background-color: #000000;
	padding: 50px 0px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}


#premios h2{

}

#alianzas {
	position: relative;

		background-color: #fff;
	padding: 100px 0px;
}



#footer {
    padding: 0px !important;
    
    width: 100%;
    height: 600px;
    float: none;
    clear: both;
    position: relative;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051f33+0,000000+100 */
background: rgb(5,31,51); /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#051f33', endColorstr='#000000',GradientType=0 ); /* IE6-9 */



}

.logo_esporabox {

    position: relative;
    top: 20px;
    left: -35px;
    width: 70px;
    display: block;
    float: left;
}


#menu {
	position: relative;
	right: 0px;
	top: 40px;
	float: right;
	display: block;
}

#menu span{
	position: relative;
    color: #fff !important;
	margin-left: 10px;
	font-weight: 100 !important;
	font-size: 20px;
}


.cajatxtoverefect {
    overflow: hidden;
    /* margin-bottom: 30px; */
    position: relative;
    width: 50%;
    text-align: justify;
    /* margin: 0 auto; */
    float: right;
    left: -60px;
}

.cajaoverflow {
		overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
}



.marquee {
position: absolute;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    height: 1147px;
    top: 97px;
    z-index: 0;
}




.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



.content_marque {
      color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    opacity: 0.6;
}




.rotate {

  transform: rotate(-270deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-270deg);

  /* Firefox */
  -moz-transform: rotate(-270deg);

  /* IE */
  -ms-transform: rotate(-270deg);

  /* Opera */
  -o-transform: rotate(-270deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


#typewriter_pais{
	position: absolute;
	z-index: 10;
	right: 0px;
	bottom: 0px;
}

#portada .arrows {
	width: 60px;
    height: 72px;
    position: absolute;
    right: 48%;
    bottom: 20px;
    z-index: 10;
}

.bckg-logo-serv {
    position: absolute;
    z-index: 1;
    left: -250px;
}

.shdw-brdr-bl {
    background: #fff !important;
    height: 1px;
    width: 60%;
    position: absolute;
    right: 0;

}

#servicios .arrows {
	width: 60px;
    height: 72px;
    position: absolute;
    right: 48%;
    bottom: 20px;
    z-index: 10;
}



.arrows path {
  stroke: #FFFFFF;
  fill: transparent;
  stroke-width: 2px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}


#servicios .box-carrusel {
	position: relative;
}

#servicios .box-carrusel.is-inview .item:nth-child(3).aos-animate h3{
	font-size: 16px !important;
}

.boxarrowhover {
	    position: absolute;
    right: 10px;
    top: 65px;
    width: 40px;
    height: auto;
    opacity: 0;
    z-index: 0;


}

.arrowsrotate {
width: 30px !important;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.btn_menu_header {
cursor: pointer;
text-shadow: 1px 1px 1px #361b56;
	    color: #fff !important;
}

.logo_esporabox img{
width: 100%;
height: auto;
}

.btn_cerrar_right {
	cursor: pointer;
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
}

.menu-right-box{
	width: 350px;
    display: none;
    height: 100vh;
    position: absolute;
    background-color: #FFF;
    right: 0px;
    top: 0px;
    z-index: 999;
    padding: 40px 0px 0px 50px;
    margin-right: 0px;
}

.direcc {
    color: #000;
    line-height: 22px;
	position: absolute;
	bottom: 26%;
	font-weight: 400;
}

.contacto-menu .correosytel .correo {
	right: unset;
    position: absolute;
    left: unset;
    color: #000;
    font-weight: 400;
    bottom: 22%;
    top: unset;
}

.contacto-menu .correosytel .tel {
    position: absolute;
    left: unset !important;
    font-size: 34px;
    color: #000;
    font-weight: 400;
    bottom: 15%;
    top: unset !important;
    right: unset;
}

.contacto-menu .qrimg {
    width: 490px;
    text-align: left;
    position: absolute;
    right: unset !important;
    bottom: 35%;
    left: unset !important;
    top: unset !important;
}

.menu-right-box a{
	color: #000;
}

.menu-right-box a:hover, .contacto-menu .correosytel .correo:hover, .contacto-menu .correosytel .tel:hover, .owl-nav span:hover{
    color: #7239a8 !important;
}

a.btn_more_news:hover, .btns_redesfooter a:hover, .btn_top span:hover, i.fal.fa-angle-double-up:hover, .btn_top:hover, #footer a:hover {
    color: #1dbbee !important;
}

.menu-right-box a:hover{
    font-weight: 500;
}

.btns_redes {
	position: absolute;
	right: 60px;
	bottom: 40px;

}


.diright {
	position: absolute;
 left: 100px;
 font-size: :14px;
 color: #fff;
 bottom: 280px;
 font-weight: 200;
}

.dirleft{
	position: absolute;
 left: 100px;
 color: #fff;
  font-size: 24px;
  bottom: 300px;

 font-weight: 400;
}




.correosytel {




}

.correosytel .correo{
		position: absolute;
 left: 100px;
 font-size: :18px;
 color: #fff;
  font-weight: 200;
   bottom: 250px;

}

.correosytel .tel{
	position: absolute;
 left: 100px;
	 font-size:34px;
 color: #fff;
  font-weight: 200;

   bottom: 200px;

}



.correosytel a{ 
	color: #FFF;

}






.direccion {

}

.btns_redes a{
	color: #fff;
}

.logo_footer {
	max-width: 200px;
	height: auto;
	margin: 20px 0px;
	display: block;
}

#copyright {
	padding: 20px;
	font-size: 14px;
	text-align: center;
}

#portada {
	overflow: hidden;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,051f33+100 */
background: rgb(0,0,0); /* Old browsers */


}

.o-scroll{
	background: rgb(0,0,0,1)  !important; /* Old browsers */

}





#servicios {

    background: #000!important;
    position: relative;
    float: none;
    clear: both;
    display: block;
    min-height: 600px;
	
}

.plot {
	fill:#7239a8 !important;
	opacity: 0.8;

}

#mapa {
	background-color: #000;
    position: relative;
    float: none;
    clear: both;
    padding-bottom: 60px;

}



.carousel {
	left: 50%;
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	overflow: hidden;
	height: 500px;
	top: 50px;
}

.carousel .item {
	width: 350px;
	height: 250px;
	background-size: 100%;
	vertical-align: middle;
	line-height: 150px;

}


#showcase .cloud9-item, #buttonsx button {
  cursor: pointer;
}

.imgtitaward {
    position: absolute;
    top: -60px;
    width: 100%;
    height: auto;
}

.premios2021 {
	display: block;
	padding: 0px;
	margin: 0 auto -80px auto;
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 800px;
}


#showcase {

height: 500px;
width: 100%;
position: relative;
}

.cloud9-item {
	width: 200px;
	height: auto;

}


.controls {
	position: absolute;
	top: 500px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
}

.controls a {
	display: block;
}

.controls .previous {
	float: left;
}

.controls .next {
	float: right;
}


#mapa h4 {
      text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    top: 0px;
    position: relative;
    padding: 80px 0px 50px 0px;
    display: block;
}
        .mapael .map {
            position: relative;


                width: 90%;
    margin: 0 auto;
        }
/*
        .mapael .mapTooltip {
            position: absolute;
            background-color: blue;
            moz-opacity: 0.70;
            opacity: 0.70;
            filter: alpha(opacity=70);
            border-radius: 10px;
            padding: 10px;
            z-index: 1000;
            max-width: 200px;
            display: none;
            color: red;
        }
*/
        .mapael .mapTooltip {
            position: absolute;
            background-color: #474c4b;
            moz-opacity: 0.70;
            opacity: 0.70;
            filter: alpha(opacity=70);
            border-radius: 0px;
            padding: 10px;
            z-index: 1000;
            max-width: 200px;
            display: none;
            color: #fff;
        }


#equipo {
	position: relative;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#051f33+0,083d5f+100 */
background: #fff; /* Old browsers */


    padding: 100px 0px 0px 0px;
    opacity: 1 !important;
    margin-top: -2px;
	

}
.box_sergio {
	position: relative;
	display: block;
	float: none;
	width: 60%;
	padding: 0px 10px;
}

.im-icon-globe, .icosearch {
	color: #4AD8FF !important;
}

.box_equipo {
		position: absolute;
	display: block;
	right: 0px;
	top: 165px;
	width: 40%;
	
}

#cajaefecto {
	padding-top: 170px;
}

.box-carru-estrategas {
	margin-top: 3px;
	padding-bottom: 200px;
	position: relative;
	float: none;
	clear: both;
	display: block;
}

.owl-carousel .owl-item img {
	height: auto;
}

.img_equipo {
	position: relative;
	display: block;
	float: left;
	width: 25%;
}

.caja_textoserg {
	position: relative;
    width: 80%;
}

.caja_textoserg2 {
	margin-top: 100px;
	position: relative;
	float: left;
	width: 43%;
margin-bottom: 300px;

}

.cajaimgserg1 {
	     position: absolute;
    right: -154px;
    top: -180px;
}

.cajaimgserg2 {
    position: absolute;
    left: 150px;
    top: 680px;
    width: 200px;
	
}


.cajaimgserg {
    position: absolute;
    width: 260px;
    left: 100px;
    top: 600px;
}

#owl-estrategas .owl-item{
		background-color: rgba(0,0,0, 0.4)
}

.box_dere_equipo {
		position: relative;
	display: block;
	float: left;
	width: 75%;
	padding: 20px 20px 0px 20px;


}


.box_dere_equipo h3{
	    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #4AD8FF;
    padding-bottom: 10px;
}

.box-txt-nosotros {
	width: 66%;
position: relative;
float: left;
display: block;
}


.box_footer_logo {
	position: absolute;
	left: 100px;
	bottom: 45px;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

.qrimg {
    width: 490px;
    text-align: center;
    position: absolute;
    right: 100px;
    top: 280px;
}

.ft_inf-dr {
    width: 220px;
    z-index: 999999 !important;
}

#frase{
	height: 100.1vh;
	margin-top: -2px;

}

.btn_top{
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.btn_top span{
	color: #FFF;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
        display: block;
    position: absolute;
    width: 200px;
    left: -92px;
    top: -118px;

}

.btn_top i{
	font-size: 30px;
}


#cajaefecto h2 {

      text-align: left;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 0px;
    position: relative;
    margin-bottom: 70px;
    border-bottom: solid 1px #4AD8FF;
    padding-bottom: 20px;
    display: inline-block;
    margin-left: 100px;
}

 #vanta {
	height: 350px;
	bottom: 0px;
	width: 100%;
	position: absolute;

}


#fraseequipo h2 {
	text-align: center;
	width: 100%;
	padding: 0 120px;
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
}


.imgchicas {
    width: 450px;
    position: relative;
    float: right;
    margin-top: -250px;
}

.imgchicas img{
	width: 100%;
	height: auto;
}


.box-logoespo{
width: 77px;
    position: absolute;
    display: block;
    top: 20px;
    left: -34px;
}



.box-logoespo2{
     width: 100%;
    position: absolute;
    left: -480px;
    z-index: 0;
    opacity: 0.25;
}

	#logosvg2 {
		
				width: 1000px;
				
			}


#videoespora {
    object-fit: cover;
    position: relative;
    height: 100vh;
    width: 100vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_video {
	width: 100%;
	height: auto;
}

.box_video video{
	width: 100%;
	height: auto;

}




#nosotros {
	

position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1c232e+100 */
    background: #051f33;

		padding: 150px 0px 100px 0px;

}



.c-fixed_wrapper {
	
	overflow: hidden;
	position: relative
}


@media (min-width:1000px) {
	.c-fixed_wrapper {
		height: 100vh
	}
}
@media (max-width:999px) {
	.c-fixed_wrapper {
		height: 50vh
	}
}
.c-fixed_target {
	bottom: -100vh
}
.c-fixed, .c-fixed_target {
	left: 0;
	position: absolute;
	right: 0;
	top: -100vh
}
.c-fixed {
	background-position: top center;
	background-size: cover;
	height: 100%;
	mix-blend-mode: multiply;
	opacity: 1;
}
html:not(.has-scroll-smooth) .c-fixed {
	top: 0;
}








.o-scroll {

}

#js-scroll {
	

}





.c-header_heading_label {
  display: block;
  transition: transform 0s cubic-bezier(.215, .61, .355, 1);
  transform: translateY(-60px);
  opacity: 0;
}
html.is-ready .c-header_heading_label {
  transform: none;
  transition-duration: 1s;
  opacity: 1;
}


html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
  transition-delay: .1s
}





.c-summary_text {
	font-size: 1.125rem;
	opacity: 0;
	transform: translateY(60px);
	transition: transform 1s cubic-bezier(.215, .61, .355, 1);
	font-weight: 300;
}
.c-summary_text.is-inview  {
	opacity: 1;
	transform: none;
}







.c-header_title {
	
	perspective: 600px;
	-webkit-perspective: 600px
}
.c-header_title {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0
}


.owl-prev {
	margin-left: -25px !important;
}

#servicios .owl-next span, #servicios .owl-prev span {
	font-size: 40px !important;
	color: #4AD8FF;
}

.owl-theme .owl-nav [class*=owl-]:hover span, .owl-theme .owl-nav [class*=owl-]:hover span {
	color: #FFF !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
}


.c-header_title_line{display:block;opacity:0;transform:translateY(100%) rotateX(-80deg);transform-origin:center top;transform-style:preserve-3d;transition:opacity 0s cubic-bezier(.215,.61,.355,1),transform 0s cubic-bezier(.215,.61,.355,1)}html.is-ready .c-header_title_line{opacity:1;transform:none;transition-duration:.8s}html.is-ready .c-header_title_line:first-child{transition-delay:.1s}html.is-ready .c-header_title_line:nth-child(2){transition-delay:.2s}html.is-ready .c-header_title_line:nth-child(3){transition-delay:.3s}html.is-ready .c-header_title_line:nth-child(4){transition-delay:.4s}.c-header_title_line span{display:inline-block}.c-header_title_line.-version{font-size:0;text-transform:none}

html.is-ready .c-header_title_line {
	transform: none;
	opacity: 1;
	transition-duration: .8s
}

html.is-ready .c-header_title_line:first-child {
	transition-delay: .1s
}
html.is-ready .c-header_title_line:nth-child(2) {
	transition-delay: .2s
}
html.is-ready .c-header_title_line:nth-child(3) {
	transition-delay: .3s
}
html.is-ready .c-header_title_line:nth-child(4) {
	transition-delay: .4s
}
.c-header_title_line span {
	display: inline-block
}
.c-header_title_line.-version {
	text-transform: none;
	font-size: 0
}
.c-header_heading {
	padding: 1.875rem 0
}



.c-summary_text {

  opacity: 0;
  transform: translateY(60px);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1)
}
.c-summary.is-inview .c-summary_text {
  opacity: 1;
  transform: none;
}




.fade{

  opacity: 0;
  transform: translateY(60px);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1)
}

html.is-inview .fade {
  opacity: 1;
  transform: none;
}





 .logoreflex {
  border: none;
  background: transparent; }
  .logoreflex::after {
    height: 80px;
    width: 90px;
    background: #fff; }



  /* Check */
.incursor {
  border: none;
  background: transparent; }
  .incursor::after {
    height: 50px;
    width: 50px;
    background: #fff; }

/* Click to expand */
.expand {
  animation: expand .5s forwards;
  background: #4AD8FF; }


.txtfadedemo {
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

#owl-serviciosnew {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	display: block;
	

}
#owl-serviciosnew .item{
position: relative;
    float: left;
    width: 25%;
    height: 200px;
    padding: 5px 30px 0px 0px;
    margin-bottom: 20px;
}


.btn_more_services {
font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
        width: 100%;
    display: inline-block;
    height: auto;
    position: relative;
    z-index: 1;

}


.wgb-customized-row {

}

#owl-servicios h3 {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    margin: 10px 15px 0px 10px;
    padding: 0px 0px 25px 0px;
}

.c-header_line_blue {
	border-top: solid 1px transparent !important;
	background: linear-gradient(to right, #361b56,#5b2984,#7239a8,90%,#022fae,#1dbbee);

}

#footer .c-header_line_blue {
    background: linear-gradient(to right, #361b56,#5b2984,#7239a8) !important;
}

.c-header_line {
    right: 0;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform-origin: center left;
    
    	border: 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}


.c-header_line2 {
    right: 0;
    transform: scaleX(1);
    transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform-origin: center left;
    
    	border: 0;
    display: block;
    height: 1px;
   margin-top: 7px;
    padding: 0;
}

#owl-serviciosnew .item:hover .c-header_line {
	 
}

#servicios .box-carrusel.is-inview .item:nth-child(0).aos-animate .c-header_line{
    transform: scaleX(1);
    transition-delay: 0.5s;
}

#servicios .box-carrusel.is-inview .item:nth-child(1).aos-animate .c-header_line{
    transform: scaleX(1);
    transition-delay: 0.5s;
}

#servicios .box-carrusel.is-inview .item:nth-child(2).aos-animate .c-header_line{
    transform: scaleX(1);
    transition-delay: 0.7s;
}

#servicios .box-carrusel.is-inview .item:nth-child(3).aos-animate .c-header_line{
    transform: scaleX(1);
    transition-delay: 0.9s;
}

#servicios .box-carrusel.is-inview .item:nth-child(4).aos-animate .c-header_line{
    transform: scaleX(1);
     transition-delay: 1.1s;
}

#servicios .box-carrusel.is-inview .item:nth-child(5).aos-animate .c-header_line{
    transform: scaleX(1);
      transition-delay: 0.5s;
}

#servicios .box-carrusel.is-inview .item:nth-child(6).aos-animate .c-header_line{
    transform: scaleX(1);
     transition-delay: 0.7s;
}

#servicios .box-carrusel.is-inview .item:nth-child(7).aos-animate .c-header_line{
    transform: scaleX(1);
    transition-delay: 0.9s;
}

#servicios .box-carrusel.is-inview .item .c-header_line_blue {
 transition-delay: 0s;
}


#servicios .box-carrusel.is-inview .item:hover .c-header_line_blue {

	  transform: scaleX(0) !important;
	   transition-delay: 0s !important;
	   transition: transform 0.6s !important; 
    

  border-top: solid 1px #FFF !important;
}


#servicios .box-carrusel.is-inview .item:hover .boxarrowhover {
	opacity: 1;
	  transition: all 1s;

}





.see-more-container {

      margin-top: 0px !important;
    font-size: 12px !important;
    padding-right: 20px !important;
    bottom: -15px;
    position: absolute;
    right: 0px;
}

.box-serv-thick-data{
	padding-top: 31px !important;
}

.txt-intro-equipo {
	width: 60%;

margin-top: 50px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  
    margin-bottom: 150px;
}


.box-svg-services{
    position: relative;
    width: 120px;
    height: 120px;
    right: 0px;
    float: right;
    margin-top: -20px;
    padding: 10px;
}

#servicios .contenedor {
	padding: 70px 0px 70px 0px;
}


#equipo .contenedor {
	z-index: 1;
}

.post-description-slider{
	padding:0px;
	
}


.post-description-slider2{
	padding:0px;
	
}


.post-description-slider2 p{
font-size: 14px;
    line-height: 22px;
    font-weight: 400;

}

#owl-servicios {
	margin-top: 30px;
}

.post-description-slider p {
	    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
}

#owl-servicios .item {
	padding-top: 20px;

}



strong, b {
	font-weight:600;
}

.compartir {
    padding-top: 30px;
}

.single .entry-content a {
    pointer-events: none;
    cursor: default;
}

.single .entry-meta {
    text-align: center;
}

.single .attachment-post-thumbnail {
    height: auto;
    margin-bottom: 25px;
}

.single .entry-content {
    text-align: center;
}

.single article{
    max-width: 1000px;
    padding: 0 20px;
    position: relative;
    display: block;
    margin: 0 auto !important;
	top: 70px;
    height: 100%;
	margin-bottom: 100px !important;
}

.single p{
	font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #FFF;
	text-align: justify !important;
}

.single h1 {
	color: #FFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0px;
	padding-top: 50px;
	text-align: center !important;
}

.single h1 a{
	 
}

.page-template-blog-espora .owl-nav{
	display: none;
}

.page-template-blog-espora #carrusel-newsblog {
    column-count: 3;
}

.page-template-blog-espora img.attachment-foto-cuadro1.size-foto-cuadro1.wp-post-image {
    width: 100%;
    height: 180px;
}

.page-template-blog-espora .item.itemnews {
    height: 500px;
    width: 100%;
}

.tit-blog {
    margin-top: 40px;
}

.category-noticias #content{
	column-count: 3;
}

.category-noticias h2.entry-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: solid 1px #4AD8FF;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: relative;
    display: block;
    min-height: 94px;
    line-height: 22px;
    padding: 10px 15px;
    color: #fff;
}

.category-noticias .entry-summary p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 15px;
}

.category-noticias img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.category-noticias a.post-edit-link, .entry-meta {
    display: none;
}

#escribirPorWhatsapp {
    position: fixed;
    bottom: 5%;
    right: 30px;
    z-index: 99999;
}

#escribirPorWhatsapp img {
    width: 60px;
}

.redes-menu {
    bottom: 8%;
    position: absolute;
    display: inline-block;
    width: 80%;
}

.redes-menu a {
    font-size: 20px;
    padding: 0px 5%;
}

.post.category-noticias {
    height: 100%;
    margin-bottom: 100px !IMPORTANT;
}

.post.category-noticias .entry-content {
    text-align: center;
	margin-top: 20px;
}



.img_premios h3 {
	line-height: 16px;

	opacity: 1;
	  transition-duration: 1s;
	  

    text-align: center;
    font-size: 14px;

    color: #1dbbee;
    font-weight: 500;
}
.img_premios h3 span{
	color: #fff !important;
}


.full_text::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.full_text::-webkit-scrollbar-track {
    background: #361b56;
}
 
/* Handle */
.full_text::-webkit-scrollbar-thumb {
    background: #7239a8;
}

/* Handle on hover */
.full_text::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.box-services .full_text {
	
	padding-bottom: 60px;
	  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: blue orange; 
}


.box-services p{
	    font-size: 12px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 20px;
    color: white;

}


.box-services .tit {
	font-size: 16px;
	  font-weight: 400;
	  margin-bottom: 15px;
	  color: white;
}


.box-services .columns {
	width: 95%;
}

.box-services .columns .full{ 
	
column-span: all;
}

.box-services .columns b, .box-services .columns strong{ 
	
column-span: all;
}








.box-about .full_text, .box-news .full_text, .box-services .full_text, .box-strategist .full_text, .box-awards .full_text, .box-alliances .full_text {
	overflow-y:scroll !important;
	height: 100vh;
	padding-bottom: 60px;
	  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: blue orange; 
}

.box-about p, .box-news p, .box_est p, .box-awards p, .box-alliances p{
	    font-size: 12px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 20px;

}

.box-about .tit, .box-news .tit, .box_est .tit, .box-awards .tit, .box-alliances .tit-alliances {
	font-size: 16px;
	  font-weight: 400;
	  margin-bottom: 15px;
}



.box-about .columns {
	columns:300px 2;
	padding-right: 30px;
}

.box-news .columns {
    margin: 0 auto;
    width: 80%;
    column-count: 2;
}

.box-about .columns .full, .box-news .columns .full{ 
	
column-span: all;
}

.box-about .columns b, .box-about .columns strong, .box-news .columns b, .box-news .columns strong{ 
	
column-span: all;
}

.item-alianza h3{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #4AD8FF;
        padding-bottom: 20px;
        color: #051f33;

}

.txt-intro-alianza {
color: #000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 50px;
}

.box-alliances .columns, .box-strategist .columns {
    width: 90%;
}

.alliances-title {
	color: #051f33;
    font-size: 46px;
    font-weight: 600;
    padding-right: 30px;
    margin-bottom: 50px;
    width: 100%;
    background-color: #4AD8FF;
    height: 1px;
}


#alianzas h2 span{
	background-color: #fff;
    height: 3px;
    width: 100%;
    padding-right: 15px;
    top: -27px;
    position: relative;
    display: inline;
}

.masinfoalianza {
	 color: #051f33;
	     font-size: 12px;
    font-weight: bold;
    padding: 15px;
    display: block;
    float: right;
}

.masinfoalianza:hover {
	 color: #4AD8FF;
}

a.share-btn {
    font-weight: bold;
    float: right;
    padding: 10px;
    background: #4ad8ff;
    color: #000;
    font-size: 12px;
}

a.share-btn:hover {
    background: #000;
    border: 1px solid;
    color: #fff;
}

a.btn_more_news{
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	display: block;
	float: right;
}

a.news-linetext{
    top: -8px;
    position: absolute;
    right: 15px;
    background: #000000;
    padding: 0 20px;
}

.item-alianza {

}

.post-description-alianzac-section_infos_text p, .post-description-alianzac-section_infos_text {
	    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #051f33;
}


.img_premios:hover h3 {

	opacity: 1;
	  transition-duration: 1s

}




/* thickdata */

.think-1{
     fill:none;
     transition: fill-opacity 1s;
}

#thinkdata.finished .think-1{
    fill:#fff;
}

.think-2{
	fill:none;
	stroke:#fff;
	stroke-linecap:round;
	stroke-miterlimit:10;
	stroke-width:2px;
}

#thinkdata {
    width: auto;
    stroke-width: 2;
    position: relative;
    opacity: 1;
    transition: fill-opacity 1s;
    float: right;
    right: 20px;
    top: 17px;
}
}

#thinkdata.finished {
	opacity: 1;
}


.box-serv-digital-optimization {
	padding-top: 30px;
}


/* digitaloptimization */

.digitalop-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-miterlimit:10;}
.digitalop-2{fill:none; stroke:#fff;}

#digitalop.finished .digitalop-2 {
	fill:#FFF;

}

#digitalop{
    width: 67px;
    opacity: 1;
    transition: fill-opacity 1s;
    float: right;
    position: relative;
    top: -1px;
    right: 20px;
}




/* gobierno */

#gobierno{
    width: 67px;
    opacity: 1;
    transition: fill-opacity 1s;
    float: right;
    position: relative;
    top: 12px;
    right: 20px;
}


.gob-1,.gob-2{
fill:none;
stroke:#fff;
stroke-width:1px;
}
.gob-1{
stroke-miterlimit:10;
}

.gob-2{
stroke-linecap:round;
stroke-linejoin:round;
}


/* resonancia */


	.reso-1{

		fill:#FFF;

    
}



#resonance {

        width: 70px;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    top: 10px;
    float: right;
    right: 20px;
    position: relative;
}


#servicios .box-carrusel.is-inview .owl-item.active #resonance{
   opacity: 1;
}


#resonance.finished .reso-1 {


    
}



/* microtargetign */


#micro {
	 float: right;
    width: 66px;
    opacity: 1;
    transition: fill-opacity 1s;
    top: 24px;
    position: relative;
    right: 20px;
}


	.micro-1{
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width:1.5px;
	}




/* Anthropology  */


#antro {

  float: right;
    width: 60px;
    opacity: 1;
    transition: fill-opacity 1s;
    top: 22px;
    position: relative;
    right: 20px;
}
    


	.antro-1,.antro-2{
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	}

	.antro-1{
	stroke-width:2px;
	}


#antro.finished .antro-3{
	
fill:#ffffff;
stroke-width:0px;
	}

.antro-1{
	stroke-width:2px;
	}


	.antro-2{
	stroke-width:3px;
	}

	.antro-3{
		stroke-width:2px;
		stroke:white;
	fill:none;
	}

/* Social Listening  */


#social {
    float: right;
    width: 40px;
    opacity: 1;
    transition: fill-opacity 1s;
    top: 16px;
    position: relative;
    right: 20px;
}


.social-1{
	fill:none;
	stroke:#fff;
	stroke-linecap:round;
	stroke-miterlimit:10;
	stroke-width:2px;
	}




#equipo h4 {
	width: 70%;
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 20px;
    border-bottom: solid 1px #000000;
    padding-bottom: 20px;
    margin-right: 40px;
	color:#000000;
}


.descripcion_equipo {
	font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding-right: 40px;
    width: 75%;
    float: left;
	color: #000000;

}


.tit-section {
	position: relative;
}

.mundo {
	position: absolute;
    width: 350px;
    right: 17%;
    top: 26%;
    z-index:-1;
}

#news {
	background-color: #000000;
	padding: 100px 0px 80px 0px;
	margin-bottom: -50px;
}

button.owl-prev, button.owl-next {
    font-size: 60px !important;
	margin: 0px;
}

#premios button.owl-prev, #premios button.owl-next {
	top: 0;
}

#owl-alianzas button.owl-prev, #owl-alianzas button.owl-next {
	color: black !important;
	top: 50px;
}

.btns_redesfooter {
	position: absolute;
	right: 65px;
    bottom: 20px;
    width: 490px;
}
	

.btns_redesfooter a {


        float: left;
    margin: 0px 15px;
    font-size: 12px;
}


.btns_redesfooter a:hover .c-header_line2 {
    
    transform: scaleX(0);
    }


.img_news h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: solid 1px transparent;
    background: -moz-linear-gradient(to bottom, transparent, #361b56,#5b2984,#7239a8 100%);
    background: -webkit-linear-gradient(to bottom, transparent, #361b56,#5b2984,#7239a8 100%);
    background: linear-gradient(to bottom, transparent, #361b56,#5b2984,#7239a8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: relative;
    display: block;
    min-height: 94px;
    line-height: 22px;
    padding: 10px 15px;
    color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
}

.img_news h3:hover {
    background: linear-gradient(to bottom, transparent, #1dbbee);
}


.imgbrain {
	position: absolute;
	right: 0px;
	top: 50px;
}

.post-description-news p, .post-description-news  {
      font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 15px;
    }

.tit-blog {
    color: #FFF !important;
    font-size: 46px !important;
    font-weight: 600 !important;
    padding-right: 30px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    height: 1px !important;
	background: #FFF;
}

.tit-premio {
	    color: #FFF;
    font-size: 46px;
    font-weight: 600;
    padding-right: 30px;
    margin-bottom: 250px;
    width: 100%;
    height: 1px;
    position: relative;
}
.contenedorpremios {
	position: relative;
	z-index: 5;

}

.box-carru-premios {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


.lineax {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;

}

.tit-premio span{
	
    height: 3px;
    width: 100%;
    padding-right: 15px;
    top: -27px;
    position: relative;
    display: inline

}

.tit-blog span{
	
    height: 3px;
    width: 100%;
    padding-right: 15px;
    top: -27px;
    position: relative;
    display: inline;
    background-color: #000000;

}



.btnvernews {
	float: right;
	display: block;
	position: relative;
	padding: 15px;
	font-size: 12px;
}


.contenedornosotros {
	padding-top: 125px;
}

.tit-blog2 {
  
     font-size: 22px;
    color: #99979C;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}


.tit-servicios {
    color: #FFF !important;
    font-size: 46px !important;
    font-weight: 600 !important;
    padding-right: 30px !important;
    margin-bottom: 50px !important;
    width: 100% !important;
    height: 1px !important;
}

.tit-servicios span{
	    height: 3px;
    width: 100%;
    padding-right: 15px;
    top: -27px;
    position: relative;
    display: inline;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #7239a8 !important;
}

.tit-servicios2 {
    font-size: 28px;
    color: #99979C;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 40px;
}

.single .navigation, .single .entry-footer, .single .post-edit-link, .single-servicios .entry-meta{
	display: none;
}

.page-id-715 img.attachment-full.size-full.wp-post-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}




/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.box-whitenos {
    width: 25vw;
    height: 100vh;
    position: absolute;
    top: -150px;
    background-color: #fff;
    left: 0;
}

.contenedor.fullwidth-box {
    width: 100% !important;
    max-width: unset;
}

.txtespora-tc {
    color: #051f33;
    font-size: 10vw;
    font-weight: bold;
}

.txtespora-box {
    position: absolute;
    top: 100px;
}


@media only screen and (max-width: 1220px){
	.logo_esporabox {
    	left: -20px;
	}
}

@media only screen and (max-width: 1195px){
	.logo_esporabox {
    	left: 0px;
	}
}

@media only screen and (max-width: 1160px){
	.contenedor{
		margin: 0 20px !important;
	}
}

@media only screen and (max-width: 1130px){
	.shdw-brdr-bl{
		width: 58%;
	}
}

@media only screen and (max-width: 1100px){
	.imgbrain {
		width: 40%;
	}
}

@media only screen and (max-width: 1080px){
	.shdw-brdr-bl{
		width: 56%;
	}
}

@media only screen and (max-width: 1075px){
	.frasehome h2{
		height: 130px;
	}
}

@media only screen and (max-width: 1050px){
	.descripcion_equipo {
		padding-right: 45px;
	}
}

@media only screen and (max-width: 1010px){	
	.descripcion_equipo {
		padding-right: 40px;
	}
}

@media only screen and (max-width: 1030px){
	.shdw-brdr-bl{
		width: 54%;
	}
}

@media only screen and (max-width: 1000px){
	.box-logoespo {
    	padding-bottom: 30px;
	}
	
	.cajaimgserg2 {
		left: 100px;
		top: 580px;
	}
}

@media only screen and (max-width: 999px){
	.page-template-blog-espora #carrusel-newsblog {
		column-count: 2;
	}
}

@media only screen and (max-width: 990px){
	.shdw-brdr-bl{
		width: 52%;
	}
}

@media only screen and (max-width: 980px){
	
	.box_footer_logo {
    	line-height: 50px;
    	bottom: 56px;
	}
	
}

@media only screen and (max-width: 950px){
	.shdw-brdr-bl{
		width: 50%;
	}
}

@media only screen and (max-width: 910px){
	.shdw-brdr-bl{
		width: 48%;
	}
}

@media only screen and (max-width: 900px){
	.btns_redesfooter{
		right: 30px;
	}
	
	.qrimg {
		width: 150px;
		top: 55%;
    	right: 200px;
	}
	
	#owl-serviciosnew .item {
		margin-bottom: 60px;
	}
	
	.cajaimgserg2 {
		left: 50px;
		top: 680px;
	}
	
}

@media only screen and (max-width: 880px){
	.shdw-brdr-bl{
		width: 48%;
	}
}

@media only screen and (max-width: 855px){
	.frasehome h3{
		height: 100px;
	}
}

@media only screen and (max-width: 850px){
	.shdw-brdr-bl{
		width: 46%;
	}
}

@media only screen and (max-width: 820px){
	.shdw-brdr-bl{
		width: 42%;
	}
}

@media only screen and (max-width: 800px){
	#owl-serviciosnew .item {
		margin-bottom: 80px;
	}
	
	.cajaimgserg1 {
		width: 60%;
    	top: -100px;
	}
	
	#owl-serviciosnew .item{
		width: 33.3%;
	}
}

@media only screen and (max-width: 790px){
	.shdw-brdr-bl{
		width: 40%;
	}
}

@media only screen and (max-width: 770px){
	.shdw-brdr-bl{
		width: 38%;
	}
}

@media only screen and (max-width: 745px){
	#owl-serviciosnew .item {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 740px){
	.shdw-brdr-bl{
		width: 36%;
	}
}

@media only screen and (max-width: 720px){
	.shdw-brdr-bl{
		width: 34%;
	}
}

@media only screen and (max-width: 700px){
	.btns_redesfooter {
		left: 85px;
		right: unset;
	}
	
	.cajaimgserg2 {
		left: 330px;
		top: 900px;
	}
	
	.caja_textoserg {
		float: unset;
		margin-bottom: 0;
	}
	
	.descripcion_equipo {
    	margin-top: 0;
    	margin-bottom: 50px;
	}
	
	.shdw-brdr-bl{
		width: 50%;
	}
}

@media only screen and (max-width: 700px){
	.logo_footer {
    	margin: 0;
	}
	
	.correosytel .tel{
		bottom: 60%;
	}
	
	.correosytel .correo{
		bottom: 70%;
	}
	
	.diright{
		bottom: 75%;
	}
	
	.dirleft{
		bottom: 82%;
	}
	
	.qrimg {
		position: absolute;
		top: 43.5%;
		right: unset;
		left: 100px;
	}
	
	#footer{
		height: 600px;
	}
	
}

@media only screen and (max-width: 690px){
	#owl-serviciosnew .item {
		margin-bottom: 140px;
	}
	
	#servicios {
		margin-bottom: 150px;
	}
}

@media only screen and (max-width: 680px){
	.shdw-brdr-bl{
		width: 30%;
	}
}

@media only screen and (max-width: 660px){
	.shdw-brdr-bl{
		width: 28%;
	}
}

@media only screen and (max-width: 640px){
	.frasehome h3{
		height: 150px;
	}
	
	.shdw-brdr-bl{
		width: 26%;
	}
}

@media only screen and (max-width: 630px){
	.shdw-brdr-bl{
		width: 24%;
	}
}

@media only screen and (max-width: 610px){
	.shdw-brdr-bl{
		width: 22%;
	}
}

@media only screen and (max-width: 600px){
	
	.bckg-logo-serv {
		padding-bottom: 850px;
		background-repeat: no-repeat;
    	background-position: -250px 400px;
		margin-top: 0;
	}
	
	.shdw-brdr-bl{
		display: none;
	}
	
	.tit-servicios{
		background: #FFF !important;
	}
	
	.tit-servicios span{
		background: #000000;
	}
	
	.marquee.rotate {
    	display: none;
	}
	
	.descripcion_equipo {
    	padding-right: unset;
    	width: 100%;
	}
	
	.box-logoespo2 {
		left: -200px;
	}
	
	.box-about .full_text{
		height: 560px !important;
	}
	
	#content_about2{
		height: 600px !important;
	}
	
	.marquee.rotate{
		transform: none;
	}
	
	.marquee {
		position: absolute;
		height: 563px;
		top: 65%;
		/* bottom: 0; */
		/* left: -13%; */
	}
	
	.box-services .full_text {
    	height: 560px !important;
	}

	#content_servicios{
		height: 600px;
	}
	
	.page-template-blog-espora img;.attachment-foto-cuadro1.size-foto-cuadro1.wp-post-image {
		height: auto;
	}
	
	a.btn_more_about3 {
    	position: relative;
    	top: -12px;
	}
	
	#content_about2 .alignnone, #content_about2 img.alignnone{
		width: 100% !important;
	}
	
	.estatuilla {
    	margin-top: -120px !important;
    	margin-bottom: -150px !important;
		width: 80% !important;
		float: none !important;
	}

	#premios button.owl-next {
	    position: absolute;
	    right: -10px;
	}
	
	#premios button.owl-prev {
    	position: absolute;
    	left: 15px !important;
	}
	
	#servicios .arrows {
		bottom: 0px;
		right: -55%;
	}
	.contacto-menu .qrimg{
		left: -52px !important;
	}
	
	.contacto-menu .correosytel .tel{
		left: -15px !important;
	}
	
	.contacto-menu .correosytel .correo{
		left: -35px !important;
	}
	
	#portada .arrows {
		right: 45%;
	}
	.tit-blog{
		background-color: #000000 !important;
    	height: 60px !important;
    	border-bottom: 1px solid #fff;
		margin-bottom: 30px !important;
	}
	
	a.news-linetext {
    	top: 50px;
	}
	
	.page-template-blog-espora #carrusel-newsblog {
		column-count: 1;
	}
	
	.item.aos-init.aos-animate[data-aos-delay], .c-header_line {
		transition: 1.5s !important;
	}
	
	.boxarrowhover{
		opacity: 1 !important;
		top: 40px;
	}
	
	#footer {
    	height: 100vh;
		margin-top: 80px;
	}
	
	.dirleft, .diright, .correosytel .correo, .correosytel .tel, .qrimg , .box_footer_logo{
		width: 100% !important;
		text-align: center !important;
		left: unset !important;
	}
	
	.btns_redesfooter{
		width: 100%;
	}
	
	.ft_inf-dr {
    	width: 145px;
    	z-index: 999999 !important;
	}
	
	.logo_footer{
		margin: 0 auto;
	}
	
	.single .attachment-post-thumbnail{
		max-width: 100%;
	}
	

	
.box-carru-estrategas {

padding-bottom: 300px;
}


	.frasehome h2{
		font-size: 50px;
    	height: 60px;
	}
	
	.frasehome {
		width: 100%;
	}
	
	.frasehome h3 {
	    font-size: 22px;
    line-height: 28px;
    margin-top: 0px;
    padding: 10px 20px 0px 20px;
	}
	
	.txtfadedemo {
		font-size: 14px;
	}
	
	#logosvg {
		width: 85%;
	}
	
	.logo_esporabox {
		left: 0;
	}
	
	#nosotros {
		padding: 60px 0px 40px 0px;
	}
	
	.tit-servicios {
		font-size: 36px !important;
	}
	
	.tit-servicios2 {
		font-size: 24px;
	}
	
	#owl-serviciosnew .item {
    	margin-bottom: 200px;
	}
	
	#servicios {
		margin-bottom: 0;
	}

	#owl-serviciosnew .item {
		width: 100%;
		margin-bottom: 0;
    	height: 150px;
		padding: 5px 0px 0px 0px;
	}
	
	#servicios .box-carrusel {
		margin-top: 20px;
	}
	
	.caja_textoserg {
    	position: relative;
    	width: 100%;
	}
	
	#equipo h4{
		width: 100%;
	}
	
	.cajaimgserg1 {
		top: 380px;
		width: 100%;
		left: 20px;
		text-align: center;
	}
	
	.cajaimgserg1 img{
		width: 100%;
	}
	
	#equipo {
		padding-bottom: 130%;
	}
	
	.imgbrain {
		top: 100px;
		width: 40%;
	}
	
	.txt-intro-equipo {
    	font-size: 13px;
	}
	
	#cajaefecto h2 {
		margin-left: 0;
	}
	
	#cajaefecto h2 {
    	margin-left: 0px;
	}
	
	.box_dere_equipo h3 {
		margin-left: 55px !important;
		float: unset !important;
	}
	
	.img_equipo {
		margin-right: 15px;
	}
	
	.box_dere_equipo{
		float: unset !important;
		width: 100%;
	}
	
	.vanta-canvas{
		left: -50px !important;
		width: 700px !important;
		height: 450px !important;
	}
	
	.premios2021 {
		margin: -100px auto -50px auto;
		width: 90%;
	}
	
	.img_premios img{
		width: 70% !important;
		margin: 0 auto;
	}
	
	.masinfoalianza {
		padding: 15px 45px;
	}
	
	.post-description-alianzac-section_infos_text p, .post-description-alianzac-section_infos_text {
		width: 90%;
	}
	
	.itemnews {
		width: 100%;
	}
	
	#news button.owl-prev {
    	padding: 4px 7px !important;
	}
	
	.post-description-alianzac-section_infos_text p, .post-description-alianzac-section_infos_text {
    	font-size: 14px;
	}
	
	.box_footer_logo {
		line-height: 50px;
		bottom: 56px;
	}
	
	.btns_redesfooter {
		right: unset;
		left: unset;
		display: flex;
		justify-content: center;
	}
	
	.menu-right-box {
    
	}
	
	.box-carru-premios{
		width: 100%;
	}
	
	#mapa {
	min-height: 425px;
	}
}

@media only screen and (max-width: 550px){


.section1-img {
	overflow: visible;
}

#videoespora {
	left: -40%;
	width: auto;
}


	.frasehome {
    	width: 100%;
	}
	
	.box-logoespo {
		    padding-bottom: 0px;
    padding-right: 0px;
    width: 70%;
    float: none;
    text-align: center;
    margin: 0 15% 30px 15%;
	}
	
	.cajaimgserg2 {
		left: 280px;
		top: 900px;
	}
	
	.post-description-alianzac-section_infos_text p, .post-description-alianzac-section_infos_text {
    	width: 100%;
	}
	
	.masinfoalianza{
		padding: 15px;
	}
	
	.itemnews {
    	width: 100%;
	}
	
	#mapa {
   		padding-bottom: 0px;
	}

}

@media only screen and (max-width: 525px){
	.cajaimgserg1{
		top: 55%;
	}
}

@media only screen and (max-width: 500px){
	
	.box-logoespo2 {
		min-width: 500px;
	}
	
	.cajaimgserg2 {
    	left: 250px;
	}
	
	.box_dere_equipo h3 {
	    margin-left: 110px !important;
	}
	
	.premios2021 {
    	margin: -100px auto -30px auto;
    	width: 90%;
	}
	
	#owl-serviciosnew .item {
    	margin-bottom: 50px;

	}
	
	.cajaimgserg2 {
    	left: 250px;
		display: block;
	}
	
	.box_dere_equipo h3 {
	    margin-left: 110px !important;
	}
	
	.qrimg{
		top: 45%;
	}
	
	.btns_redesfooter a {
		margin: 0px 10px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 472px){
	.tit-blog{
    	height: 90px !important;
	}
	
	a.news-linetext {
    	top: 80px;
	}
}

@media only screen and (max-width: 450px){
	.frasehome {
    	top: 32vh;
	}
	
	.imgbrain {
    	top: 150px;
    	width: 40%;
	}
	
	.cajaimgserg1{
    	top: 62%;
	}
	
	.box-carru-estrategas {
    	padding-bottom: 200px;
	}
	
	.cajaimgserg2{
		top: 1080px;
		width: 150px;
	}
	
	.box_dere_equipo{
		padding: 20px;
	}
	
	.tit-blog{
		margin-bottom: 50px !important;
	}
	
	.btn_top{
		left: 20px;
	}
	
	.dirleft, .diright, .correosytel .correo, .correosytel .tel, .box_footer_logo, .qrimg{
		left: 60px;
	}
	
	.qrimg{
		width: 150px;
	}
	
	.box_footer_logo {
    	bottom: 60px;
	}
	
	#footer {
    	height: 630px;
	}
	
	.mapael .map {
    	width: 95%;
	}
	
	#owl-serviciosnew .item {
    	margin-bottom: 80px;
	}
}

@media only screen and (max-width: 435px){
	.frasehome h2{
		height: 105px;
	}
}

@media only screen and (max-width: 426px){
	#servicios .cajaoverflow{
		height: 80px
	}
}

@media only screen and (max-width: 400px){
	
	.estatuilla {
		margin-top: -100px !important;
		margin-bottom: -100px !important;
	}
	.cajaimgserg2 {
    	left: 200px;
	}
	
	.owl-carousel .owl-item img {
    	width: 100% !important;
	}
	
	.premios2021 {
		width: 100%;
	}
	
		
	.box-carru-premios .owl-carousel .owl-item img{
		width: 80% !important;
	}
	
	#mapa {
		min-height: 60vh;
	}
	
	#mapa h4 {
		padding: 60px 0px 50px 0px;
	}
}

@media only screen and (max-width: 380px){
	.imgbrain {
    	top: 200px;
    	width: 45%;
	}
	
	.cajaimgserg2 {
    	left: 180px;
	}
}

@media only screen and (max-width: 370px){
	.btn_top {
    	bottom: 130px;
	}
	
	#content_premios{
		top: -280px;
	}
}

@media only screen and (max-width: 360px){
	
	.estatuilla {
		margin-top: -80px !important;
		margin-bottom: -65px !important;
	}
}

@media only screen and (max-width: 350px){
	#content_premios{
		top: -220px;
	}
	
	.tit-servicios {
		margin-bottom: 60px !important;
	}
	
	.cajaimgserg1 {
    	top: 65%;
	}
	
	.cajaimgserg2 {
    	top: 1150px;
		left: 160px;
	}
	
	.premios2021 {
    	margin: -150px auto -30px auto;
	}
	
	.menu-right-box{
		height: 7%;
	}
}

@media only screen and (max-width: 340px){

}