/*!
Theme Name: Areopagitica
Theme URI: http://colnodo.apc.org/
Author: Equipo Técnico Colnodo
Author URI: http://colnodo.apc.org/
Description: Sitio desarrollado para la escuela de seguridad digital de Colnodo - 2023
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: esd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Areopagitica is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html{font-size:16px!important;}

body{ 
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Montserrat', sans-serif;
	color:#252525;
	}
h2, h3, h4, h5, h6{
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
h2, h2.wp-block-heading{
	padding-bottom:20px!important;
	font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1600 - 300)));
	color:#58355E;
}
h3{
	font-size: calc(30px + (38 - 30) * ((100vw - 300px) / (1600 - 300)));
}
#recursos h3,
.esdEnLosMedios h3{
	font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1600 - 300)));
	padding-bottom:20px!important;
}
h3.wp-block-heading{
	font-weight:600;
	color: #58355E;
	margin-bottom:25px;
	margin-top:25px;
}
h4{
	font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
}
h4.wp-block-heading{
	font-weight:600;
	color: #575959;
	margin:40px 0 20px 0;
}
h5{
	font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300)));
}
h6{
	font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (1600 - 300)));
}


a:hover,
a:focus{
	-moz-transition:ease-in-out 1s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  text-decoration:none;
}

p, li, td{
	-ms-hyphens: auto!important;
	-moz-hyphens: auto!important;
	-webkit-hyphens: auto!important;
	hyphens: auto!important;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
	color:#252525;
}
.wp-block-column li{
	list-style-type:disc!important;
}

p a, li a, td a{
	color:#0E8986;
}
p a:hover, li a:hover, td a:hover,
p a:focus, li a:focus, td a:focus{
	color:#58355E;
}

blockquote.wp-block-quote{
	background:url("graficasESD/comilla-gris.png") top left no-repeat;
	margin:40px 0!important;
}
blockquote.wp-block-quote p{
	font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#CC0033;
	text-align:right;
	font-weight:400;
	line-height:1.3!important;
	hyphens: none!important;
	padding-bottom:10px!important;
	margin-bottom:0!important;
}
blockquote.wp-block-quote cite{
	font-family: 'Montserrat', sans-serif;
	color:#252525;
	font-style:italic;
	font-weight:400;
	text-align:right!important;
	float:right!important;
	font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1600 - 300)))!important;
}
.btn {
    text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 24px;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary{
	background:#05A8AA!important;
	border:none;
	font-weight:600;
}
.btn-primary:hover,
.btn-primary:focus{
	background:#58355E!important;
}
a.btn-volver{
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 24px;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
background:#05A8AA!important;
	font-weight:600;
	color:#fff;
}
a.btn-volver:hover,
a.btn-volver:focus{
	background:#58355E!important;
}

a.btn.btn-cotizar{
	/*background-color:#05A8AA;
	background-image: url("graficasESD/ico-boton.svg");
	background-size:40px;
	background-position:10px 15px;
	background-repeat:no-repeat;*/
	background: rgb(9,189,191);
background: linear-gradient(180deg, rgba(9,189,191,1) 0%, rgba(22,121,144,1) 100%);
	font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300)))!important;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color:#fff;
	padding: 1rem 3rem;
	border-radius:10px;
	text-align:center;
}
a.btn.btn-cotizar:hover,
a.btn.btn-cotizar:focus{
	/*background-color:#58355E;
	background-image: url("graficasESD/ico-boton.svg");*/
	background: rgb(88,53,94);
	background: linear-gradient(0deg, rgba(88,53,94,1) 0%, rgba(196,28,214,1) 100%);
	color:#fff;
}

#menu{
	z-index:50!important;
	background-color: rgba(255, 255, 255, 0.9)!important;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.35);
}

#menu.navbar.navbar-expand-lg.fixed-top{
	transition: all 1s ease;
}
.navbar {
  padding: .5rem 1rem 0 1rem!important;
}

a.navbar-brand img{width:138px;}

a.nav-link{
	color:#252525;
	text-transform:uppercase;
}

a.nav-link:hover,
a.nav-link:focus{
	color:#05A8AA;
	-moz-transition:ease-in-out 1s;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  text-decoration:none;
}

#navbarSupportedContent ul{margin-top:0px;}

.navbar-expand-lg .navbar-nav .nav-link {
   /* padding-right: 1.5rem;
    padding-left: 1.5rem;*/
	padding:1.5rem;
}
ul.navbar-nav li.nav-item{
	font-size:14px;
	font-weight:600;
}
ul.navbar-nav li.nav-item a{
	color:#252525;
}
ul.navbar-nav li.nav-item a:hover,
ul.navbar-nav li.nav-item a:focus{
	background:#05A8AA;
	color:#fff;
}
.busc-traduc{
	position:absolute;
	top:10px;
	right:45px;
	z-index:5;
}

.traductor{
	/*width:30px;
	height:30px;
	margin-right:10px;*/
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	margin-right:1rem;
	
}

.traductor a{
	color:#252525;
	font-size: 14px;
}

.traductor a:hover,
.traductor a:focus{
	color:#CC0033;
	text-decoration:none;
}

i.fa.fa-search{
	color:#252525;
}

/********TRADUCTOR*********/
.goog-te-gadget-simple {
    background-color: #fff;
    border-left: 0px solid transparent!important;
    border-top: 0px solid transparent!important;
    border-bottom: 0px solid transparent!important;
    border-right: 0px solid transparent!important;
    font-size: 0.7rem!important;
	font-family: 'Lato', sans-serif;
}


.collapbusc{
	top:-20px;
	right:20px;
	background:red;
	border-radius:5px;
	z-index:4000;
}

 /* search start  */
.searching{}
a.search-open{color:#666; margin-right:0px;}
.contactenos a{color:#666;}


/************/

.search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: -10px;
    height: 10%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
    height:3rem;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 60px;
    padding: 0px;
    cursor: pointer;
    width: 60px;
    height: 99%;
    background: #05A8AA;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 0.5rem;
    font-size: 1rem;
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 99%;
    font-weight: 400;
    outline: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #05A8AA;
    width: 60px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.search-inline i.fa.fa-search{
	color:#ffffff!important;
}

        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #efefef;
            background-clip: padding-box;
            border: 1px solid #efefef;
            border-radius: .25rem;
            transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
/************/

.redes{
	display:none;
	/*position:fixed;
	left:0;
	bottom:30vh;
	width:40px;
	z-index:1000;
	display:flex;
	flex-wrap: wrap;
	height:240px;
	padding:10px 0;*/
}
.youtube a{
	background:#FE0000 url("graficasESD/ico-youtube.svg")left  no-repeat;
	width:39px;
	height:40px;
	display:block;
	background-size:cover;
	border-bottom:1px solid #fff;
}
.youtube a:hover, 
.youtube a:focus{
	background:#FE0000 url("graficasESD/ico-youtube.svg")right  no-repeat;
	width:39px;
	height:40px;
	display:block;
	background-size:cover;
	scroll-behavior: smooth;
	
}
.twitter a{
	background:#1D9BF0 url("graficasESD/ico-twitter.svg")left no-repeat;
	width:39px;
	height:40px;
	display:block;
	background-size:cover;
	border-bottom:1px solid #fff;
}
.twitter a:hover,
.twitter a:focus{
	background:#1D9BF0 url("graficasESD/ico-twitter.svg")right no-repeat;
	width:40px;
	height:40px;
	display:block;
	background-size:cover;
	scroll-behavior: smooth;
}
.instagram a{
	background:#B708ED url("graficasESD/ico-instagram.svg")left no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	border-bottom:1px solid #fff;
}
.instagram a:hover,
.instagram a:focus{
	background:#B708ED url("graficasESD/ico-instagram.svg")right no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	scroll-behavior: smooth;
}
.facebook a{
	background:#2374E1  url("graficasESD/ico-facebook.svg")left no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	border-bottom:1px solid #fff;
}
.facebook a:hover,
.facebook a:focus{
	background:#2374E1  url("graficasESD/ico-facebook.svg")right no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	scroll-behavior: smooth;
}
.tiktok a{
	background:#000000 url("graficasESD/ico-tiktok.svg")left no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	border-bottom:1px solid #fff;
}
.tiktok a:hover, .tiktok a:focus{
	background:#000000 url("graficasESD/ico-tiktok.svg")right no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	scroll-behavior: smooth;
}
.spotify a{
	background:#66E391 url("graficasESD/ico-spotify.svg")left no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
}
.spotify a:hover, .spotify a:focus{
	background:#66E391 url("graficasESD/ico-spotify.svg")right no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	scroll-behavior: smooth;
}
.whatsapp a{
	background: url("graficasESD/ico-whatsapp.svg")left no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
}
.whatsapp a:hover, .whatsapp a:focus{
	background: url("graficasESD/ico-whatsapp.svg")right no-repeat;
	width:38px;
	height:40px;
	display:block;
	background-size:cover;
	scroll-behavior: smooth;
}

header.cabecera{
  position: relative;
  background-color: #fff;
  height: 90vh;
  min-height: 25rem;
  overflow: hidden;
top:0!important;	
}
header.cabecera.sec{
  position: relative;
  background-color: #fff;
  height: 105px;
	min-height:105px;
  overflow: hidden;
top:0!important;
}
header.cabecera .carrusel{
	position:absolute;
	top:137px;
	height:90vh;
	background:#C2D0D7;
  width: 100%;
}
header.cabecera .curva{
	position:absolute;
	bottom:0;
	background: url("graficasESD/curva1.svg") top right;
	background-size:cover;
	height:22vh;
	width:100%
}
/***********CARRUSEL CON BOTON DE PAUSA**************/
header .carousel-inner > .item > img,
header .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}

.img-title {
  position: relative;
  background-color: #fff;
  color: #000;
  width: 100%;
  text-align: center;
  opacity: 0.43;
  filter: alpha(opacity=43);
}

/*------------SECTION TAGLINE----------------*/
.tagline{
	background:#FFFFFF;
	/*background: rgb(194,208,215);
background: -webkit-linear-gradient(rgba(194,208,215,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(rgba(194,208,215,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(rgba(194,208,215,1) 0%, rgba(255,255,255,1) 100%);*/
	position:relative;
	padding-bottom:50px;
}
h3.frase{
	bottom:0px;
	text-align:right;
	margin-top:-110px;
	font-family: 'Montserrat', sans-serif;
	color:#252525;
	font-weight:600;
	font-size: calc(15px + (22 - 15) * ((100vw - 300px) / (1600 - 300)));
}
.mono{display:none;
	background:url("graficasESD/monoESD.svg") no-repeat;
	width:100%;
	background-size:contain;
	margin-top:-45px;
}
/*---section SERVICIOS----*/

.servicios{
	padding:40px 0;
}
.servicios h2{ 
	margin-bottom:2rem;
	font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1600 - 300)));
}
.ih-item.square{
	box-shadow:none;
	position:relative;
	margin-bottom:30px;
	width:100%;
	height:100%;
	border:none;
}
.ih-item.square.effect7 a{
	cursor:pointer;
}
.info-servicio{
	position:absolute;
	bottom:10px;
	color:#fff;
	padding: 10px 25px 0 25px;
	border-radius:10px;
	margin:0px auto;
	width:100%!important;
}

.info-servicio p{
	color:#fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:600;
	text-align:center!important;
	font-size: calc(28px + (24 - 28) * ((100vw - 300px) / (1600 - 300)))!important;
	hyphens: none!important;
	line-height:1.2!important;
	width:100%!important;
	margin-bottom:-10px!important;
	padding-right:0px;
}
.mesa{
	background:#EE6A24;
}
.dcomms{
	background:#125D6A;
}
.deflect{
	background:#05A8AA;
}
.capacitaciones{
	background:#482D82;
}
.btn-wa{
		background:#00c307;
		border-radius:40px;
		color:#fff;
		padding: 10px 15px 7px 15px;
	    text-align:center;
		font-size: calc(11px + (18 - 11) * ((100vw - 300px) / (1600 - 300)));
	}
.btn-wa span{
		font-weight:bold;
		font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1600 - 300)));
	}
.logo-wa{	
	background: url("graficasESD/btn-wa.png"); 
	height:70px;
	width:70px;
	height:calc(40px + (60 - 40) * ((100vw - 300px) / (1600 - 300)));;
	width:calc(40px + (60 - 40) * ((100vw - 300px) / (1600 - 300)));;
	background-size:cover;
	background-position: center right;
	}
.btn-wa:hover,
.btn-wa:focus{
		background:#125D6A;
		color:#fff;
	}
h3#exampleModalLabel{
 color:#6A3875;
 line-height:1.2;
 font-size: calc(30px + (22 - 30) * ((100vw - 300px) / (1600 - 300)))!important;
 padding:30px 0 10px 0;
}
.modal-content {
	position:relative;
	top: 10vh!important;
}
.modal-footer button.btn-secondary{
   background: #05A8AA !important;}

/*------------CIFRAS-----------------*/
.cifras{
	padding:40px 0;
}
.counter .count-title{
	font-weight:700;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: calc(48px + (100 - 48) * ((100vw - 300px) / (1600 - 300)));
	line-height:1.2;
	color:#ffffff!important;
}
p.count-text{
	text-transform:uppercase;
	font-weight:600!important;
	hyphens: none!important;
	color:#ffffff!important;
	text-align:center!important;
	font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
}
/*------------TORRENTE-----------------*/
.torrente{
	background: #125D6A url("graficasESD/bg-torrente.jpg") center center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 45vh;
	overflow:auto;
	background-size:cover;
}
.torrente .col-md-4{
	border:1px solid rgba(86,186,249,1.00);
}

.testimonio{
	overflow:auto;
	padding:50px 0 0 0;
}
.testimonio h2{
	
	color		: #000;
	position	: absolute;
	left		: -9999em;
	top		: -9999em ;
	text-indent	: -9999em;
}
.testimonio .carousel-item p{
	text-align:left;
	padding-left:0px;
}

#mi-carrusel .carousel-item {
	height:auto;
	min-height:250px;
	color:#000!important;
}
#mi-carrusel .carousel-item h3{
	color:#000!important;
	text-align:right;
	font-style:italic;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)))!important;
}
#mi-carrusel .carousel-control-next-icon {
  background-image:url("graficasESD/der.svg")!important;
}
#mi-carrusel .carousel-control-prev-icon {
  background-image:url("graficasESD/izq.svg")!important;
}

#mi-carrusel  .carousel-control-next-icon,
#mi-carrusel  .carousel-control-prev-icon {
  display: inline-block;
  width: 30px!important;
  height: 30px!important;
  background: 50%/100% 100% no-repeat;
    background-image: none;
}
#mi-carrusel .carousel-caption h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300)));
	color:#58355E!important;
}
#mi-carrusel .carousel-caption {
  background:url("graficasESD/comillas.svg") left top no-repeat;
  background-size: 80px 86px;
	bottom:65px!important;

}
/*------------ALIADOS-----------------*/

.aliados{
	background:#EDF1F3;
	padding:50px 0 0 0;
}
.aliados .row{
	justify-content:center;
}
.aliados h2{
	display:none;
	/*color:#fff;
	text-align:center;
	font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:40px;*/
}
.aliados .row{
	justify-content:center;
	align-items:flex-start;
}
.cada-aliado.col-md-2.col-4.mb-3{
	margin-bottom: 0rem!important;
}
.cada-aliado p{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ih-item.square.effect7 {
	border-radius: 10px!important;
  }
.servicios .ih-item.square.effect7{
	height:252px!important;
}
/*------------FOOTER-----------------*/

.pie .curva{	
	background:#EDF1F3 url("graficasESD/curva-pie.svg") top left no-repeat;
	background-size:cover;
	height:137px;
}
.pie .curva-secundaria{	
	background:transparent url("graficasESD/curva-pie.svg") top left no-repeat;
	background-size:cover;
	height:137px;
}
.pie .datos{
	background:#EE6A24;
	color:#fff;
	padding-bottom:20px;
}
.menu-pie ul{
	display:inline-block;
}
.menu-pie ul li{
	list-style:none;
	padding:5px 20px 5px 0;
	margin:0;
	display:inline;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
}
.menu-pie ul li a{
	color:#fff;
	font-weight:700;
}
.menu-pie ul li a:hover,
.menu-pie ul li a:focus{
	text-decoration:none;
	color:#ffffff;	
}
.pie p{
	-ms-hyphens: auto!important;
	-moz-hyphens: auto!important;
	-webkit-hyphens: auto!important;
	hyphens: auto!important;
	line-height:120%!important;
	color:#fff;margin-bottom:10px!important;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
}
.pie p a{
	color:#9BDCDD;
}
/*---------MAPA DEL SITIO------------*/


ul.mapa-sitio{
	padding-left:0rem!important;
}
ul.mapa-sitio li{
	list-style:none!important;
	padding-left:0;
	margin-bottom:9px;
	font-weight:600;
}
ul.mapa-sitio li a{
	color:#252525;
}
ul.mapa-sitio li ul li{
	list-style:square!important;
	margin-bottom:4px;
}
ul.mapa-sitio li a:hover,
ul.mapa-sitio li a:focus{
	color:#05A8AA;
}
.init input[type="email"],
.init textarea{
	  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: .25rem;
  transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

/*---------CONTACTENOS------------*/

.contact-paragraph{
	padding-right:100px;
}
.contact-paragraph h5{
	color:#58355E;
	margin-bottom:1rem;
	font-size: calc(30px + (38 - 30) * ((100vw - 300px) / (1600 - 300)));
}
.form-group p{
	margin-bottom:0!important;
}
.checkbox p span.wpcf7-form-control-wrap label{
	font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1600 - 300)));
	font-weight:normal!important;
}
form.wpcf7-form.init label{
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	font-weight:bold;
	color:#58355E;
}
input[type="submit"].wpcf7-form-control.has-spinner.wpcf7-submit{
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 24px;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	line-height: 1.5;
	border-radius: .25rem;
	border:0px transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #58355E !important;
	font-weight: 600;
	color: #fff;
}
ainput[type="submit"].wpcf7-form-control.has-spinner.wpcf7-submit:hover, input[type="submit"].wpcf7-form-control.has-spinner.wpcf7-submit:focus {
	background: #05A8AA !important;
  }
  a.btn-volver {
	
  }
/*---------SECUNDARIAS------------*/
.migas{
	margin-top:135px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
 float:right;
 
}
li.breadcrumb-item {
	 font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
}
li.breadcrumb-item a{
	color:#0E8986;
}
li.breadcrumb-item a:hover,
li.breadcrumb-item a:hover{
	color:#58355E;
}
.wp-block-columns.container{
	/*padding:50px 0 0 0;*/
}
.card.card-recursos button.btn.btn-primary{
	padding:7px 18px!important;
	border-radius: 0 .25rem .25rem 0!important;
}
.card.card-recursos button.btn.btn-primary i{
	color: #ffffff !important;
}
.novedades-sec h3{
	font-family: 'Montserrat', sans-serif;
	font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
	margin-bottom: 40px;
	text-transform:uppercase;
}

.novedades-sec .capsula{
	border-bottom:1px dotted #7E9199;
}
.novedades-sec .capsula h4{
	font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
	line-height:1.2!important;
}
.novedades-sec .capsula p{
	font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
	margin-bottom:0.5rem!important;
}
.novedades-sec .capsula h4 a{
	color: #58355E!important;
}
.novedades-sec .capsula h4 a:hover,
.novedades-sec .capsula h4 a:focus{
	color: #05A8AA!important;
}
.wp-block-column.is-layout-flow ol,
.wp-block-column.is-layout-flow ul{
	padding-left:1.5rem;
}
.wp-block-column.is-layout-flow ol li,
.wp-block-column.is-layout-flow ul li{
	padding-left:0.5rem;
}
.foto-con-pie{
	background:#EBF0F2;
	margin-bottom:40px;
}
span.pie-de-foto{
	display:block;
	padding:20px;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
}
.ver-todas a.btn.btn-primary{
		padding:20px!important;
}
.ver-todas a.btn.btn-primary i{
	display:none;
}
.ver-todas a.btn.btn-primary {
	background-image: url("graficasESD/ico-boton.svg")!important;
	background-size:30px!important;
	/*background-position:20px 18px!important;*/
	background-position: 30px 25px!important;
	background-repeat:no-repeat!important;
	display:block;
	padding-left:3rem!important;

}
/*----------SOBRE LA ESCUELA LINEA DE TIEMPO-----------*/

.historia{
	background:#E0E7EB;
	min-height:60vh;
}
.historia .cd-h-timeline__container.container h3{
	font-size: calc(30px + (42 - 30) * ((100vw - 300px) / (1600 - 300)))!important;
}
h4.cd-h-timeline__event-title{
	color:#58355E!important;
	font-family: 'Yanone Kaffeesatz', sans-serif!important;
	font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)))!important;
}
.js .cd-h-timeline__dates::before {
    left: 0;
    background: linear-gradient(to right, var(--cd-color-3), hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0));
	background: linear-gradient(to right, rgb(51, 168, 170, 1), rgba(224, 231, 235, 1))!important;
	border-radius: 10px 0 0 10px;
}
.js .cd-h-timeline__dates::after {
    right: 0;
    background: linear-gradient(to left, var(--cd-color-3), hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0));
    background: linear-gradient(to left, rgb(51, 168, 170, 1), rgba(224, 231, 235, 1))!important;
	border-radius: 0px 10px 10px 0px;
}
.js .cd-h-timeline__date::after {/*los puntos de la línea*/
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-color: #58355E!important;
    border-color: #58355E!important;
    background-color: #58355E!important;
    transition: background-color 0.3s, border-color .3s;
}
.js .cd-h-timeline__filling-line {/*la línea*/
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: hsl(74, 93%, 32%);
    background-color: #05A8AA!important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-h-timeline__event-content.container h5{
	text-align:right!important;
	font-weight:600;
}
/*--------NOVEDADES Y ESD EN LOS MEDIOS----------*/

.capsula-nota {
    
    background-color: #fff;
    box-shadow: 0 0 6px 2px #cecece;
    margin: 0.8rem 0;
}
.portada{
	width: 100%;
    height: 90%;
  }
.portada .img-nota {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}
.contenido{
	padding: 15px;
    box-sizing: border-box;
   }
.contenido h4{
	font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
	border-bottom: 1px dotted #7E9199;
	padding-top:15px;
	padding-bottom: 8px;
	font-weight:400;
	margin-bottom:8px;
	color:#58355E;
}
.contenido h4 a{
	color:#58355E;
}
.contenido h4 a:hover,
.contenido h4 a:focus{
	color:#05A8AA;
}
.contenido .fecha{
	font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
	color:#05A8AA;
}
.contenido p{
	font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1600 - 300)));
}
.contenido .continuar a{
	font-weight:600;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	color: #0E8986;
}
.contenido .continuar a:hover,
.contenido .continuar a:focus{
	text-decoration:none;
	color: #58355E;
}
/*.titulo-novedades h2{
	font-size: calc(30px + (38 - 30) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
	color: #58355E;
	margin-bottom:40px;
}*/
.nov-sec{
  padding-top: 80px;
  padding-left: 10px;
}
.nov-sec .capsula{ border-bottom: 1px dotted #7E9199;}
.nov-sec .capsula .col-4{ 
	padding-left:0!important;
	padding-right:0!important;
}
.nov-sec p{
	color		: #000;
	position	: absolute;
	left		: -9999em;
	top		: -9999em ;
	text-indent	: -9999em;
}
.nov-sec h3{
	font-family: 'Montserrat', sans-serif;
	font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
	font-weight:700;
	color:#05A8AA;
	text-transform:uppercase;
}
.nov-sec h4{
	font-family: 'Montserrat', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
}
/*----------RECURSOS-------------*/

#recursos .categorias{
	background:#E0E7EB;
	border-radius:10px;
	padding:3rem 0rem!important;
	margin-top:25px!important;
}
#recursos .filters label{
	width:100%;
	margin-bottom:10px;
	padding:5px 15px 10px 15px;
	border-bottom:1px solid #ffffff;
}
.filters input[type="checkbox"]{
	margin-right:7px;
}
.modal-content-tiktok{
	background: #fff !important;;
	padding: 2rem !important;;
}
.modal-content-tiktok .close-button{
	float:right!important;
}
.wq_questionTextCtr{
	background-color:#fff;
}
.row-recursos{
	margin-left:0px!important;
	margin-right:0px!important;
}

.cada-recurso{
	overflow:auto;
	margin-bottom:20px;
	clear:both;
}
.card.cada-recurso a img{
	cursor:pointer;
}
.cada-recurso h5.card-title{
	padding-top:15px;
}
/*----------*/
#gt_float_wrapper{
}
#gt_float_wrapper .gt_float_switcher .gt-selected {
    position: static !important;
    z-index: 888;
    background-color: transparent!important;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}

.gt-current-lang {
    padding: 0 !important;
}

#gt_float_wrapper .gt_float_switcher {
   font-family: 'Montserrat', sans-serif;
   font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)))!important;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 18px;
    box-shadow: rgba(0, 0, 0, 0.0) 0 0px 0px!important;
    background:transparent;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#gt_float_wrapper .gt_float_switcher.notranslate{
	background:#fff!important;
}
#gt_float_wrapper .gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

/*----CARRUSEL DE TESTIMONIOS----*/

#testimonialCarousel .testimonial-card {
  border: none;
  border-radius: 15px;
  background:#EDF1F3;
  padding: 20px;
  transition: transform 0.3s;
}

#testimonialCarousel .testimonial-card:hover {
  transform: translateY(-15px);
}
#testimonialCarousel .testimonial-card{
  margin-bottom:20px;
}

#testimonialCarousel .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
#testimonialCarousel p.card-text {
  font-style: italic;
  color: #555;
  margin-top: 15px;
	line-height:1.3;
	font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1600 - 300)))!important;
}

#testimonialCarousel .card-title {
  margin-top: 10px;
  font-weight: bold;
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1600 - 300)))!important;
	font-family: 'Montserrat', sans-serif!important;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  width: 50px;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 8px;
}
#testimonialCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='-4 -4 24 24'%3e%3cg transform='translate(4,4)'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
#testimonialCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='-4 -4 24 24'%3e%3cg transform='translate(4,4)'%3e%3cpath d='M2.75 0l4 4-4 4-1.5-1.5L3.75 4l-2.5-2.5L2.75 0z'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.wp-block-accordion-heading__toggle-title{
	font-size: calc(16px + (17 - 16) * ((100vw - 300px) / (1600 - 300)))!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight:bold;
	padding-left:0px;
	text-decoration:none!important;
}
.wp-block-accordion-heading__toggle-title:hover,
.wp-block-accordion-heading__toggle-title:focus{
	text-decoration:none;
	color:#125D6A;
}
.wp-block-accordion-heading__toggle{
	background:#DCE5E9;
	padding:15px 0 10px 20px;
}
.wp-block-accordion-panel.is-layout-flow.wp-block-accordion-panel-is-layout-flow{
	padding:15px 0 15px 30px;
}
.wp-block-accordion-panel.is-layout-flow.wp-block-accordion-panel-is-layout-flow li{
	margin-bottom:10px;
}
/******MEDIA QUERIES********/

/*Tablets en horizonal y escritorios normales --> col-md
   ------------------------------------------------------------------------- */
@media (min-width: 768px) {
span.navbar-toggler-icon{z-index:2000;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(204, 0, 51)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
}


@media (min-width: 768px) and (max-width: 1199px){ 


}


/*Moviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 767px) {
	span.navbar-toggler-icon{z-index:2000;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(204, 0, 51)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
	.contact-paragraph{padding-right:0px;	}
}

/*Moviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) {
	a.navbar-brand img{width:100px;}
	.navbar-nav .nav-link {padding:0rem 1.5rem;}
	.search-inline.search-visible {left: 45px;}
	h3.frase{ margin-top:-100px;}
    .mono{margin-top:-95px;}
	.menu-pie ul{display:block; margin-top:20px;}
    .menu-pie ul li{
        list-style:none;
        padding:10px 0px 10px 0;
        margin:0;
        display:block;
        border-bottom:1px solid #9BDCDD;}
	.pie .datos{
		padding-bottom:80px;
		background:#EE6A24;
	}
	.redes{
		display:none;
		/*width:100%;
		padding-left:1%;
		height:45px;
		padding-top:5px;
		bottom:0vh!important;
		flex-wrap: nowrap;
		position:fixed;
		justify-content:center;
		background:#EBF0F2!important;
		border-radius: 5px 3px 0 0;*/
	}
.youtube a,.twitter a,.instagram a,.facebook a,.tiktok a,.spotify a, .whatsapp a{
	height:40px; 
	width:40px;
	margin:0 0px; 0 0px
	border-bottom:0px transparent;
	padding:0!important;
	}
#mi-carrusel .carousel-item {
	height:auto;
	min-height:400px;
	color:#000!important;
}
#recursos .categorias{
	margin-top:20px;
}
.nov-sec{
	padding-top:40px;
	padding-left:0px;
}
/*.capsula-nota {
    height: 360px;
}*/
.titulo-buscar{
	margin-bottom:15px;
}
.btn-cotizar{
	background-size:50px;
	background-position:30px 30px;
}

}



/***************/


/* ---- button ---- 

.button {
	display: inline-block;
	padding: 0.5em 1.0em;
	background: #EEE;
	border: none;
	border-radius: 7px;
	background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
	color: #222;
	font-family: sans-serif;
	font-size: 16px;
	text-shadow: 0 1px white;
	cursor: pointer;
  }
  
  .button:hover {
	background-color: #8CF;
	text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
	color: #222;
  }
  
  .button:active,
  .button.is-checked {
	background-color: #28F;
  }
  
  .button.is-checked {
	color: white;
	text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
  }
  
  .button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
  }
  
  /* ---- button-group ---- */
  
  /*.button-group {
	margin-bottom: 20px;
  }
  
  .button-group:after {
	content: '';
	display: block;
	clear: both;
  }
  
  .button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
	margin-right: 1px;
  }
  
  .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
  .button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }*/


  .colnodo30 {
    position: fixed;
    left: 10px!important;
    bottom: 45px!important;
    background: url('https://rds.org.co/graficasRDS/colnodo30.png');
	width:calc(100px + (150 - 100) * ((100vw - 300px) / (1600 - 300)));
	height:calc(100px + (150 - 100) * ((100vw - 300px) / (1600 - 300)));
    display: block;
    z-index: 10000;
    background-size: contain;

}