/* Tabla de Contenido

	- Defaults
		- Elementos tipográficos
		- Texto Destacado
		- Enlaces
		- Botones
		- Iconos
		- Galerías de imágenes
		- Formularios 
		- Modal
		- Tablas
	- Estructura y Layout
		- Contenedores
		- Clases de Columnas
		- Elementos Especiales
		- Fichas
		- Aviso Cookies
	- Clases Comunes
		- Titulos
		- SinPadding
		- Collapse
	- Modulos
		- Preloader
		- Acordeón
		- Barra de Progreso
		- Google Maps
		- Pestañas
		- Testimonial
		- Team
		- Services
		- Features
		- Sliders
		- Paginación
	- Header
		- Área de Título
	- Navegación
		- Navegación Principal
		- Menú Responsivo
		- Menú Secundario
		- Menú laFundacion
	- Área de Contenido
		- HomePage
		- Fundación
		- Fundación > Misión y Patronato
		- Fundación > Memorias
		- Fundación > Becas
		- Fundación > Hechos destacados
		- Proyectos Especiales > Donaciones
		- Proyectos Especiales > Exposiciones
		- Proyectos Especiales > Homenajes
		- Publicaciones > Disponibles
		- Publicaciones > Enciclopedia
		- Publicaciones > Guías de Sala
		- Publicaciones > Fondo Editorial
		- Actividades
		- Actividades > Convocatorias
		- Actividades > Iniciación
		- Actividades > Calendario
		- Amigos
		- Amigos > Empresas
		- Amigos > Patronos Internacionales
		- Amigos > CÃ­rculo VelÃ¡zquez
		- Amigos > Hazte Amigo
		- Aviso Legal
		- Login
	- Footer
	- Media Queries
		- Max-width : 1250px
		- Max-width : 1024px
		- Min-width : 992px and max-width : 1199px
		- Max-width : 992px
		- Max-width : 991px
		- Max-width : 959px
		- Screen and max-width : 768px
		- Max-width : 767px
		- Max-width : 766px
		- Screen and max-width : 600px
		- Only screen and max-width : 479px
		- Only screen and min-width : 480px) and max-width : 767px
		- Min-width : 768px) and (max-width : 991px

*/

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Elementos tipográficos
--------------------------------------------- */

@font-face {
    font-family: 'GothamExtraLight';
    src: url('/fonts/gotham/GothamExtraLight.eot');
    src: url('/fonts/gotham/GothamExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamExtraLight.woff') format('woff'),
        url('/fonts/gotham/GothamExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'GothamThinItalic';
    src: url('/fonts/gotham/GothamThin-Italic.eot');
    src: url('/fonts/gotham/GothamThin-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamThin-Italic.woff') format('woff'),
        url('/fonts/gotham/GothamThin-Italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'GothamBoldItalic';
    src: url('/fonts/gotham/GothamBold-Italic.eot');
    src: url('/fonts/gotham/GothamBold-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamBold-Italic.woff') format('woff'),
        url('/fonts/gotham/GothamBold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'GothamBlackItalic';
    src: url('/fonts/gotham/GothamBlack-Italic.eot');
    src: url('/fonts/gotham/GothamBlack-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamBlack-Italic.woff') format('woff'),
        url('/fonts/gotham/GothamBlack-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'GothamMediumItalic';
    src: url('/fonts/gotham/GothamMedium-Italic.eot');
    src: url('/fonts/gotham/GothamMedium-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamMedium-Italic.woff') format('woff'),
        url('/fonts/gotham/GothamMedium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('/fonts/gotham/GothamBlack.eot');
    src: url('/fonts/gotham/GothamBlack.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamBlack.woff') format('woff'),
        url('/fonts/gotham/GothamBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/gotham/GothamLight.eot');
    src: url('/fonts/gotham/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamLight.woff') format('woff'),
        url('/fonts/gotham/GothamLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamThin';
    src: url('/fonts/gotham/GothamThin.eot');
    src: url('/fonts/gotham/GothamThin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamThin.woff') format('woff'),
        url('/fonts/gotham/GothamThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/fonts/gotham/GothamMedium.eot');
    src: url('/fonts/gotham/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamMedium.woff') format('woff'),
        url('/fonts/gotham/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamExtraLightItalic';
    src: url('/fonts/gotham/GothamExtraLight-Italic.eot');
    src: url('/fonts/gotham/GothamExtraLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamExtraLight-Italic.woff') format('woff'),
        url('/fonts/gotham/GothamExtraLight-Italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'GothamUltraItalic';
    src: url('/fonts/gotham/GothamUltra-Italic.eot');
    src: url('/fonts/gotham/GothamUltra-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamUltra-Italic.woff') format('woff'),
        url('/fonts/gotham/GothamUltra-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'GothamLightItalic';
    src: url('/fonts/gotham/GothamLight-Italic.eot');
    src: url('/fonts/gotham/GothamLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamLight-Italic.woff') format('woff'),
        url('/fonts/gotham/GothamLight-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'GothamUltra';
    src: url('/fonts/gotham/GothamUltra.eot');
    src: url('/fonts/gotham/GothamUltra.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamUltra.woff') format('woff'),
        url('/fonts/gotham/GothamUltra.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/gotham/GothamBold.eot');
    src: url('/fonts/gotham/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/GothamBold.woff') format('woff'),
        url('/fonts/gotham/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBookItalic';
    src: url('/fonts/gotham/Gotham-BookItalic.eot');
    src: url('/fonts/gotham/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/Gotham-BookItalic.woff') format('woff'),
        url('/fonts/gotham/Gotham-BookItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/gotham/Gotham-Bold.eot');
    src: url('/fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/Gotham-Bold.woff') format('woff'),
        url('/fonts/gotham/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/gotham/Gotham-Light.eot');
    src: url('/fonts/gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/Gotham-Light.woff') format('woff'),
        url('/fonts/gotham/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-Book';
    src: url('/fonts/gotham/Gotham-Book.eot');
    src: url('/fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gotham/Gotham-Book.woff') format('woff'),
        url('/fonts/gotham/Gotham-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Georgia';
    src: url('/fonts/georgia/Georgia.eot');
    src: url('/fonts/georgia/Georgia.eot?#iefix') format('embedded-opentype'),
        url('/fonts/georgia/Georgia.woff') format('woff'),
        url('/fonts/georgia/Georgia.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


body {
    font-family : 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book';
    font-style: normal;
    font-weight: 400;
    font-size   : 13px;
    line-height : 24px;
    color       : #969595;
    font-weight : normal;
    background: #fff;
}



h1, h2, h3, h4, h5, h6 {
    margin      : 0 0 15px;
    color       : #313131;
    font-family: 'GothamBold';
    font-family : 'Gotham SSm A', 'Gotham SSm B', 'GothamBold';
    font-style: normal;
    font-weight: 500;
    }

h1 {
    font-size   : 30px;
    line-height : 24px;
    }

h2 {
    font-size   : 23px;
    line-height : 23px;
    }

h3 {
    font-size   : 20px;
    line-height : 24px;
    }

h4 {
    font-size   : 18px;
    line-height : 24px;
    }

h5 {
    font-size   : 16px;
    line-height : 24px;
    font-weight : 600;
    }

h6 {
    font-size   : 14px;
    line-height : 24px;
    }

p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	color: #525252;
}

/* Texto Destacado
--------------------------------------------- */

.text-highlights {
    color   : #ffffff;
    padding : 0px 5px;
    }

.text-highlights.black {
    background : #313131;
    }

.text-highlights.blue {
    background : #31aae2;
    }

/*Common Page Header*/
.page-header {
    padding-bottom : 0;
    margin         : 100px 0;
    border-bottom  : 0;
    }

.page-header h1 {
    font-size      : 70px;
    line-height    : 70px;
    color          : #ffffff;
    font-weight    : 400;
    text-transform : capitalize;
    margin-bottom  : 30px;
    font-family    : 'Montserrat', sans-serif;
    }

.page-header .sub-title {
    display        : block;
    font-size      : 40px;
    line-height    : 40px;
    color          : rgba(255, 255, 255, 0.5);
    font-weight    : 700;
    text-transform : uppercase;
    font-family    : 'Montserrat', sans-serif;
    }

    
 .letraCapital {
 	font-size: 70px;
 	line-height: 70px;
 	color: #d0011b;
 	width: 105px;
 	height: 80px;
 	display: block;
 	float: left;
 	position: relative;
 	text-transform: uppercase;
 	text-align: center;
 	border-bottom: 3px solid #d0011b;
 	margin-right: 15px;

 	font-family: 'Georgia';
 	font-weight: normal;
 }
 
strong {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #4A4A4A;
}
 
.firma {
	line-height: 20px;
	margin-top: 27px;
}

.autor {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #333333;
	font-size: 16px;
}

.autor strong {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.cargo {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #969696;
	font-size: 14px;
}

.pieFoto {
	font-size: 11px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #5a5a5a;
	margin-top: 12px;
	line-height: 18px;
}

.introduccion .container {
	padding-right: 97px;
	padding-left: 97px;
	margin-bottom: 50px;
}


.introduccion h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px;
}

.introduccion p {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 16px;
	color: #333333;
}

.tituloprincipal h3{
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 44px;
	color: #333;
}

.tituloActividad h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 34px;
	color: #333;
}

div.actividades {
    padding-top: 40px;
}

div.boxActividadesBottom {
    position: absolute; 
    bottom: 10px;
    width: 85%;
}

div.actividadTexto {
    /*text-overflow: ellipsis;*/
    /*min-height: 85px;*/
    max-height: 70px;
    overflow: hidden;
    /*white-space: pre-wrap;*/ /*CHB20190315 Lo quitamos para que no deje espacios en blanco*/
}

/* Enlaces
--------------------------------------------- */

a {
    color              : #74CBCE;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    color: #00bad3;
    }


ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }
    
.volver-atras {
	height: 33px;
	width: 36px;
	display: block;
	text-indent: -9876px;
	background: url(/img/atras.png) center center no-repeat;
	top: 20px;
	position: absolute;
	left: 0;
}

.volver-atras:hover {
	opacity: 0.83;
}

/*CHB20201113 Nuevo boton para ir al inicio del area privada*/
.volver-atras-menu {
    height: 33px;
    display: block;
    background: #E42313;
    color: #fff;
    top: 20px;
    position: absolute;
    left: 0;
    padding: 3px 10px 0 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.volver-atras-menu:hover {
    opacity: 0.83;
}
/*CHB20201113 Fin Nuevo boton para ir al inicio del area privada*/

.descargarPDF {
	color: #74CBCE;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 26px;
	background: url(/img/descargar.png) right top no-repeat;
	padding-right: 33px;
	display: inline-block;
}

.descargarPDF:hover {
	color: #00bad3;
	background: url(/img/descargarHover.png) right top no-repeat;
}

.masInfo {
	color: #74CBCE;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 26px;
	background: url(/img/masInfo.png) right center no-repeat;
	padding-right: 33px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.masInfo:hover {
	color: #00bad3;
	background: url(/img/masInfoHover.png) right center no-repeat;
}

a.video {
	color: #8e8e93;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	background: url(/img/botonVideo.png) left center no-repeat;
	padding-left: 50px;
	height: 25px;
	display: block;
	margin-bottom: 10px;
}

a.video:hover {
	color: #E42313;
	background: url(/img/botonVideoHover.png) left center no-repeat;
}

    
/* Botones
--------------------------------------------- */

button {

    border: 0px;

}

.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 13px;
    text-transform : uppercase;
    }

/*btn-primary*/
.btn-primary {
    background-color : #31aae2;
    border-color     : #31aae2;
    }

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color : #2281ad;
    border-color     : #2281ad;
    }

/*btn-default*/
.btn-default {
    color            : #313131;
    background-color : transparent;
    border-color     : #313131;
    }

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color            : #E42313;
    background-color : #ffffff;
    border-color     : #ffffff;
    }

/*btn-black*/
.btn-rojo {
    color            : #ffffff;
    background-color : #E42313;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    padding-bottom: 18px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    }

.btn-rojo:focus,
.btn-rojo:hover {
    color            : #FFFFFF;
    background-color : #A8160A;
    border-radius: 2px;
    }

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }
    
/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
    position    : fixed;
    bottom      : 30px;
    right       : 30px;
    color       : #E42313;
    cursor      : pointer;
    display     : none;
    z-index     : 9999;
    width       : 30px;
    height      : 30px;
    border      : 2px solid #31aae2;
    text-align  : center;
    font-size   : 18px;
    line-height : 24px;
    display: none!important;
    }

#toTop:hover {
    color              : #ffffff;
    background-color   : #31aae2;
    border             : 1px solid transparent;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }


.boton {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 13px;
	text-align: center;	
	color: #74CBCE;
	border: 1px solid #74CBCE;
	height: 37px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-right: 20px;
	padding: 8px 12px 12px;
	margin-bottom: 20px;
}

.boton:hover  {
	border: 1px solid #00bad3;
	background-color: #00bad3;
	color: #fff;
}

.boton a {
	color: #74CBCE;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
}

.boton a:hover {
	color: #fff;
}



.botonRed {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 13px;
	text-align: center;
	color: #e42313;	
	border: 1px solid #e42313;
	height: 37px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-right: 20px;
	padding: 8px 12px 12px;
	margin-bottom: 20px;
}

.botonRed:hover  {
	border: 1px solid #a8160a;
	background-color: #a8160a;
	color: #fff;
}

/*CHB20171031 Nuevos estilos*/
.botonRed.misactividades {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	text-align: center;
	color: #e42313;	
	border: 1px solid #e42313;
	height: 37px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-right: 20px;
	padding: 8px 12px 12px;
	margin-bottom: 20px;
}
.botonRed.misactividades:hover  {
	border: 1px solid #a8160a;
	background-color: #a8160a;
	color: #fff;
}
.botonRed.misactividades.inactivo {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #fff;	
	border: 1px solid #d5d5d5;
	background-color: #d5d5d5;
	height: 37px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-right: 20px;
	padding: 8px 12px 12px;
	margin-bottom: 20px;
	cursor: default;
}
/*CHB20171031 Fin Nuevos estilos*/

.botonRed a {
	color: #e42313;
	font-size: 14px;
	line-height: 37px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
}

.botonRed a:hover {
	color: #fff;
}

.botonGris {
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: normal;
	font-weight : 400;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background-color: #a9a9a9;	
	border: 1px solid #a9a9a9;
	height: 37px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;	
	padding: 8px 12px 12px;
	text-transform: uppercase;
}

.botonGris:hover  {
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
}


.btn-inscripcion {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 13px;
	text-align: center;
	color: #fff;
	display: inline-block;	
	border: 1px solid #e42313;
	background-color: #e42313;
	height: 37px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 20px;
	padding: 8px 12px 12px;
	margin-bottom: 20px;
}

.btn-inscripcion  {
	border: 1px solid #a8160a;
	background-color: #a8160a;
	color: #fff;
}

.btn-inscripcion a {
	color: #fff;
	font-size: 14px;
	line-height: 37px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
}

.btn-inscripcion a:hover {
	color: #fff;
}


a.btn-pedido {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: inline-block;	
	border: 1px solid #e42313;
	background-color: #e42313;
	height: 37px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 20px;
	padding: 8px 18px 12px;
	margin-bottom: 20px;
}



.btn-pedido a {
	color: #fff;
	font-size: 14px;
	line-height: 37px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
}

 a.btn-pedido:hover {
	color: #fff;
	background-color: #a8160a;
	border: 1px solid #a8160a;
}


a.btn-actividades {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	line-height: 17px;
	height: 37px;
	text-align: center;
	color: #fff;
	display: inline-block;	
	border: 1px solid #e42313;
	background-color: #e42313;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 20px;
	padding: 10px 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

 a.btn-actividades:hover {
	color: #fff;
	background-color: #a8160a;
	border: 1px solid #a8160a;
}

a.btn-actividades.inactivo {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	line-height: 17px;
	height: 37px;
	text-align: center;
	color: #fff;
	display: inline-block;	
	border: 1px solid #d5d5d5;
	background-color: #d5d5d5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 20px;
	padding: 10px 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	cursor: default;
}


a.btn-carnet {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	line-height: 17px;
	height: 37px;
	text-align: center;
	color: #e42313;
	display: inline-block;
	border: 1px solid #e42313;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 20px;
	padding: 10px 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

 a.btn-carnet:hover {
	color: #fff!important;
	background-color: #e42313;
	border: 1px solid #e42313;
}




.btn-descargarPDF {	
	display: block;
	border: 1px solid #74CBCE;
	height: 37px;
	width: 100px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	
}

.btn-descargarPDF:hover {
	border: 1px solid #00bad3;
}

.btn-descargarPDF .texto-btn {
	color: #74CBCE;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 37px;
	background: url(/img/descargar.png) left center no-repeat;
	padding-left: 33px;
	display: inline-block;
}

.btn-descargarPDF .texto-btn:hover {
	color: #00bad3;
	background: url(/img/descargarHover.png) left center no-repeat;
}

.botones a {
	min-height: 62px;
	border-top: 1px solid #d8d8d8;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 16px;
	color: #74cbce;
	padding-top: 23px;
	padding-bottom: 23px;
	display: block;
	margin-top: 0;
}

.botones a:hover {
	color: #00bad3;
}

.descargas {
	color: #74CBCE;
	font-size: 16px;
	height: 24px;
	vertical-align: middle;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	background: url(/img/descargar.png) left center no-repeat;
	padding-left: 33px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}

.descargas:hover {
	color: #00bad3;
	background: url(/img/descargarHover.png) left center no-repeat;
}


.siguiente {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    display: block;
    height: 24px;
    width: 44px;
    background-image: url('/img/siguiente.png');
    background-repeat: no-repeat;
    opacity: 0.6;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    z-index: 15;
    
}

.siguiente:hover {
	opacity: 0.24;
}

.scroll {
	position: absolute;
	font-size:1.3em;
	margin-top:6em;
	display:block;
	bottom: 60px;
}
.scroll:hover {
	text-decoration:none;
}

.scroll:after {
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	top:40px;
	margin:auto;
	top:50px;
	right:0;
	bottom:0;
	left:0;
	-webkit-animation:3s arrow infinite ease;
	animation:3s arrow infinite ease;
}

.scroll:after {
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	
}

.panel {
	/*height:100vh;*/
	border-bottom:1px solid #666;
}
 
 /* Iconos
 --------------------------------------------- */
 
 /* --------------------------------------------------
 service-icon-style
 ------------------------------------------------- */
 
 .service-icon-style {}
 /*promo-block*/
 .service-icon-style .promo-block-wrapper {
     /*margin-bottom: 80px;*/
     }
 
 .service-icon-style .promo-icon {
     width: 75px;
     height: 80px;
     color: #dadada;
     font-size: 24px;
     line-height: 76px;
     text-align: center;
     border: 2px solid #dadada;
     margin: 0 auto 36px;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     }
 .service-icon-style .promo-block-wrapper:hover .promo-icon {
     background-color: #31aae2;
     color: #fff;
     border: 2px solid transparent;
     }
 
 .service-icon-style .promo-content {
     padding: 20px;
     }
 .service-icon-style .promo-content h3{
     font-size: 15px;
     text-transform: capitalize;
     }
    
 /* Sliders
 --------------------------------------------- */

 
.lemaSlider h3 {
    font-size: 48px;
    line-height: 53px;
    color: #fff;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    margin-bottom: 40px;
    text-align: left;
 }
 
.lemaSlider a.btn-actividades {
    float: left;
}

.cabecera-amigos-slider {
    margin-top: 72px;
    background-size: cover;

}

@media (max-width : 640px) { 

.carousel-caption .lemaSlider h3 {
    font-size: 20px!important;
    line-height: 25px!important;
    color: #fff;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    margin-bottom: 10px;
    margin-top: 10px;
 }

 .cabecera-otra-forma-colab h3{
    font-size: 20px!important;
    line-height: 25px!important;
    text-align: left!important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

}
 /* Galerias de Imágenes
 --------------------------------------------- */
 
 
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  bottom: 10%;
  left: 10%;
/*	border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translatex(20px);
  transform: translatey(10px);
  text-align: left;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  background-color: #8E8E93;
  min-height: 100px;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: left;
  position: relative;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
  font-style: normal;
  font-weight : 500;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  margin-bottom: 0;
}

.hovereffect .autor {
	font-size: 17px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translatey(10px);
  transform: translatey(10px);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/* Modal
--------------------------------------------- */


div.modal {
	z-index: 9999999999;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.in {
	z-index: 0;
	background-color: rgba(255, 255, 255, 0);
}

.modal-header {
	padding: 4px 8px;
	border-bottom: none;
}

.modal-body {
    position: relative;
    padding: 0 50px 50px;
}

.modal-body h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

button.close {
    color: #000!important; /*CHB20171107 Modificacion antes #FFF!important*/
    font-size: 40px;
    opacity: 1;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
    font-style: normal;
    font-weight : 300;
}



 /* Formularios
 --------------------------------------------- */
 
 /*------------------
   FORM STYLE
   -------------------- */
 .form-group {
     margin-bottom: 20px;
     }
 .form-group.no-margin-bottom {
     margin-bottom: 0px;
     }

 .form-group.selector-input {
    padding-bottom: 5px;
    margin-bottom: 2px;
    }


 .form-control {
     height: 53px;
     padding: 6px 20px 6px 30px;
     font-size: 13px;
     line-height: 24px;
     color: #969595;
     border: 2px solid #F1F1F1;
     border-radius: 0;
     box-shadow: none;
     }
 .form-control:focus {
     border: 2px solid #31aae2 !important;
     box-shadow: none;
     }

 .form-control.no-margin-bottom {
    margin-bottom: 0px;
 }
     
 .columnaInterior {
 	padding-right: 5%;
 	padding-left: 5%;
 }
 
 /*---------------
  Contact Form
  -----------------*/
 
 .contact-form  {}
 .contact-form  h2{
     line-height: 36px;
     margin-bottom: 45px;
     }
 
 .user-message textarea {
     min-height: 195px;
     padding-top: 12px;
     }
 .contact-form form button {
     margin-top: 10px;
     }
 
 
 .user-name,
 .user-email,
 .user-phone,
 .user-url,
 .user-message{
     position: relative;
     }
 .user-name::after,
 .user-email::after,
 .user-phone::after,
 .user-url::after,
 .user-message::after {
     position: absolute;
     left: 15px;
     top: 15px;
     font-family: "FontAwesome";
     color: #dadada;
     }
 
 .user-name::after {
     content: "\f007";
     }
 .user-email::after {
     content: "\f003";
     }
 .user-phone::after {
     content: "\f095";
     }
 .user-url::after {
     content: "\f0ac";
     }
 .user-message::after {
     content: "\f086";
     }




#login, #registro {
	margin-bottom: 120px;
}

/* CHB20171030
.logado {
	background: url(/img/eme.png) center center no-repeat;
	height: 70px;
}*/
.logado {
	height: 70px;
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: normal;
	font-weight : 400;
	font-size: 30px !important;
	padding-top: 20px;
	color: #646464;
}
/*CHB20181212 inicial con enlace*/
.navbar.navegacion ul li a.logado {
    height: 70px;
    font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
    font-style: normal;
    font-weight : 400;
    font-size: 30px;
    padding-top: 0px;
    color: #646464;
}

#identificacion {
	min-height: 55vh;
}

#error-pagina {
    min-height: 55vh;
}

input {
	height: 40px!important;
	border: 1px solid #C9C8C8!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	font-size: 14px!important;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium'!important;
	font-style: normal!important;
	font-weight : 500!important;
	color: #525252!important;
    margin-bottom: 32px;
	padding-left: 12px!important;
}

select {
  height: 40px!important;
  border: 1px solid #C9C8C8!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  font-size: 14px!important;
  color: #5A5A5A!important;
  font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book'!important;
  font-style: normal!important;
  font-weight : 400!important;
    margin-bottom: 13px;
  padding-left: 12px!important;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: center right 15px;
  background-image: url("/img/down-arrow.svg")!important;
  background-size: 15px;
  background-repeat: no-repeat;
 }

 input::-webkit-input-placeholder {
   color: #5A5A5A!important;
   font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book'!important;
   font-style: normal!important;
   font-weight : 400!important;
 }



 textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, select:focus, select.selector:focus {
     border-color: #000!important;
     border: 1px solid #000!important;
     outline: 0 none!important;
 }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none!important;
}
.select select:hover,
.select select:focus {
  color: #000!important;
  background: #ccc!important;
}
.select select:disabled {
  opacity: 0.5!important;
  pointer-events: none!important;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000!important;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc!important;
}


.olvidoClave {
	text-align: right;
	margin-top: -15px;
	width: 100%;
	margin-bottom: 25px;
	display: block;
}

.separadorForm {
	background: url(/img/separadorForm.png) left center repeat-x;
	height: 100px;
}

.separadorForm.familiares {    
    height: 40px;
}


.tituloModuloForm {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	text-transform: uppercase;
}

.tituloModuloForm span {
	background-color: #fff;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
}

.tituloModuloForm span.titulo-transform-none {
    text-transform: none;   
}

.tituloModuloForm span.rojo, h3.subtituloModuloForm span.rojo{
	padding: 0;
	color: red;
}
.tituloModuloForm h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #333333;
	font-size: 20px!important;
	background: url(/img/separador.png) center center repeat-x;
	text-transform: uppercase;
}

h3.subtituloModuloForm {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #333333;
	font-size: 16px!important;
	text-transform: uppercase;
}


.btn-form {
	background-color: #E42313;
	color: #fff;
	text-transform: uppercase;
}

.btn-form:hover {
	background-color: #bb1c0f;
	color: #fff;
}

.fechaForm > [class*='col-'] {
    padding-right:6px!important;
    padding-left:6px!important;
}

.fechaForm > [class*='col-']:first-child {
    padding-right:6px!important;
    padding-left:15px!important;
}

.fechaForm > [class*='col-']:last-child {
    padding-right:15px!important;
    padding-left:6px!important;
}




 /* Radio Buttoms */

.radio-inline input[type=radio] {

 }

 .radioBotones {
 	margin-bottom: 30px;
    display: inline-block;
 }

 [type="radio"]:checked,
 [type="radio"]:not(:checked) {
     position: absolute;
     left: -9999px;
 }
 [type="radio"]:checked + label,
 [type="radio"]:not(:checked) + label
 {
     position: relative;
     padding-left: 40px;
     padding-top: 10px;
     cursor: pointer;
     line-height: 20px;
     display: inline-block;
     color: #666;
     font-size: 14px;
     color: #5A5A5A;
     font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
     font-style: normal;
     font-weight : 400;
     margin-right: 25px;
 }
 [type="radio"]:checked + label:before,
 [type="radio"]:not(:checked) + label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 6px;
     width: 30px;
     height: 30px;
     border: 1px solid #ddd;
     border-radius: 100%;
     background: #fff;
 }
 [type="radio"]:checked + label:after,
 [type="radio"]:not(:checked) + label:after {
     content: '';
     width: 10px;
     height: 10px;
     background: #D75241;
     position: absolute;
     top: 16px;
     left: 10px;
     border-radius: 100%;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
 }
 [type="radio"]:not(:checked) + label:after {
     opacity: 0;
     -webkit-transform: scale(0);
     transform: scale(0);
 }
 [type="radio"]:checked + label:after {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
 }

.subtFormHorizontal {
	display: inline-block;
	margin-right: 25px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #333333;
	font-size: 16px!important;
	text-transform: uppercase;
}





input[type="checkbox"] {

}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #D75241;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

span.textCheck {
    vertical-align: top;
	padding-top: 4px;
	display: inline-block;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 14px;
    width: 70%;
}

span.textCheck-regalo {
    vertical-align: top;
    padding-top: 4px;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
    font-style: normal;
    font-weight : 400;
    font-size: 14px;
}


/*
Estructura y Layout
---------------------------------------------------------------------------------------------------- */

/* Contenedores
--------------------------------------------- */


/* --------------------
   Section Background
   -------------------*/

.gray-bg {
    background-color : #f9f9f9;
    }

.white-bg {
    background-color : #fff;
    }


/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper{
    background: #fff;
    }

/* -------------------
   Section Padding
   --------------------*/
.pt-100 {
    padding-top : 100px;
    }

.ptb-90 {
    padding-bottom : 90px;
    padding-top    : 90px;
    }

.ptb-100 {
    padding-top    : 100px;
    padding-bottom : 100px;
    }

.ptb-150 {
    padding-top    : 150px;
    padding-bottom : 150px;
    }

.ptb-160 {
    padding-top    : 160px;
    padding-bottom : 160px;
    }

.ptb-170 {
    padding-top    : 170px;
    padding-bottom : 170px;
    }
    
/* Elementos Especiales
--------------------------------------------- */

.oculto {
	/*visibility: hidden;*/
}

.bordeInferior {
	border-bottom: 1px solid #E5E5E5!important;
	margin-bottom: 35px;
}

.bordeInferiorUltimo {
	border-bottom: 1px solid #e5e5e5!important;
}



.bordeSuperior {
	border-top: 1px solid #E5E5E5!important;
	margin-top: 35px;
}

.bordeDerecho {
	border-right: 1px solid #E5E5E5;
}

.bordeIzquierdo {
	border-left: 1px solid #E5E5E5;
}

.margin-bottom-xs {
    margin-bottom: 5px;
}
 
.margin-bottom-sm {
    margin-bottom: 10px;
}
 
.margin-bottom-md {
    margin-bottom: 25px;
}
 
.margin-bottom-lg {
    margin-bottom: 45px;
}

.p2 {
	padding-right: 5%;
	padding-left: 5%;
}

.becas {
    padding-right: 0%;
    padding-left: 0%;
}

.pl {
	padding-left: 5%;
}

.pr {
	padding-right: 5%;
}

.pl-xs {
	padding-left: 5px;
}

.pl-sm {
	padding-left: 10px;
}

.pl-md {
	padding-left: 25px;
}

.pl-lg {
	padding-left: 45px;
}

.pr-xs {
	padding-right: 5px;
}

.pr-sm {
	padding-right: 10px;
}

.pr-md {
	padding-right: 25px;
}

.pr-lg {
	padding-right: 45px;
}




.mt-md {
	margin-top: 25px;
}

.mt-lg {
	margin-top: 45px;
}

.nota {
	border: 1px solid #E5E5E5;
	padding: 45px;
}

.nota2 {
    border: 0;
    padding: 8px 16px;
}

.nota .alerta {
	color: #E42313;
	font-family: Gotham-Book;
	font-size: 18px;
	margin-left: -12px;
	padding-right: 5px;
}

.disco li {
	list-style-type: disc;
	margin-left: 25px;
}

.cabeceraSinImagen {
	margin-top: 72px;
}

.amigoRedondoMovil {
	display: none;
}

.separador {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(/img/separador.png) center center repeat-x;
}

.separadorFooter {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(/img/separadorLight.png) left center no-repeat;
}

.separadorAmigos {
	padding-top: 0px;
	padding-bottom: 30px;
	background: url(/img/separador.png) center center repeat-x;
}

.separadorAnuario {
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(/img/separador.png) center center repeat-x;
}

.espacioVacio {
	height: 20px;
}

.espacioVacio-xs {
	height: 15px;
} 

.espacioVacio-sm {
	height: 25px;
} 

.espacioVacio-md {
	height: 45px;
} 

.espacioVacio-lg {
	height: 90px;
} 



.mb-xs {
	margin-bottom: 15px;
}

.mb-sm {
	margin-bottom: 25px;
}

.mb-md {
	margin-bottom: 45px;
}

.mb-lg {
	margin-bottom: 90px;
}

.referencia p{
	padding-left: 10px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 13px!important;
	color: #333333;
}

.referencia::before {
	content: "*";
	display: block;
	width: 10px;
	color: red;
	float: left;
}



/* Fichas
--------------------------------------------- */

.info {
	color:#3f3f3f;
	margin-bottom: 25px;
}

.info h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 13px;
	line-height: 16px;
	color: #e42313;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.info h3 {
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: normal;
	font-weight : 400;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 12px;
	margin-top: 5px;
}

.info h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 16px;
	line-height: 27px;
	padding-bottom: 17px;
	border-bottom: 1px solid #d8d8d8;
	margin-top: 0;
	margin-bottom: 17px;
}

.info h5 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

.info strong {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.info p {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
}

#hechoDestacadoFicha .info {
    padding-left: 15px;
}

.ficha {
	border: solid 1px #d8d8d8;
	overflow: hidden;
	margin-bottom: 36px;
}

.ficha a img:hover {
	opacity: 0.8;
}

div.textoFicha {
	padding-top: 15px;
}

.ficha h5 {
	font-size: 14px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #5a5a5a;
}

.ficha h3 {
	color: #74cbce;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.ficha h3 a {
	color: #74cbce;
}

.ficha h3 a:hover {
	color: #00bad3;
}

 a h3, h3 a {
	color: #74cbce;
}

 a h3:hover, h3 a:hover {
	color: #00bad3;
}


.ficha h4 {
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	color: #333333;
}

.mtFicha {
	margin-top: 62px;
}

.mtFicha.disponibles {
    padding-right: 0px;
    padding-left: 0px;
}

.datosFicha {
	display: block;
}

.datosFicha strong {
	font-size: 15px;
	line-height: 22px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.datosFicha {
	font-size: 15px;
	line-height: 22px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-light';
	font-style: normal;
	font-weight : 400;
}

.contenidoFicha {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	padding-top: 21px;
	padding-bottom: 21px;
	margin-top: 16px;
}

.contenidoFicha p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.galeria figure, .galeria img {
	margin-bottom: 25px;
}

#hechoDestacadoFicha img {
	margin-bottom: 25px;
}

.logos {
	background-color: #f3f3f3;
	margin-top: 49px;
	margin-bottom: 49px;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
}

.logos img {
	margin-right: auto;
	margin-left: auto;
}


.logosConvocatoria {
	background-color: #f3f3f3;
	margin-top: 49px;
	margin-bottom: 49px;
	padding: 17px 34px;
	text-align: center;
}

.logosConvocatoria div {
	margin-bottom: 10px;
}

.logosConvocatoria div:last-child {
	border-right: none;
}

.bordeDerecho {
	border-right: 1px solid #dbdbdb;
}

.logosConvocatoria .titulo {
	font-size: 14px!important;
	line-height: 24px;
	color: #333333;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
}

.logosConvocatoria img {
	margin: 5px auto;
}

.tituloPatrocinadores {
	text-align: left;
}

.cuadrosInfo {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*CHB20171031 Nuevo */
}

.cuadrosInfo div {
	border-right: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	min-height: 68px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding-right: 20px;
	padding-left: 20px;
}

.cuadrosInfo .text-left {
	text-align: left!important;
}

.cuadrosInfo .text-right {
	text-align: right!important;
}

.cuadrosInfo div:last-child {
	border-right: none;
}

.cuadrosInfo h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
}

.cuadrosInfo h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 34px;
	line-height: 41px;
	text-transform: uppercase;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
}

.cuadrosInfo h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px!important;
	line-height: 20px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
}

.cuadrosInfo p {
	color: #333333;
}

.cuadroTit {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #333333;
	text-transform: uppercase;
}

.cuadroInfo-lg {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #333333;
}

.cuadroInfo-md {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
}

.cuadroInfo-sm {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
}


.cuadroInfo-xs {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 12px;
	line-height: 14px;
	color: #525252;
}

.cuadroInfo-md .intro {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	text-transform: none!important;
}

.containerColCuadro {
	display: -ms-flex;
	  display: -webkit-flex;
	  display: flex;
}

.containerColCuadro span:last-child {
	border-right: none;
}

.colCuadro {
	border-right: 1px solid #e5e5e5;
	margin-top: 10px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	/*justify-content: center;*/
	flex-direction: column;
}

.colCuadro .cuadroInfo-lg {
	display: block;
	width: 100%;
}

.contenedorTimeline {
	margin-top: 41px;
	margin-bottom: 41px;
}

.contenedorTimeline .mes {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	padding-left: 40px;
	padding-bottom: 20px;
}

.timeline {
	display: table;
}

.timeline div {
	padding: 10px;
	display: table-cell;
	float: none;
}

.timeline .dia {
	font-family: Gotham;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #a7a7a7;
	width: 100px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.timeline .bullet {

	background: url(/img/bullet.png) center top no-repeat;
}

.timeline .acto {
	text-align: left;

}

.timeline .acto h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 4px;
}

.timeline .acto h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 0;
}

.preFooter {
	background-color: #333333;
	padding-top: 31px;
	padding-bottom: 62px;
	margin-bottom: -76px;
}

.preFooter h3 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	line-height: 46px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : normal;
}

/* Aviso Cookies
--------------------------------------------- */

#cookie_directive_container .navbar-fixed-bottom {
	background-color: #555555;
	padding-top: 22px;
	padding-bottom: 22px;
}

#cookie_directive_container p{
	color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 13px;
	margin-bottom: 0;
}

#cookie_directive_container a {
	text-decoration: underline;
}
    
/*
Clases Comunes
---------------------------------------------------------------------------------------------------- */

/* Titulos
--------------------------------------------- */ 

/* -------------------
 Section Title Style
 --------------------- */
.section-title {
    margin-bottom : 50px;
    }

.section-title h2 {
    font-size      : 30px;
    text-transform : capitalize;
    position       : relative;
    }

.section-title span.bordered-icon {
    color       : #dadada;
    padding     : 0 10px;
    font-size   : 12px;
    line-height : 18px;
    position    : relative;
    display     : inline-block;
    }

.section-title span.bordered-icon:before,
.section-title span.bordered-icon:after {
    content    : "";
    background : #dadada;
    width      : 50px;
    height     : 1px;
    top        : 8px;
    position   : absolute;
    }

.section-title span.bordered-icon:before {
    left : 100%;
    }

.section-title span.bordered-icon:after {
    right : 100%;
    }




/* --------------------------------------------
    Page Title
----------------------------------------------- */

.single-page-title {
    background            : url(/img/img-page-title.jpg) no-repeat bottom;
    background-size       : cover;
    width                 : 100%;
    background-attachment : fixed;
    padding               : 15% 0 5%;
    position: relative;
    }

.single-page-title::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    }

.single-page-title h2 {
    display        : inline-block;
    font-size      : 72px;
    text-transform : uppercase;
    font-weight    : 700;
    margin-bottom  : 0;
    color          : #fff;
    position: relative;
    z-index: 1;
    }
   

/* Titulos Modulos */ 

.tituloModulo {
	text-align: center;
}

.tituloModulo.amigos h3 {
	margin-bottom: 5px;
}

.tituloModulo h3{
	font-size: 42px;
	line-height: 1.2em;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	margin-bottom: 15px;
	margin-top: 46px;
}

.tituloModulo h4 {
	font-size: 23px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	line-height: 32px;
	color: #5A5A5A;
	margin-bottom: 41px;
	background: url(/img/detalleActividades.png) center bottom no-repeat;
	padding-bottom: 28px;
}

.tituloSeccion h3{
	font-size: 20px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 24px;
	color: #333333;
	text-transform: uppercase;
	border-top: 1px solid #E5E5E5;
	padding-top: 26px;
	margin-bottom: 24px;
	margin-top: 59px;
}

#estatutos ul {
	padding-left: 35px;
}

#estatutos ul li {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	/*text-decoration: underline; CHB20171024 Orden Beatriz */
	list-style-type: disc;
	padding-bottom: 15px;
}

#estatutos ul li .destacado{
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

#estatutos h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	text-transform: uppercase;
}

#estatutos h5 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}

.superTitulo {
	text-align: center;
	margin-bottom: 40px;
}

.superTitulo span {
	background-color: #fff;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
}
.superTitulo h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight'!important;
	font-style: normal!important;
	font-weight : 300!important;
	color: #333333;
	font-size: 34px!important;
	line-height: 41px!important;
	background: url(/img/separador.png) center bottom repeat-x;
}

.superTitulo2 h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight'!important;
	font-style: normal!important;
	font-weight : 300!important;
	color: #333333;
	font-size: 34px!important;
	line-height: 41px!important;
	background: url(/img/separador.png) center center repeat-x!important;
}

.superTitulo2 {
	text-align: center;
	margin-bottom: 40px;
}

.superTitulo2 span {
	background-color: #fff;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
}

.superTitulo h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 13px;
	line-height: 16px;
	color: #cacaca;
	text-transform: uppercase;
}


/* SinPadding
--------------------------------------------- */ 

.sinpaddingLeft {
    padding-left: 0;
}

.sinpaddingRight {
    padding-right: 0;
}

.sinpaddingTop {
    padding-top: 0;
}

.sinpaddingBottom {
    padding-bottom: 0;
}

.sinpadding {
    padding: 0;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.fix {
  display: flex;
  flex-wrap: wrap;
}

.margenLateral {
	margin-right: 25px;
	margin-left: 25px;
} 


/* Collapse
--------------------------------------------- */ 

.espacioCollapse {
	margin-top: 45px;
	margin-bottom: 45px;
}


.btnPrograma li {
	padding-top: 26px;
	padding-bottom: 26px;
	border-top: 1px solid #e5e5e5;
}

.btnPrograma li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.btnPrograma a {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	background: url(/img/fill3.png) right center no-repeat;
	padding-right: 22px;
	display: block;
}

.btnPrograma a:hover {
	color: #E42313;
}

    
 /*
 Modulos
 ---------------------------------------------------------------------------------------------------- */   
 
 /* Preloader
 --------------------------------------------- */
/*
#preloader {
    background: #313131;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    }

#status,
.status-mes {
    background-image: url(/img/preloader.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    }

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
    }*/
    
    
/* Acordeón
--------------------------------------------- */

.x-accordion-section{
    background: #f9f9f9;
    }

.x-accordion .panel-group .panel+.panel {
    margin-top: 0px;
    }

.x-accordion .panel-group {
    margin-bottom: 0;
    }
.x-accordion .panel-default {
    border: 0;
    }
.x-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
    }
.x-accordion .panel:last-of-type {
    border-bottom: 0;
    }
.x-accordion .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #525252;
    }
 .x-accordion .panel .panel-heading a:hover {
     display: block;
     padding: 12px 30px;
     background: #fff;
     color: #E42313;
     }
.x-accordion .panel .panel-heading a.collapsed {
    color: #969595;
    background-color: #fff;
    padding: 12px 30px;
    }
.x-accordion .panel-default>.panel-heading {
    border-radius: 0px;
    padding: 0;
    }

.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 10px 30px 30px 30px;
    background: #fff;
    color: #969595;
    }
    

    
 /* Barra de Progreso
 --------------------------------------------- */   

.x-progress {}
.x-progress .progress-wrapper {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    }
.x-progress .progress-item {
    line-height: 43px;
    padding: 0 20px;
    border-bottom: 1px solid #f1f1f1;
    }
.x-progress .progress-item:last-of-type {
    border-bottom: 0;
    }
.x-progress .progress-title {
    display: inline-block;
    float: left;
    width: 95px;
    }
.x-progress .progress-percent {
    display: inline-block;
    float: right;
    text-align: center;
    padding-left: 30px;
    }
.x-progress .progress {
    width: 70%;
    display: inline-block;
    height: 8px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    }

.x-progress .progress-bar {
    background-color: #31aae2;
    box-shadow: none;
    }
    
    
/* Google Maps
--------------------------------------------- */

#googleMap{
    height: 500px;
    } 

/* Pestañas
--------------------------------------------- */ 
    
/*----------------------
 tabOne start
 -----------------------*/
.tabOne {}
.tabOne .nav-tabs {
    border: 1px solid #eee;
    border-bottom: none;
    }
.tabOne .nav-tabs.nav-justified li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    }
.tabOne .nav-tabs.nav-justified li.active {
    border-bottom: 1px solid transparent;
    }
.tabOne .nav-tabs.nav-justified li:last-child {
    border-right: 0;
    }
.tabOne .nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #969595;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    }
.tabOne .nav-tabs.nav-justified>.active>a,
.tabOne .nav-tabs.nav-justified>.active>a:focus {
    border: 0;
    background-color: transparent;
    color: #525252;
    }
.tabOne .nav-tabs.nav-justified>.active>a:hover {
	color: #E42313;
}

.tabOne .tab-pane img {
    margin-top: 8px;
    }
.tabOne .tab-pane img.pull-left {
    margin-right: 20px;
    }
.tabOne .tab-pane img.pull-right {
    margin-left: 20px;
    }
/*collapse in small devices*/
.tabOne .panel-body img{
    margin-top: 8px;
    }
.tabOne .panel-body img.pull-left {
    margin-right: 20px;
    }
.tabOne .panel-body img.pull-right {
    margin-left: 20px;
    }

.tabOne .tab-pane p {
    margin-bottom: 15px;
    }
.tabOne .tab-pane p:last-of-type {
    margin-bottom: 0;
    }   
    
    
  
/* Testimonial
--------------------------------------------- */ 

  .testimonial .section-title h2 {
      color : #ffffff;
      }
  
  .testimonial {
      padding    : 100px 0px;
      color      : #ffffff;
  
      /* gradient: #0c0fce+0,e000e0+100 */
      background : #0c0fce; /* Old browsers */
      background : -moz-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%); /* FF3.6-15 */
      background : -webkit-linear-gradient(-45deg, #0c0fce 0%, #e000e0 100%); /* Chrome10-25,Safari5.1-6 */
      background : linear-gradient(135deg, #0c0fce 0%, #e000e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0fce', endColorstr='#e000e0', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  
      }
  
  .testimonial .carousel-control {
      text-shadow : none;
      }
  
  #testimonialSlider .carousel-inner .item {
      text-align : center;
      }
  
  #testimonialSlider .carousel-inner .item img {
      display       : inline-block;
      width         : 60px;
      height        : 60px;
      border-radius : 3px;
      }
  
  #testimonialSlider .carousel-inner .item .name {
      text-transform : uppercase;
      font-size      : 12px;
      margin-top     : 5px;
      color          : rgba(255, 255, 255, 0.5);
      }
  
  #testimonialSlider .carousel-inner .item blockquote {
      border-left : 0px;
      }
  
  #testimonialSlider .carousel-inner .item blockquote p {
      font-size   : 20px;
      line-height : 34px;
      /*padding: 0px 80px;*/
      font-weight : 300;
      }
  
  #testimonialSlider .carousel-inner .item blockquote ul {
      margin : 30px 0px;
      }
  
  #testimonialSlider .carousel-control.right,
  #testimonialSlider .carousel-control.left {
      background  : transparent;
      border      : 2px solid #ffffff;
      width       : 34px;
      height      : 34px;
      line-height : 28px;
      text-align  : center;
      top         : 50%;
      }
 
  
  /*testimonial end*/
  
  
/* Team
--------------------------------------------- */

.team {
    }

.team .thumbnail {
    padding          : 0;
    margin-bottom    : 40px;
    line-height      : 22px;
    background-color : #ffffff;
    border           : 0;
    }

.team .thumbnail img {
    width : 100%;
    }

.team .thumbnail .caption {
    padding          : 15px 0;
    background-color : #f9f9f9;
    color            : #313131;
    }

.team .thumbnail h3 small {
    font-size      : 11px;
    color          : #a3a2a2;
    text-transform : uppercase;
    }

.team .thumbnail h3 {
    font-size      : 16px;
    text-transform : capitalize;
    margin         : 0;
    }
    
    
    
/* Features
-----------------------------------------------------*/
.x-features {
    background : #4d7ecc;
    padding    : 100px 0 85px;
    }

.x-features .section-title h2 {
    color : #ffffff;
    }

.x-features .img-left {
    margin-top : 20px;
    }

.x-features .promo-icon {
    float        : left;
    margin-right : 25px;
    font-size    : 30px;
    color        : #9dd1f6;
    }

.x-features .promo-content {
    color          : #9dd1f6;
    overflow       : hidden;
    border-bottom  : 1px solid rgba(157, 209, 246, 0.4);
    margin-bottom  : 20px;
    padding-bottom : 10px;
    }

.x-features .promo-content.last-type {
    border-bottom  : 0;
    margin-bottom  : 0px;
    padding-bottom : 0px;
    }

.x-features .promo-content h3 {
    font-size   : 15px;
    line-height : 26px;
    font-weight : 600;
    color       : #ffffff;
    }




/* client-logo */
.client-logo {
    }

.client-logo a img {
    width              : 100%;
    opacity            : 0.5;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : 1;
    }


    
    
    
/* Services
--------------------------------------------- */
.x-services .thumbnail {
    padding       : 0;
    line-height   : 24px;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    margin-bottom : 30px;
    }

.x-services .thumbnail .caption {
    padding  : 30px;
    color    : #969595;
    overflow : hidden;
    }

.x-services .thumbnail .caption h3 {
    font-size      : 15px;
    text-transform : capitalize;
    margin-bottom  : 5px;
    }

.x-services .thumbnail .caption h3 a {
    color : #313131;
    }

.x-services .thumbnail .caption h3 a:hover {
    color : #E42313;
    }

.x-services .thumbnail .caption p {
    margin : 0;
    }

  

/* Sliders
--------------------------------------------- */  
  
/*-------------------
    HERO SLIDER
--------------------*/

.hero-slide .carousel-caption {
    bottom      : 50%;
    text-shadow : none;
    margin: auto;
    transform   : translateY(50%);
    }


.hero-slide .carousel-caption h1 {
    font-size      : 48px;
    line-height    : 1;
    font-weight    : bold;
    color          : #ffffff;
    }

.hero-slide .carousel-caption h2 {
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
}

.hero-slide .carousel-caption p {
    font-size   : 22px;
    color       : #ffffff;
    line-height: 1.36;
    font-weight : normal;
    margin-bottom: 30px;
    }

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width       : 50px;
    height      : 50px;
    line-height : 46px;
    top         : 50%;
    margin-top  : -25px;
    background  : transparent;
    cursor      : pointer;
    border      : 2px solid #ffffff;
    text-shadow : none;
    border-radius: 30px;
    }

.hero-slide .carousel-control.left {
    left : 1%;
    }

.hero-slide .carousel-control.right {
    right : 1%;
    }

        .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: rgba(255,255,255,1)!important;
}

.hero-slide .carousel-indicators li {
    border : 0px solid #ffffff;
    background-color: rgba(255,255,255,0.3);
    } 
       
.carousel-indicators {
	/*display: none;*/
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

}


.primero { 

    background: url('/img/home1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100vh;

 }


 .segundo { 

    background: url('/img/home2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100vh;

 }


  .tercero { 

    background: url('/img/home3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100vh;

 }
 
 .slideFundacion { 
 
     width: 100%!important;

     display: block;
       object-fit: cover;
 
  }
 
 .fundacion {
 	background-size: cover;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 }
 
 .primeroFundacion { 
 
     background: url('/img/slideFundacion01.jpg');
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-position: 50%;
     height: 656px;
     background-color: #333;
  }
 
	.segundoFundacion { 
     background: url('/img/slideFundacion02.jpg');
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-position: 50%;
     height: 656px;
     background-color: #333;
  }
 
 
	.terceroFundacion { 
 
     background: url('/img/slideFundacion03.jpg');
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-position: 50%;
     height: 656px;
     background-color: #333;
 
  }
  
    .cuartoFundacion { 
  
      background: url('/img/slideFundacion04.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-position: 50%;
      height: 656px;
      background-color: #333;  
   }

 .padding-0 {

    padding: 0;

 }

 .img-full {

    width: 100vw;
    max-width: 100vw;
    height: 100%;

 }

.bordeSlider {
  width: 83px;
  height: 2px;
  background: #fff;
  margin: auto;
  margin-bottom: 22px;
}

.carousel-inner.fundacion h3 {
	color: #fff;
	font-size: 43px;
  	line-height: 48px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
	left: 80px!important;
	position: absolute;
      max-width: 630px;
}

.fundacion .carousel-caption {
	left: 0%;
	bottom: 267px;
}

.fundacion .carousel-caption p {
	position: absolute;
	top: 267px;
	left: 80px!important;
	font-size: 11px;

}

/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */
.page-title-section {
    padding-top     : 80px;
    background      : url(/assets/img/page-bg/page-bg-1.jpg) no-repeat center center #4795bb;
    background-size : cover;
    }
    
    
/*
Navegación
---------------------------------------------------------------------------------------------------- */

/* Navegación Principal
--------------------------------------------- */

.loginmenu {

    padding-bottom: 22px!important;
    padding-top: 22px!important;

}

.loginmenu img {

    max-width: 17px!important;

}


.bordemenu { 

border-right: 1px solid #e7e7e7;

}

.ultimomenu {

    min-width: 70px;
    text-align: center;

}

.logo {
	background: url(/img/logoColor.png) 40px center no-repeat;
	text-indent: -9897px;
	min-height: 42px;
	min-width: 397px;
}

.logoHome {
	background: url(/img/logoHome.png) 40px center no-repeat;
	text-indent: -9897px;
	min-height: 42px;
	min-width: 397px;
}

a.navbar-brand.logoHome {
	margin-top: 10px;
}

a.navbar-brand.logo {
	margin-top: 10px;
}

.sombracabe {
    position: fixed;
    top: 0;
    background: url(/img/sombracabe.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 170px;
    z-index: 999;
}

.navbar-default {
    margin-bottom : 0;
    background: transparent;
z-index: 999999;
    }

.navbar-default .navbar-nav > li {
    margin-right : 0px;
    }

.navbar-default .navbar-nav > li:last-child {
    margin-right : 0px;
    }

.navbar-default .navbar-nav > li > a {
    color          : #ffffff;
    font-size      : 13px;
    padding        : 23px 17px;
    border         : 2px solid transparent;
    text-transform : uppercase;
    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color            : #ffffff;
    background-color : #000;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color            : #fff;
    background-color : transparent;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
    line-height: 22px;

    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color : #ffffff;
    }
nav.navbar.navegacion.m-menu.navbar-default.navbar-fixed-top  {
	max-height: 75px!important;
}

.nav-cta {
    float              : right;
    margin-right       : 40px;
    margin-left        : 20px;
    line-height        : 40px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
    }

.nav-cta > li > a {
    display     : inline-block;
    color       : #ffffff;
    width       : 20px;
    height      : 34px;
    line-height : 34px;
    text-align  : center;
    }

.nav-cta .dropdown-menu {
    left  : auto;
    right : 0;
    }

.head-search {
    width : 370px;
    }

.head-search {
    padding : 8px;
    }

.head-search .form-control {
    height : 40px;
    }

.head-search .btn {
    padding : 10px 20px;
    }
    

/*Dropdown Menu*/


 .dropdown-menu {
     display            : inherit;
     top                : 100% !important;
     padding            : 0;
     font-size          : 13px;
     opacity            : 0;
     visibility         : hidden;
     border-radius      : 0;
     box-shadow         : 0px -2px 0px #000000;
     -webkit-transition: opacity 0.6s 0s linear;
     -o-transition: opacity 0.6s 0s linear;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     transform: translateY(0px);
     background-color: #222222;
     }



.dropdown:hover .dropdown-menu {
    display    : block;
    margin-top : 2px !important;
    opacity    : 1;
    visibility : visible;
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    }

.dropdown-menu::before {
    top      : -30px;
    content  : "";
    position : absolute;
    width    : 100%;
    height   : 30px;
    display  : block;
    }
    
 ul.dropdown-menu {
 	
 }

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top : 14px !important;
    }

.dropdown-header {
    font-size      : 11px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #313131;
    text-transform : uppercase;
    }

.dropdown-menu li a {
    display     : block;
    font-size   : 13px;
    line-height : 30px;
    color       : #969595;
    padding     : 3px 20px;
    }

.dropdown-menu li a:hover {
    color            : #E42313;
/*    padding-left     : 25px;*/
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color            : #E42313;
    background-color : #f5f5f5;
    padding-left     : 25px;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color            : #000000;
    background-color : transparent;
    }

/*Mega Menu*/
.m-menu .nav,
.m-menu .collapse,
.m-menu .dropup,
.m-menu .dropdown {
    position : static;
    }

.m-menu .container {
    position : relative;
    }

.m-menu .dropdown-menu {
    left : auto;
    }

.m-menu .m-menu-content {
    }

.m-menu .dropdown.m-menu-fw .dropdown-menu {
    left  : 0px;
    right : 0px;
    }

#opciones_menu {
    border-left: 1px solid #646464;
    padding: 0 0 20px;
    float: left;
    }

.m-menu-content ul {
    border-right : 1px solid #f5f5f5;
    padding      : 20px;
    }

.m-menu-content ul:last-of-type {
    border-right : 0;
    }


.navbar-toggle {
    position      : absolute;
    right         : 0;
    padding       : 21px 10px;
    border        : 0;
    border-radius : 0;
    }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color : transparent;
    }

.navbar-toggle .icon-bar {
    width  : 14px;
    height : 3px;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color : #ffffff;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top : 2px;
    }
    
 
 /* Menú desplegable Fundación
 --------------------------------------------- */
 
     
.triangulo:hover {
  	text-decoration: none!important;
}

li#itemFundacion.triangulo:after {
	content: '';
	background: url(/img/triangulo.png) center bottom no-repeat;
	width: 18px;
	height: 11px;
	position: absolute;
	bottom: 0;
	margin-left: 63px;
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-o-transition: opacity 0s linear;
}

li#itemFundacion.triangulo:hover:after {
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	opacity: 1;
}

li#itemActividades.triangulo:after {
	content: '';
	background: url(/img/triangulo.png) center bottom no-repeat;
	width: 18px;
	height: 11px;
	position: absolute;
	bottom: 0;
	margin-left: 63px;
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-o-transition: opacity 0s linear;
}

li#itemActividades.triangulo:hover:after {
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	opacity: 1;
}



li#itemAmigos.triangulo:after {
	content: '';
	background: url(/img/triangulo.png) center bottom no-repeat;
	width: 18px;
	height: 11px;
	position: absolute;
	bottom: 0;
	margin-left: 38px;
	opacity: 0;
   -webkit-transition: opacity 0s linear;
   -o-transition: opacity 0s linear;
}

li#itemAmigos.triangulo:hover:after{
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	opacity: 1;
}
 
.dropdown-headerFundacion {
    font-size      : 14px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #fff;
    text-transform : uppercase;
	margin-top: -8px;
}
    
    
.m-menu .m-menu-contentFundacion {
overflow: hidden;
}
    
.m-menu-contentFundacion {
	text-transform : uppercase;
	padding: 20px 10px;
	max-width: 1100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
    
.m-menu-contentFundacion ul {
    border-left: 1px solid #646464;
    padding: 0 20px 20px;
    float: left;
    }
    
.m-menu-contentFundacion ul li a{
	margin-left: 0!important;
	padding-left: 0!important;
}

.m-menu-contentFundacion ul:last-of-type {
    /*border-right : 0;*/
    }
    
.m-menu-contentFundacion ul li a:hover {
	background-color: #222!important;
	color: #E42313!important;
}
    
.m-menu-contentFundacion ul li a {
	color: #909090!important;
}

/* Actividades */

.dropdown-headerActividades {
    font-size      : 14px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #fff;
    text-transform : uppercase;
}
    
    
.m-menu .m-menu-contentActividades {

}
    
.m-menu-contentActividades {
	text-transform: uppercase;
	padding: 30px;
	float: right;
}
    
.calendarioMenuActividades {
	min-height: 40px;
	background-color: #000;
	display: block;
	text-align: center;
}

.calendarioMenuActividades a {
	color: #fff!important;
}

.calendarioMenuActividades a:hover {
	background: none!important;
	color: #E42313!important;
}
 
.submenuActividades div:first-child {
	color: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
}

.submenuActividades div {
	
}

.submenuActividades a {

	display: block;
	border: 1px solid #8e8e93;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #8e8e93!important;
}

.submenuActividades a:hover {
	color: #fff!important;
	background: none!important;
	border: 1px solid #fff;
}
 
    
 /* Menú Responsivo
 --------------------------------------------- */

/*uc-mobile-menu*/
.uc-mobile-menu {
    }

.uc-mobile-menu-container > div {
    visibility : hidden;
    }


#menu {
    margin : 50px 40px;

    }

#menu > li {
    text-transform : uppercase;
    }

#menu > li:last-child {
    border-bottom : 0;
    }

#menu > li ul li {
    margin-left : 0;
    color       : #999999;

    }

#menu li a {
    display         : block;
    text-decoration : none;
    color           : #777777;
    padding         : 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #444;
    }


#menu li a:hover,
#menu li.active a {
    color : #ffffff;
    }
    
    
#menu li ul li a {
	font-size: 14px;
	padding-left: 14px;
}

#menu li ul li ul li a {
    padding-left: 28px;
}

/*Mobile Menu Close*/
.uc-mobile-menu .close {
    position           : absolute;
    right              : 0;
    top                : 0;
    color              : #ffffff;
    text-shadow        : none;
    filter             : alpha(opacity=50);
    opacity            : .5;
    width              : 44px;
    height             : 44px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

.uc-mobile-menu .close:hover {
    opacity : 1;
    }

/* Estilos Especificos Menú Principal páginas interiores */

.navbar.navegacion {
	background-color: #fff;
}

.navbar.navegacion ul li a{
	color: #525252;
}

.navbar.navegacion ul li a:hover{
	color: #E42313;
	background-color: #fff;
}


.navbar.navegacion ul li a:focus{
  color: initial;
}

.navbar.navegacion ul li.active a, .navbar.navegacion ul li.active a:hover{
	color: #E42313;
	text-decoration: none;
	cursor: default;
}

.destacado {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #4A4A4A;
	text-transform: capitalize!important;
}

.azul, .azul a {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #74CBCE;
}

.azul a:hover, a.azul:hover {
	color: #00bad3;
}


hr {
  height: 1px;
  max-width: 1140px;
}

/* Menú Secundario (El que se usa en páginas interiores)
--------------------------------------------- */


.containerMenuSecundario {
 clear:both;
 float:left;
 overflow:hidden;
 width:100%;
 border-bottom: 1px solid #e5e5e5;
 border-top: 1px solid #e5e5e5;
 text-align: center;
 margin-bottom: 43px;
 padding-top: 14px;
 padding-bottom: 14px;
}

.menuSecundario {
 float:left;
 left:50%;
 list-style-type:none;
 margin:0 auto;
 padding:0;
 position:relative;
 text-transform: uppercase;
}

.menuSecundario li {
 float:left;
 position:relative;
 right:50%;
 padding-right: 26px;
 padding-left: 26px;
 border-left: 1px solid #d8d8d8;
}

.menuSecundario li:first-child {
	border: none;
}

.menuSecundario a {
	color: #8E8E93;
	font-size: 14px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 35px;
}

.menuSecundario .active a, .menuSecundario a:hover {
	color: #E42313;
}

.menuSecundario .active a {
	/*cursor: default;*/
}

ul.menuSecundario.empresas li  {
	padding-right: 12px;
	padding-left: 12px;
}

/* Menú laFundacion
--------------------------------------------- */

#laFundacion {
	position: absolute;
	right: 0px;
	top: 450px;
	text-transform: uppercase;
}

#laFundacion .contenido {
	width: 387px;
	margin: auto;
	border: 4px solid #fff;
	padding: 34px;
	background-color: rgba(0, 0, 0, 0.30);
	color: #fff;
}

#laFundacion h2 {
	color: #fff;
	font-size: 48px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 1.21;
	margin-top: 18px;
}

#laFundacion ul {
	margin-top: 50px;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 37px;
	
}

#laFundacion .contenido a {
	color: #fff;
}

#laFundacion .contenido a:hover {
	color: #E42313;
}

/* laFundacionMovil
--------------------------------------------- */

#x-corp-carousel {
	position: relative;
}

#laFundacionMovil {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-transform: uppercase;
}

#laFundacionMovil {
	color: #000;
	width: 100%;
	margin: auto;
	border-top: 4px solid #fff;
	padding: 34px;
	background-color: rgba(0, 0, 0, 0.30);
	color: #fff;
}

#laFundacionMovil h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	overflow: hidden;
}

#laFundacionMovil ul {
	padding-right: 15px;
	padding-left: 15px;
}

#laFundacionMovil ul li{
	font-size: 14px;
	line-height: 34px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
} 

#laFundacionMovil ul li a {
	color: #fff;
}

#laFundacionMovil ul li a:hover {
	color: #E42313;
}

#laFundacionMovil .contenidoMovil {
	display: none;
}

#menuFundacionMovil {
	display: none;
	background-color: #b3b3b3;
	min-height: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

#menuFundacionMovil a {
	color: #fff;
	font-size: 18px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	text-transform: uppercase;
}

#menuFundacionMovil a:hover {
	color: #E42313;
}

#menuFundacionMovil ul {
	margin-top: 20px;
}

#menuFundacionMovil ul li {
	display: block;
	border-top: 1px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menuFundacionMovil ul li:last-child {
	border-bottom: 1px solid #fff;
}

.submenuMovil {
	display: none;
	background-color: #f8f8f8;
	min-height: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.submenuMovil a {
	color: #8E8E93;
	font-size: 14px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	text-transform: uppercase;
}

.submenuMovil a.active {
	color: #e12621;
}

.submenuMovil a:hover {
	color: #e12621;
}

.submenuMovil ul {
	margin-top: 20px;
}

.submenuMovil ul li {
	display: block;
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
	padding-bottom: 25px;
}

.submenuMovil ul li:last-child {
	padding-bottom: 0px;
}



/* subMenu (Actividades > Convocatoria)
--------------------------------------------- */

.containerSubMenu {
 clear:both;
 float:left;
 overflow:hidden;
 width:100%;
 background-color: #f8f8f8;
 text-align: center;
 margin-bottom: 43px;
 padding-top: 17px;
 padding-bottom: 17px;
}

.menuAnclasMovil {
	background-color: #f8f8f8;
	display: none;

}

.subMenu {
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
	text-transform: uppercase;
}

.subMenu li {
 float:left;
 position:relative;
 right:50%;
 padding-right: 26px;
 padding-left: 26px;
}

.subMenu a {
	color: #969696;
	font-size: 14px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	line-height: 17px;
}

.subMenu .active a, .subMenu a:hover {
	color: #E42313;
}

.menuAnclasMovil {
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
}

.menuAnclasMovil ul li {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dbdbdb;
}

.menuAnclasMovil ul li:first-child {
	margin-top: 20px;
}

.menuAnclasMovil ul li:last-child {
	padding-bottom: 0;
}

a.botonDesplegable {
	display: block;
	height: 17px;
	width: 100%;
	padding-bottom: 20px;
}

.menuAnclasMovil .containerSubMenu {
 clear:both;
 float:left;
 overflow:hidden;
 width:100%;
 background-color: #f8f8f8;
 text-align: center;
 margin-bottom: 0px;
 padding-top: 17px;
 padding-bottom: 17px;
 z-index: 1;
}

.menuAnclasMovil a {
	color: #969696;
	font-size: 14px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

/* --- Clase que agregaremos cuando el usuario haga scroll --- */
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:-1px;
	box-shadow:0px 3px 3px rgba(0,0,0,.2);
	margin-top: 72px;
}

/* Amigos
--------------------------------------------- */

.cabecera-amigos {
	margin-top: 0px;
	background: url(/img/amigosHead.jpg) top center no-repeat;
	background-size: cover;
	min-height: 664px;
}

.lemaBoton {
	display: block;
	position: absolute;
	left: 78px;
	top: 400px;
	max-width: 696px;
}

.lemaBoton H3 {
	font-size: 48px;
	line-height: 53px;
	color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	margin-bottom: 40px;
}

.widgetPrefooter {
	background-color: #fff;
	text-align: center;
	margin-top: 41px;
	min-height: 400px;
	overflow: hidden;
	position: relative;
}

.widgetPrefooter .textos {
	padding-right: 30px;
	padding-left: 30px;
	height: 140px;
}

.widgetPrefooter h3 {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #333333;
	margin-top: 32px;
	margin-bottom: 14px;
}

.widgetPrefooter h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 17px;
	color: #525252;
}

.widgetPrefooter .btn-actividades {
	margin-right: 0;

}

#hazteAmigo {
	margin-top: 48px;
}

#hazteAmigo .panel-group .panel + .panel {
	margin-top: 0px;
}

#hazteAmigo .acordeon .collapsed .panel-heading {
	line-height: 26px;
	background: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 21px;
	border-top: 1px solid #E5E5E5;
	border-radius: 0;
}

#hazteAmigo .acordeon .collapsed .panel-heading:hover {
	background-color: #f6f6f6;
}

#hazteAmigo .acordeon a {
	color: #333333;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

#hazteAmigo .acordeon a span {
	color: #808080;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
}

@media (max-width: 767px){
    .actividades .textosBox {
        min-height: auto;
    }

    div.actividadTexto{
        height: auto;
    }

    .boxActividadesBottom{
        position: relative!important;
        bottom: auto!important;
        margin-top: 10px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
    #hazteAmigo .acordeon a span {
        color: #808080;
        font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
        font-style: normal;
        font-weight : 400;
        font-size: 14px;
    }
} 

#hazteAmigo .acordeon a span.precio {
	float: right;
	text-align: right;
	color: #e42313;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 26px;
	margin-top: 24px;
	margin-right: 21px;
    position: absolute;
    right: 0px;
}

#hazteAmigo .acordeon .panel-heading:hover {
	background-color: #fff;
}

#hazteAmigo .acordeon .panel-heading  .collapse.in h4 {
	color: #74CBCE;
}


#hazteAmigo .acordeon .panel-heading  {
	line-height: 26px;
	background: none;
	padding: 0 0 21px 20px;
	border-top: 1px solid #E5E5E5;
	border-radius: 0;
}

ul.listaDorada span {
	color: #808080;
}

.acordeon .panel ul.listaDorada li {
	font-size: 16px;
	list-style-image:none;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	margin-bottom: 15px;
	color: #d3bf94!important;
}

#hazteAmigo .acordeon a.btn-actividades {
	color: #fff;
	width: 215px; /*CHB20171107 Modificado. Antes 210px*/
}

#hazteAmigo .acordeon a.btn-carnet {
	color: #e42313;
}

ul.listaDorada { /*CHB20171027 Nuevo */
	padding-left: 15px;
}
ul.listaDorada li { /*CHB20171027 Nuevo */
	font-size: 16px;
	list-style-image:none;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	margin-bottom: 15px;
	color: #d3bf94!important;
	list-style-type: disc;
}


/* Amigos > Empresas
--------------------------------------------- */

.cabecera-Empresas {
	margin-top: 72px;
	background: url(/img/cabeceraEmpresas.jpg) center center no-repeat;
	background-size: cover;
	min-height: 664px;
}


.lemaLeft {
	display: block;
	position: absolute;
	left: 78px;
	font-size: 48px;
	line-height: 53px;
	color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	top: 489px;
	max-width: 696px;
}

.listadoEmpresas {
	text-align: center;
	display: block;
	max-width: 271px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.listadoEmpresas a {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 18px;
	line-height: 22px;
	display: block;

}


.listadoMedios {
	text-align: center;
	display: block;
	max-width: 367px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.listadoMedios a {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 18px;
	line-height: 22px;
	display: block;

}

.masInformacion {
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #ebebeb;
	padding-top: 41px;
	padding-bottom: 32px;
}

.masInformacion h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 14px;
	text-transform: uppercase;
}

.masInformacion p{
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 14px;
	line-height: 16px;
}

.masInformacion a {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
    word-wrap: break-word;
    font-size: 0.96em;
}



/* Amigos > Patronos Internacionales
--------------------------------------------- */

.cabecera-Patronos-Internacionales {
	margin-top: 72px;
	background: url(/img/patronosInternacionalesHead.jpg) top center no-repeat;
	background-size: cover;
	min-height: 664px;
}

/*Scroll Horizontal*/

.contendorAnuario {
	display: block;
	max-width: 645px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:150px;
}

.carousel-inner.anuario {
	padding-top: 0 !important;
	padding-right: 8px;
	padding-left: 8px;
}


.carousel-control.anuario {
	text-align:center;
	display: block;
	vertical-align:middle;
	background-color:#e42313;
	color: #fff;
	width: 36px;
	height: 33px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none!important;
	opacity: 1;
}

.carousel-control.anuario i.glyphicon.glyphicon-chevron-left, .carousel-control.anuario i.glyphicon.glyphicon-chevron-right {
	font-size: small;
	line-height: 33px!important;
	display: block;
	width: 36px;
	height: 33px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	text-shadow: none;
}


.carousel-control.anuario:hover {
	opacity: 0.5;
}

span.btnAnual {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.btnAnual a {
	display: inline-block;
	border-left: 1px solid #d8d8d8;
	width: 86px;
	text-align: center;
	float: left;
	color: #969696;
	height: 34px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	padding-top: 9px;
}

.btnAnual a:last-child {
	border-right: 1px solid #d8d8d8;
}

.list a {
	color: #969696;
}

.btnAnual a:hover {
	color: #e42313;
}

.btnAnual a.active {
	color: #e42313!important;
}

.infoAnuario {
	padding-left: 40px;
}

.infoAnuario h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.infoAnuario ul {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 16px;
	line-height: 22px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.infoAnuario ul li{
	list-style-type: disc;
}

.infoAnuario figure {
	margin-bottom: 150px;
}

#proyectosPatronosInt p {
	margin-top: 11px;
	margin-bottom: 15px;
}

/* Amigos > CÃ­rculo VelÃ¡zquez
--------------------------------------------- */

.cabecera-otra-forma-colab {
	margin-top: 71px;
	position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 664px;
}

.cabecera-otra-forma-colab img{
    width: 100%;
}

.cabecera-otra-forma-colab div.lemaSlider{
    position: absolute;
    bottom: 30px;
    right: 59%;
    left: 4%;
}

.beneficios .separador {
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(/img/separador.png) center center repeat-x;
}

h3.beneficios  {
	margin-bottom: 0;
}

.beneficios ul li {
	color: #d3bf94!important;
}

.beneficios ul li span {
	color: #808080;
}

.donacion {
	display: block;
	text-align: center;
	border: 1px solid #979797;
	padding: 20px 20px 10px;
}

.donacion h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 29px;
	line-height: 36px;
	color: #e42313;
}

.donacion h4 {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
}


/* Amigos > Hazte Amigo
--------------------------------------------- */

.fichaTipoAmigo {
	display: table;
	height: 100%;
	table-layout: fixed;
	height: 100%;
}

.colEqual {
	display: table-cell;
	 float: none;
	   height: 100%;
}

.fichaTipoAmigo div {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: none;
}

.fichaTipoAmigo div:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.fichaTipoAmigo .donacion h3 {
	font-size: 26px;
	line-height: 31px;
	color: #333333;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.fichaTipoAmigo .donacion h4 {
	font-size: 29px;
	line-height: 35px;
	color: #e42313;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

.fichaTipoAmigo .donacion h5 {
	font-size: 14px;
	color: #333;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
}

.fichaTipoAmigo .infoAnuario {
	padding: 50px 37px 37px 43px;
}


.fichaTipoAmigo a.btn-actividades, .fichaTipoAmigo a.btn-carnet {
	margin: 20px!important;
	width: 210px; /*CHB20171107 Modificado. Antes 190*/
}

.imgProtector {
	/*background: url(/img/imgHazteAmigo.jpg) center center;*/
	background-size: cover;
	min-height: 100px;
}

.imgProtector > img {
    width: 100%;
}


.notaDonacion p{
	font-size: 14px;
	line-height: 18px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	/*color: #bbbbbb!important;*/ /*CHB20190221 Se quita para mover de sitio la nota en la plantilla de Amigos*/
}

.notaDonacion p a {
	/*color: #bbbbbb; CHB20190225*/
	text-decoration: underline;
}

.notaDonacion p a:hover {
	color: #74CBCE;
    /*color: #fff; CHB20190225*/
	text-decoration: none;
}


.panel-title .active {
	color: aqua;
}

.perryllero {
	display: none;
}


/*
Área de Contenido
---------------------------------------------------------------------------------------------------- */

/* HomePage
--------------------------------------------- */

.centroModuloHome{
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
    
}
.izquierdaModuloHome{
   position: relative;
    height: 100vh;
    background-size: cover;
    background-position: 50%;
    display: block; 
}



.centroModuloHome .titularesHome {
    position: absolute;
    right: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;

    left: 15%;
    margin: auto;
	top: 30%;
	bottom: 30%;
}

.centradoVertical {
	display: flex; justify-content: center; align-content: center;
}









.izquierdaModuloHome .titularesHome {
    position: absolute;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 10%;
    left: 10%;
}

.izquierdaModuloHome .bordeSlider {
    margin-left: 0;
}



.titularesHome h1 {

    font-size: 52px;
    line-height: 1;
    color: #ffffff;

}


.titularesHome p {

    font-size: 22px;
    color: #ffffff;
    line-height: 1.36;
    font-weight: normal;
    margin-bottom: 30px;

}


.titularesHome h2 {

    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);

}


.autorObra {

    position: absolute;
    background: rgba(0,0,0,0.6);
    bottom: 3%;
    left: 3%;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 14px;
}

.autorObra strong {

    color: #fff;
    font-style: italic;

}

.autorObra p {
	color: silver!important;
}

.bordeSlider {
    width: 83px;
    height: 2px;
    background: #fff;
    margin: auto;
    margin-bottom: 22px;
}

/* Fundación
--------------------------------------------- */

.moduloFundacion1 {
	
}

.moduloFundacion2 {
	
}


.moduloFundacion4 {

  margin-bottom: 45px;
  
}

#entradaFundacion {
	margin-top: 20px;
	font-size: 24px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	color: #525252;
	margin-top: 47px;
	padding-bottom: 98px;
	background: url(/img/separadorModulos.png) center bottom no-repeat;
}

#entradaFundacion p::before {
	content: '• ';
	color: #E42313;
}

#entradaFundacion .destacado {
	font-size: 36px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	color: #E42313;
	margin-right: 12px;
}

#entradaFundacion .separado {
	font-size: 20px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	line-height: 50px;
	padding-left: 12px;
	display: inline-block;
	height: 50px;
	background: url(/img/separadorHomeFundacion.png) left center no-repeat;
}

.listaSecundaria {
	font-size: 16px;
	margin-top: 46px;
}


/* Modulo Proyectos */

.fichaProyecto {
	border: solid 1px #efeff4;
	margin-bottom: 45px;
	max-width: 564px;
	height: 532px;
	overflow: hidden;
}

.textoFichaProyecto {
	padding: 32px 45px;
}

.fichaProyecto h3, .fichaProyecto h3 a, .fichaPublicaciones h3, .fichaPublicaciones h3 a {
color: #74cbce;
font-size: 20px;
line-height: 24px;
font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
font-style: italic;
font-weight : 500;
margin-bottom: 5px;
}

.fichaProyecto h3 a:hover, .fichaPublicaciones h3 a:hover {
	color: #00bad3;
}

.fichaProyecto p, .fichaPublicaciones p {
	color: #3f3f3f;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
}

.fichaProyecto a img:hover {
	opacity: 0.8;
}

.verMas.comienzo a:before {
	content: '+ ';
}

.verMas.comienzo a:after {
	content: ' MÁS';
}


.verMas.abierto a:before {
	content: '- ';
}

.verMas a.collapsed:before {
	content: '+ ';
}

.verMas.abierto a:after {
	content: ' MENOS';
}

.verMas a.collapsed:after {
	content: ' MÁS';
}



.verMas a {
	font-size: 16px;
  	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
  	font-style: normal;
  	font-weight : 500;
	color: #5a5a5a;
}

.verMas a:hover {
	color: #e42313;
}


a.verMas {
	font-size: 15px;
  	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
  	font-style: normal;
  	font-weight : 500;
	color: #969696;
	display: block;
	text-transform: uppercase;
    cursor: pointer;
}

a.verMas:hover {
	color: #e42313;
}







.verGris a {
	font-size: 16px;
  	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
  	font-style: normal;
  	font-weight : 500;
	color: #5a5a5a;
	text-transform: uppercase;
}

.verGris a:hover {
	color: #e42313;
}

#proyectosFundacion {
	padding-bottom: 72px;
	border-bottom: 1px solid #e5e5e5;
}

/* Modulo Publicaciones */

#publicacionesFundacion {
	padding-bottom: 72px;
	border-bottom: 1px solid #e5e5e5;
}

.fichaPublicaciones {
	border: solid 1px #d8d8d8;
	padding-top: 45px;
	text-align: center;
	height: 505px!important;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
}

.fichaPublicaciones img {
	margin-right: auto;
	margin-left: auto;
}

.row  .fichaPublicaciones {
	margin-bottom: 45px;
}

#obraGraficaFundacion {
	
}

.obraFicha {
	margin-bottom: 20px;
}

#obraGraficaFundacion img:hover {

 
}

.cabecera-Fundacion {
	margin-top: 72px;
	background: url(/img/fundacionHead.jpg) center center no-repeat;
	background-size: cover;
	min-height: 200px;
}

.cabecera-ActividadesIniciacion {
	margin-top: 72px;
	background: url(/img/actividadesFichaHead.jpg) center center no-repeat;
	background-size: cover;
	min-height: 200px;
	height: 200px;
}

.fichaPublicaciones a img:hover {
	opacity: 0.79;
}

/* Fundación > Misión y Patronato
--------------------------------------------- */

#patronato a {
	font-family: 'GothamLight';
	color: #333333;
}

#patronato a:hover {
	color: #e42313;
}

#patronato ul li {
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
}

#patronato ul li:first-child {
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	
}

#patronato ul {
	margin-bottom: 25px;
}

#patronato ul li a {
	text-decoration: underline;
}

.anchoParrafo {
	max-width: 940px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/* Fundación > Memorias
--------------------------------------------- */

#memorias .info {
	margin-bottom: 34px;
}

#memorias .descargarPDF {
	color: #74CBCE;
	font-size: 16px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	
	line-height: 26px;
	background: url(/img/descargar.png) left top no-repeat;
	padding-left: 33px;
	padding-bottom: 21px;
}

#memorias .descargarPDF:hover {
	color: #00bad3;
	background: url(/img/descargarHover.png) left top no-repeat;
}

#memorias ul.descargas li {
	border-top: 1px solid #E5E5E5;
	padding-top: 21px;
}

#memorias ul.descargas li:last-child {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 45px;
}

#memorias .panel {
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#memorias .panel-heading {
	color: #74CBCE;
	line-height: 26px;
	background: url(/img/descargar.png) left center no-repeat;
	padding: 0 0 21px 33px;
	border-top: 1px solid #E5E5E5;
	border-radius: 0;
}

#memorias .panel-heading:hover {
	color: #00bad3;
	background: url(/img/descargarHover.png) left center no-repeat;
}

#memorias h4.panel-title {
	font-size: 16px;
	line-height: 76px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-weight: normal!important;
	display: inline-block;
	height: 45px;
}

#descargaMemorias h3 {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
}

#descargaMemorias h4 {
	font-size: 14px;
	line-height: 17px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}
#descargaMemorias {
	font-size: 14px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #333;
}
#descargaMemorias table td, #descargaMemorias table th{
	border: none;
}

#descargaMemorias th {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	text-align: right;
	/*white-space: nowrap;*/
	width: 142px;
}

#descargaMemorias tr.total th {
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

tr.total td {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Bold';
	font-style: normal;
	font-weight : 700;
}

.infoMemorias {
	padding-left: 60px;
}

#descargaMemorias .btn-descargarPDF {
	margin-left: 90px;
}

#columnaMemorias, #cuentas, #cuentasExtraordinarias {
	margin-bottom: 25px;
}

/* Fundación > Becas
--------------------------------------------- */

.acordeon .panel {
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #808080;
}

.acordeon .collapsed .panel-heading {
	line-height: 26px;
	background: url(/img/mas.png) right center no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 21px;
	border-top: 1px solid #E5E5E5;
	border-radius: 0;
}


.acordeon .panel-heading  {
	line-height: 26px;
	background: url(/img/menos.png) right center no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 21px;
	border-top: 1px solid #E5E5E5;
	border-radius: 0;
}

.acordeon h4.panel-title {
	font-size: 16px;
	line-height: 76px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 400!important;
	font-weight: normal!important;
	display: inline-block;
	height: 45px;
}

.acordeon .ultimo {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 45px;
}


.acordeon .panel .figure {
	display: block;
	float: left;
	margin-right: 15px;
}

.acordeon .panel .figure-caption {
	font-size: 11px;
	margin-top: 10px;
}

.acordeon .panel ul {
	padding-left: 15px;
}

.acordeon .panel ul li {
	font-size: 16px;
	list-style-image:url('/img/custom-bullet.png');
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	margin-bottom: 15px;
}



/* Fundación > Hechos destacados
--------------------------------------------- */


.mostrarMas {
	text-align: center;
	height: 58px;
	margin-top: 36px;
	margin-bottom: 36px;
	border-top: solid 1px #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	color: #969696;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	line-height: 58px;
}

.mostrarMas a {
	color: #969696;
}

.mostrarMas a:hover {
	color: #E42313;
}

.rejillaTresCol .ficha {
	height: 456px;
}

#proyectosEspecialesExposiciones .ficha, #fundacionHome .ficha {
	height: 426px;
}

#proyectosEspecialesObraInvitada .ficha {
	height: 396px;
}

#proyectosEspecialesHomenajes .ficha, #destacadosHomenajes .ficha {
	height: 277px;
}

#destacadosHomenajes-3 .ficha {
    height: 277px;
}

.rejillaTresCol .textoFicha {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 24px;
}

.rejillaTresCol .textoFicha h5 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
}

.rejillaTresCol .textoFicha h3 {
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 18px;
	line-height: 22px;	
}

.rejillaTresCol .textoFicha h3 {
	font-size: 16px;
	line-height: 22px;
}

/* Proyectos Especiales > Donaciones
--------------------------------------------- */

#donacionesFicha h3, #donacionesFicha h3 a {
	font-size: 26px;
	line-height: 31px;
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: italic;
	font-weight : 400;
}

/* Proyectos Especiales > Exposiciones
--------------------------------------------- */

#exposicionesFicha .info {
	margin-bottom: 0;
}

#exposicionesFicha .info h3 {
	margin-bottom: 0;
}

.museoFecha h5 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 16px;
	line-height: 19px;
}

.museoFecha .fechaExposicion {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	display: block;
	margin-top: 8px;
}


/* Proyectos Especiales > Obra Gráfica
--------------------------------------------- */

#enlacesArtistas {
	margin-bottom: 45px;
	padding-right: 97px;
	padding-left: 97px;
}

#artistas h4, #artistas h3, #obraGrafica h4, #obraGrafica h3 {
	display: block;
	width: 100%;
	text-align: center;
}

#artistas h3, #obraGrafica h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 34px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0;
}

#artistas h4, #obraGrafica h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 13px;
	color: #CACACA;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

#artistas .lineaFondo, #obraGrafica .lineaFondo {
	background: url(/img/lineaFondo2.png) center center no-repeat;
	margin-bottom: 45px;
}

#enlacesArtistas a {
	font-size: 18px;
	display: inline-block;
}

#enlacesArtistas .nacimiento {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 16px;
	padding-bottom: 15px;
	background: url(/img/detalleArtistas.png) left bottom no-repeat;
	display: inline-block;
	margin-bottom: 25px;
}

#obraGraficaFicha h2 {
	color: #e42313;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#obraGraficaFicha h3 {
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: normal;
	font-weight : 400;
	font-size: 36px;
	line-height: 43px;
	margin-top: 2px;
}

#obraGraficaFicha h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 20px;
	line-height: 22px;
	border-bottom: none;
	margin-bottom: 18px;
	padding-bottom: 0;
}

#obraGraficaFicha h5 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 16px;
}

#obraGraficaFicha p {
	font-size: 16px;
	line-height: 27px;
}

#obraGraficaFicha .info {
	border-bottom: 1px solid #e5e5e6;
	padding-right: 43px;
	padding-left: 43px;
	padding-bottom: 34px;
	margin-bottom: 27px;
}

#obraGraficaFicha .galeria {
	text-align: center;
}

#obraGraficaFicha .galeria h2 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

#obraGraficaFicha .galeria h3 {
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: italic;
	font-weight : 400;
	font-size: 26px;
	line-height: 31px;
	max-width: 465px;
	margin-right: auto;
	margin-left: auto;
}

#obraGraficaFicha .galeria img {
	max-width: 100%;
	padding: 24px;
}

#obraGraficaFicha .galeria p {
	max-width: 465px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 22px;
	padding-right: 24px;
	padding-left: 24px;
}

/* Proyectos Especiales > Homenajes
--------------------------------------------- */


#homenajeFicha .info h3 {
	font-size: 36px;
	line-height: 43px;
}

#homenajeFicha .menuSecundario {
	
}

#homenajeFicha .figure.izqda {
	float: left!important;	
	margin-right: 12px;
	margin-bottom: 12px;
}

.infoHomenaje {
	
}

#homenajeFicha a.descargarPDF {
	padding-bottom: 0;
}

#homenajeFicha .ponentes h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px;
	line-height: 22px;
}

.marco img {
	border: 1px solid #dfdfe0;
	padding: 10px;
}

.marco .figure-caption {
	font-size: 11px;
}

.biografia h3 {
	font-size: 36px;
	line-height: 43px;
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: normal;
	font-weight : 400;
	color: #333333;
	margin-bottom: 5px;
}

.biografia h4 {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	margin-top: 0;
}

#homenajePremio {
	margin-top: -62px;
}

#homenajePremio .info {
	padding-top: 37px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#homenajePremio h3 {
	font-size: 36px;
	line-height: 43px;
}

#homenajePremio h4 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px;
	line-height: 26px;
	border-bottom: none;
	margin-bottom: 0;
}

.premioBG {
	background: url(/img/premioHeader.png) right bottom no-repeat;
	min-height: 190px;
}

.premioculto {
	background: url(/img/premioHeader.png) center bottom no-repeat;
	min-height: 190px;
	display: none;
}

.fichasPremios h3 {
	font-size: 28px;
	line-height: 34px;
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: italic;
	font-weight : 400;
}

.tabla {
	display: table;
}

.tabla div{
	display: table-cell;
	    float: none;
}

/* Publicaciones > Disponibles
--------------------------------------------- */

.publicacionesFicha h2 {
	margin-bottom: 3px;
}

.publicacionesFicha h3 {
	font-size: 28px;
	line-height: 34px;
	font-style: italic;
}

.publicacionesFicha p {
	font-size: 15px;
	line-height: 22px;
}

.publicacionesFicha .precio {
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-top: -10px;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 22px;
}

.publicacionesFicha .cantidad {
	font-size: 22px;
	line-height: 26px;
	font-weight : 400;
}

.publicacionesFicha .sinopsis {
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
}

.publicacionesFicha .sinopsis p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

.publicacionesFicha img {
	margin-bottom: 15px;
}

.publicacionesFicha figure {
	margin-bottom: 24px;
}

.imgOculta {
	display: none;
}

/* Publicaciones > Enciclopedia
--------------------------------------------- */

#enciclopedia img {
	margin-bottom: 25px;
}

#enciclopedia p {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	margin-bottom: 20px;
}

#enciclopedia p:first-child {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

#enciclopedia .fichaTecnica {
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-top: 24px;
	margin-bottom: 24px;
}

#enciclopedia h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 16px;
	line-height: 19px;
}

.fichaTecnica ul li {
	color: #3f3f3f;
	font-size: 16px;
	line-height: 27px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
}

.fichaTecnica ul li:before {
    content: "â€¢";
    padding-right: 8px;
    color: #3f3f3f;
}

.concepto {
	line-height: 26px;
}

.precioEspecial {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 22px;
	line-height: 26px;
}

.publicacionesFicha p {
	font-size: 15px;
	line-height: 22px;
}

#enciclopediaMuseo .publicacionesFicha .sinopsis p{
	border-bottom: none;
}

/* Publicaciones > Guías de Sala
--------------------------------------------- */

#guiasSalaFicha .publicacionesFicha .sinopsis {
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	
}

.publicacionesFicha .sinopsis p{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}

.otrasGuias h3 {
	text-align: center;
	margin-bottom: 51px;
}

/* Publicaciones > Fondo Editorial
--------------------------------------------- */

#fondoEditorial .verTodo {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}

#fondoEditorial .verTodo a {
	color: #808080;
}

#fondoEditorial .verTodo a:hover {
	color: #e42313;;
}

/* Actividades
--------------------------------------------- */

#actividades, #actividadesAmigos {
	color: #fff;
}

#actividades h3, #actividadesAmigos h3, #actividadesGenerales h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 42px;
	line-height: 46px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: url(/img/detalleTitActividades.png) center bottom no-repeat;
	padding-bottom: 18px;
	margin-bottom: 24px;
}

#actividades p, #actividadesAmigos p {
	margin-bottom: 24px;
}


.actividadesAmigos {
	background: url(/img/bg-actividades01.jpg) no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 93vh;
	border-right: 1px solid #fff;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.actividadesGeneral {
	background: url(/img/bg-actividades02.jpg) no-repeat top center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  height: 93vh;
	  border-left: 1px solid #fff;
	  display: -ms-flex;
	  display: -webkit-flex;
	  display: flex;
}

.contenedorActividades {
	height: 100vh;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.bloqueActivades {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.bloqueActivades p {
	color: #fff;
}

.bloqueActivadesInterior {
	display: block;
	margin: 50% auto auto;
	max-width: 560px;
}

a.calendarioLink {
	background: url(/img/calendar.png) left center no-repeat;
	padding-left: 34px;
	display: inline-block;
	color: #333!important;
	
}

a.calendarioLink:hover {
	color: #e42313!important;
}

#actividadesAmigos {
	background: url(/img/bg-actividades-amigos.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
}

#actividadesGenerales {
	background: url(/img/bg-actividades-general.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
}

.botonesActividades {
	padding-top: 72px;
	border-left: 2px solid #868686;
	height: 100vh;
}


.botonActividades {
	border: 2px solid #868686;
	padding: 20px;
	text-align: center;
	height: 18vh;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	word-wrap: break-word;
}

.colIzqda {
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.colIzqdaBase {
	border-left: none;
	border-right: none;
}

.colDcha {
	border-bottom: none;
}

.botonActividades:hover {
	background-color: #e42313;
}

/*a div.botonActividades {
	color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Bold';
	font-style: normal;
	font-weight : 700;
	font-size: 20px;
	line-height: 24px;
}*/

a div.botonActividades {
	color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 18px;
	line-height: 24px;
}

.bloqueAtras {
	display: block;
	position: absolute;
	top: 72px;
	z-index: 500;
}

.actividades dl {
	margin-top: 22px;
	margin-bottom: 22px;
}

.nota dl {
	margin-top: 0;
	margin-bottom: 0;
}

.actividades dt {
	font-size: 16px;
	line-height: normal;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	color: #525252;
	margin-bottom: 8px;
}

.actividades ul li, .actividades ol li {
	font-size: 15px;
	line-height: 30px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #525252;
}

.actividades ol li {
	
}

.becas p {
	font-size: 15px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	color: #525252;
}


.boxActividades {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 25px;
}

.boxActividades.otrosCursos {
	height: 640px;
}


.boxActividades h4 {
	font-size: 14px;
	line-height: 17px;
	color: #e42313;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	text-transform: uppercase;
	margin-bottom: 0;
}

.boxActividades h3 {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	text-align: left;
	margin-bottom: 10;
	margin-top: 6px;
}

.boxActividades p {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	margin-bottom: 30px;
}

.pieBoxActividades {
	font-size: 11px;
	line-height: 14px;
	color: #8e8e93;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	margin-top: -17px;
	margin-bottom: 12px;
}

.textosBox {
	padding: 20px 40px;
    min-height: 280px;
}

.textosBox .botonRed,
.otrosCursos .botonRed{
	min-width: 160px;
}


.btn-localizacion {
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 28px;
	color: #969696;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	background: url(/img/marcadorPosicion.png) left center no-repeat;
	padding-left: 35px;
}

.preFooter .boxActividades {
	border: none;
}


/* Actividades > Convocatorias
--------------------------------------------- */

.cabecera-Actividades {
	margin-top: 72px;
	background: url(/img/actividadesHead.jpg) top center no-repeat;
	background-size: cover;
	min-height: 664px;
}

.exclusivoAmigos {
	background-color: rgba(0, 0, 0, 0.54);
	display: block;
	text-align: center;
	width: 195px;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 13px;
	line-height: 17px;
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: normal;
	font-weight : 400;
	text-transform: uppercase;
	padding: 5px;
}

.pieFotoActividades {
	display: block;
	position: absolute;
	left: 14px;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	top: 636px;
}

.tituloConvocatoria {
    min-width: 100%;
	text-align: center;
	display: block;
	margin-top: 232px;
}

.tituloConvocatoria h3, .tituloConvocatoria h4, .tituloConvocatoria h5 {
	color: #fff;
}

.tituloConvocatoria h5 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 16px;
	line-height: 19px;
}

.tituloConvocatoria h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 44px;
	line-height: 43px;
	padding-bottom: 18px;
	background: url(/img/detalleTitActividades.png) center bottom no-repeat;
	margin-bottom: 34px;
}

.flex-parent{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-child{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.actConvocatorias {
	margin-top: 12px;
}

.actConvocatorias .info h2 {
	font-size: 14px;
}

.actConvocatorias .fecha {
	font-size: 24px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
}

.actConvocatorias h3 {
	font-size: 42px;
	line-height: 50px;
	font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
	font-style: normal;
	font-weight : 400;
}

h3.ponente {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

h4.cargoPonente {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
}

.inscripciones {
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 35px 35px 10px;
	text-align: center;
}

.inscripciones .btn-actividades, .inscripciones .btn-actividades.inactivo {
	margin-right: 0px;
}

.inscripciones h4 {
	color: #999999;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Bold';
	font-style: normal;
	font-weight : 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.inscripciones h3 {
	color: #333333;
	font-size: 23px;
	line-height: 28px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.agotadas {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #e42313;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	height: 22px;
    position: relative;    
}

.relativo {
	position: relative;
}
.anclaOculta {
position: absolute!important;
top: -180px!important;
visibility: hidden;

}

.fixedMenuContainer {
    height: 101px;
}

.convocatorias .boxActividades {

}

.convocatorias .textosBox {
	padding: 20px 48px 20px 64px;
	position: relative;
	height: 310px;
}

.convocatorias .textosBox p {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 19px;
}

.convocatorias .textosBox h3 {
	margin-bottom: 10px;
}

.convocatorias .textosBox h3.curso {
	font-size: 18px;
	line-height: 22px;
	margin-top: 19px;
	margin-bottom: 35px;
}

.convocatorias .textosBox .botonRed {
	position: absolute;
	bottom: 24px;
}

.otrosCursos .botonRed{
    bottom: 24px;
}

.textosBox .botonRed:visited ,
.otrosCursos .botonRed:visited{
	color: #e42313;
}

.textosBox .botonRed:hover:visited, 
.otrosCursos .botonRed:hover:visited{
	color: #fff;
}

.convocatorias .textosBox .botonGris,
.otrosCursos .botonGris {
	bottom: 24px;
	position: absolute;
}

/*
.actividades .textosBox .botonGris {
	bottom: 24px;
	position: absolute;
    right: 0px;
}
*/


/* Actividades > IniciaciÃ³n
--------------------------------------------- */

.iniciacionMuseo .tituloModulo h3 {
	
}


/* Actividades > Calendario
--------------------------------------------- */

.cabecera-calendario-actividades {
		margin-top: 72px;
		background: url(/img/calendarioHead.jpg) center center no-repeat;
		background-size: cover;
		min-height: 200px;
}

.titCalendario {
	margin-top: 84px;
	margin-bottom: 11px;
	
}

.titCalendario h3{
	font-size: 31px;
	line-height: 37px;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
}

#calendarioActividades {
	
}

.leyenda {
	float: right;
	margin-top: -40px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 14px;
	color: #979797;
}

.leyenda  .abierto {
	display: inline-block;
	background: url(/img/abierto.png) left center no-repeat;
	padding-left: 45px;
	line-height: 28px;
	margin-right: 10px;
}

.leyenda .exclusivo {
	display: inline-block;
	background: url(/img/exclusivo.png) left center no-repeat;
	padding-left: 45px;
	line-height: 28px;
	margin-left: 10px;
}


#calendarioActividades .nota {
	border: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 23px;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
}

.calendario {
	/*background: url(/img/bordeCalendario.png) center bottom no-repeat, url(/img/bordeCalendario.png) center top no-repeat;*/
	font-style: normal!important;
}

.calendario table {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 15px;
	color: #4a4a4a;
}

.calendario th{
	color: #4a4a4a;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cabeceras th {
	border-bottom: 2px solid #a4a4a4;
	border-top: 2px solid #a4a4a4!important;
}

.calendario th:first-child {
	padding-left: 0;
}

.calendario td {
	border-bottom: 1px solid #b8b8b8;
}

.calendario tr:last-child {
	border-bottom: 2px solid #a4a4a4;
}

.calendario .lineasVerticales {
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	min-height: 24px;
}

td.mes {
	width: 48px;
	overflow: auto;
	text-align: center;
}

.meses {
	background-color: #d9d9d9;
}

.nombreMes {
	padding-top: 10px;
	padding-bottom: 10px;
}

.nombreEspacio {
	background-color: #f5f5f5;
	text-align: center;
	text-transform: uppercase;
}

td.bordesLaterales, th.bordesLaterales {
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}

td.bordePunteado {
	/*border-right: 1px dotted #b8b8b8;*/
	background: url(/img/punteado.png) right top repeat-y;
}

.abierto {
	background-color: #eef8f8; /*CHB20171108 Modificado bddffe Antes eef8f8*/
}

td.bordePunteado.abierto {
	background: #eef8f8 url(/img/punteado.png) right top repeat-y; /*CHB20171108 Modificado bddffe Antes eef8f8*/
}

.exclusivo {
	background: #f9e7e5 url(/img/exclusivo.png) center center no-repeat;
}

.exclusivo2 { /* CHB20171109 Nuevo*/
	background: #f9e7e5;
}

td.bordePunteado.exclusivo {
	background: url(/img/punteado.png) right top repeat-y, url(/img/exclusivo.png) center center no-repeat #f9e7e5;
}


.aclaracion {
	color: rgba(88, 86, 88, 0.55);
	text-transform: uppercase;
	font-size: 12px;
}

.frecuencia {
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	text-align: center;
	
}

.iconHScroll {
	display: none;
}

/* Aviso Legal
--------------------------------------------- */

div#avisoLegal {
	margin-top: 56px;
}

#avisoLegal h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
	font-style: normal;
	font-weight : 500;
	font-size: 18px;
	line-height: 26px;
}

#avisoLegal p {
	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	font-style: normal;
	font-weight : 300;
	font-size: 16px;
	line-height: 26px;
}

/* Pagina error
--------------------------------------------- */
#error-pagina {
    padding-top: 75px;
}

#error-pagina h3{
    font-size: 110px;
}


/* Login
--------------------------------------------- */

#identificacion, #registro, #inscripcionCurso, #altaAmigo {
	padding-top: 75px;
}

/* Alta curso
--------------------------------------------- */
/* Inscripción Curso
--------------------------------------------- */
.tituloCurso {
    text-align: center;
    margin-bottom: 30px;
}

.tituloCurso h3{
    font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
    font-style: normal;
    font-weight : 400;
    font-size: 30px;
    line-height: 40px;
}

.tituloCurso .fechasCurso {
    font-size: 18px;
    color: #c3c3c3;
}

.radioBotones.alumnos div {
    border-bottom: 1px solid #C9C8C8;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
}

.radioBotones.alumnos div:last-child {
    border-bottom: none;
}

.radioBotones .precio {
    color: #4A4A4A;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    float: right;
    display: block;
    margin-top: 10px;
}

/* Boletín de Alta
--------------------------------------------- */
#passwordStrength1
{
	height:10px;
	display:block;
	float:left;
}
#passwordStrength2
{
	height:10px;
	display:block;
	float:left;
}
#passwordStrength3
{
	height:10px;
	display:block;
	float:left;
}
.strength0
{
	width:10%;
	background:red;
}

.strength1
{
	width:50%;
	background:orange;
}

.strength2
{
	width:75%;	
	background:#FFC733;
}

.strength3
{
	width:100%;
	background:green;
}

.strength4
{
	background:green;
	width:100%;
}

.strength5
{
	background:#399800;
	width:100%;
}
.americanFriends {   
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    height: 70px;
    overflow: hidden;
}

.americanFriends p, .americanFriends strong {
    color: #9f9f9f;
    font-size: 13px;
    line-height: 13px;
    margin: 0px;    
}

.americanFriends .content {
    width: 50%;
    float: left;
    position: relative;
    padding: 10px;
    border: 1px solid #e6e6e6;
    height: 100%;
}

.americanFriends .grey {
    background-color: #f9f9f9;
}

.americanFriends .flagImg {
    width: 100%;    
}

.form-group.has-error.has-danger label{
    color: #A94442;
}

#datosPago h3 {
    font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
    font-style: normal;
    font-weight : 400;
    text-transform: uppercase;
    font-size: 16px;
}

#formaPago .boxShow {
    display: block;
}

#formaPago .box {
    color: #5A5A5A;
}

#formaPago .help-block.with-errors.text-right {
    margin-top: 3px;
}

.help-block.with-errors.text-right.selector-input {
    margin-top: 10px; 
    margin-bottom: 0px;
}     

.boxAviso {
    border: 1px solid #efeff4;
    padding: 20px 20px 14px;
    background-color: #fafafa;
}

.boxAlerta {
    border: 1px solid #efeff4;
    padding: 20px 20px 14px;
    background-color: #fafafa;
}

.boxAlerta p{
    color: #e42313!important;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.boxAviso {
    border: 1px solid #efeff4;
    padding: 20px 20px 14px;
    background-color: #fafafa;
}

.boxAviso p{
    color: #33cc33!important;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

/*
Footer
---------------------------------------------------------------------------------------------------- */

.footer {
    background : #222222;
	margin-top: 75px;
}

#home .footer {
	margin-top: 0!important;
}

.footer .footer-block {
    border-right : 0px;
    padding      : 50px 60px 30px 50px;
    min-height   : 310px;
    }


.footerActividades {

  display: block;
  min-height: 80px;
	padding: 20px;
	display: flex;
	    justify-content: center;
	    align-content: center;
	    flex-direction: column;
}

.texto-pie-actividades {
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}


.blanco {

    color:#fff;

}


.conlogo {

    background:url(/img/logopie.png)no-repeat;
    background-position: bottom right;

}


.lineapie {

    max-width: 81px;
    width: 100%;
    height: 1px;
    background:#fbfbfe;
    opacity: 0.16;
    margin-bottom: 20px;
    margin-top: 20px;
}    

.footer p{
	color: #fff;
}

.footer .footer-block.last {
    border-right : 0;
    }
 .footer .footer-block.last p{
 	margin-bottom: 4px;
 } 

.footer .footer-widget h3 {
    font-size     : 16px;
    line-height   : 22px;
    color         : #ffffff;
    margin-bottom : 25px;
    }
    
 .footer .footer-widget a {
 	color: #525252;
 	font-weight: normal!important;
 	font-size: 14px!important;
 	color: #fff;
 	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
 	font-style: normal;
 	font-weight : 400;
 }
 
  .footer .footer-widget a:hover {
  	color: #e42313;
  }

.footer .widget_text {

    line-height: 18px;

    }


.footer .widget_text .georgia {

    line-height: 18px;
    font-family: 'Hoefler Text A', 'Hoefler Text B','HoeflerTitling-HTF-SmRoman', 'Georgia';
    font-style: normal;
    font-weight : 400;

    }

.footer .footer-logo {
    margin-bottom : 25px;
    }


   

.footer .footer-widget .btn {
    font-size     : 11px;
    padding       : 5px 18px;
    border-radius : 50px;
    color         : #6b6b6b;
    border        : 1px solid #4a4a4a;
    margin-top    : 40px;
    }

.footer .footer-widget .btn:hover {
    color            : #ffffff;
    background-color : #E42313;
    border           : 1px solid transparent;
    }

.footer .footer-widget address {
    line-height   : 22px;
    margin-bottom : 30px;
    }

.footer .footer-widget .social-links {
    }

.footer .footer-widget .social-links li a {
    display          : block;
    font-size        : 20px;
    width            : 42px;
    height           : 42px;
    color            : #6b6b6b;
    background-color : #4a4a4a;
    line-height      : 42px;
    text-align       : center;
    border-radius    : 50%;
    }

.footer .footer-widget .social-links li a:hover {
    color            : #ffffff;
    background-color : #E42313;
    }

.footer .copyright-section {
    background-color : #000;
    color            : #a4a4a4;
    padding          : 20px 0;
    }

.footer .copyright-section .copytext {
    color          : #a4a4a4;
    font-weight    : 600;
    font-size: 13px;
    margin-bottom: 0;
    }

.footer .copyright-section a {
	color: #a4a4a4;
	font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
	font-style: normal;
	font-weight : 400;
	font-size: 12px;
}

.footer .copyright-section a:hover {
	color: #E42313;
}

.footer .copyright-section li a {
    display   : block;
    font-size : 13px;
    color     : #6b6b6b;
    }

.footer .copyright-section li a:hover,
.footer .copyright-section li.active a {
    color : #ffffff;
    }


.amigoRedondo {
    position: absolute;
    background-color: #e42313;
    width: 104px;
    height: 104px;
    border-radius: 50px;
    margin-top: -130px;
    right: 0;
    line-height: normal;
    padding-top: 26px;
    font-size: 22px;
    color: #fff;
    font-family: serif;
}

.amigoRedondo:hover {
	opacity: 0.9;
}


.footer .container {

  position: relative;

}

/* validación errores 
--------------------------------------------- */

.has-error .form-control, .has-error .form-control:focus {
    border-color: #a94442!important;
    color: #555 !important;
}

.has-success .form-control, .has-success .form-control:focus{
	/* CHB20171029 Orden Beatriz */
    /*border-color: green!important;
    color: green!important;*/
	border-color: #525252!important;
    color: #525252!important;	
}

form  input:valid {
 /* CHB20171029 Orden Beatriz */
 /*border:1px solid green!important;
 color: green!important;*/
	border:1px solid #525252!important;
 	color: #525252!important;
}

.form-control.normal:valid {
 border:1px solid #C9C8C8!important;
}

.help-block {
    display: block;
    margin-top: -18px;
    margin-bottom: 10px;
    color: #737373;
}


/* Paginación
--------------------------------------------- */

.pagination li a{
    padding: 6px 24px!important;
    color: #969696;
    font-size: 16px;
}

ul.pagination li.active a{
    background-color: #E42313!important;
    border-color: #E42313!important;
}

.pasosForm {
    color: #E42313;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    position: absolute;
    margin-top: 30px;
    padding-left: 12px;
}

.datosForm p {
    font-family: 'Gotham SSm A', 'Gotham SSm B','Gotham-Book';
    font-style: normal;
    font-weight : 400;
    font-size: 18px;
    color: #808080;
    margin-bottom: 25px;
}

.deForm {
    text-transform: uppercase;
    color: #333333;
}

.confirmacion {
    text-align: center;
}

.confirmacion h3 {
    color: #e42313;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    line-height: 66px;
    background: url(/img/check.png) left center no-repeat;
    padding-left: 76px;
    min-height: 66px;
    max-width: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
} 

.confirmacion p{
    color: #808080!important;
}

div.error-confirmacion{
    color: #e42313 !important;
    /*
    background-image: url("/img/error.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-y: center;
    background-size: auto auto; */
}

.error-confirmacion p{
    color: #e42313 !important;
}

#midMenu.navbar-fixed-top {
    margin-top: 0px;
    transition: 0.8s;
    -webkit-transition:  0.8s;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* 
--------------------------------------------- */

@media (max-width : 1250px) {
  #laFundacion {
    position: absolute;
    right: 50px;
    top: 450px;
    text-transform: uppercase;
  }

	.navbar-default .navbar-nav > li > a {
    	padding: 23px 10px;
    }


}

@media (max-width : 1199px) {
	/*Quitamos espacio del menú secundario para no salte de linea*/
	.menuSecundario li {
	 padding-right: 16px;
	 padding-left: 16px;
	}
	
	.leyenda {
		float: right;
		margin-top: 15px;
	}
	
}


@media (max-width : 1024px) {

	/*Quitamos espacio del menú para que no interfiera en el logo*/
	  .carousel-inner.fundacion h3 {
	  font-size: 33px;
	  line-height: 38px;
	}

}

@media (min-width : 992px) and (max-width : 1199px) {
    .x-progress .progress {
        width: 60%;
        }
 
     #testimonialSlider .carousel-inner .item blockquote p {
         font-size : 18px;
         }

    .footer .footer-block {
        padding : 60px 50px;
        }
}



@media (max-width : 992px) {
     .x-features .img-left {
         margin-bottom : 40px;
         margin-top    : 0px;
         }
         
      .client-logo .section-margin {
          margin-bottom : 30px;
          }
          
          
       /* Menú Secundario */
      

      .menuSecundario a {
      	font-size: 12px;
      	font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
      	font-style: normal;
      	font-weight : 500;
      	line-height: 28px;
	  	margin-top: auto;
	  	margin-bottom: auto;
	  	color: #969696;
	  }
	  
	  .menuSecundario ul {
	  	display: table;
	  }
      

      .menuSecundario li {
      	max-width: 125px;
  		height: 56px;
      	padding-right: 12px;
      	padding-left: 12px;
      	-ms-display: flex;
      	display: flex;
      	/* alineacion vertical */
      	align-items: center;
      	/* alineacion horizontal */
      	justify-content: center;
	  }
      
      
       /* fichaProyecto */
      
      .fichaProyecto {
        margin: auto;
        margin-bottom: 45px;
        height: auto;
      }

      #proyectosEspecialesHomenajes .ficha, 
      #proyectosEspecialesObraInvitada .ficha, 
      #proyectosEspecialesExposiciones .ficha, 
      #fundacionHome .ficha,
      .boxActividades,
      .boxActividadesAforos, /*CHB20200528 Nuevo */
      .boxActividades.otrosCursos,
      .rejillaTresCol .ficha {
        height: auto;
      }

      .logo, .logoHome {
	    text-indent: -9897px;
	    background-size: 340px;
	    min-height: 42px;
	    min-width: 380px;
		}
		
		.introduccion {
			padding-right: 15px;
			padding-left: 15px;
		}

        .introduccion.proyectos-especiales{            
            padding-right: 0px;
            padding-left: 0px;
        }
		
		.anchoParrafo {
			max-width: 640px!important;
		}
		
		#patronato ul li {
			padding-left: 15px;
		}
		
		.tituloSeccion h3 {
			text-align: center;
		}
          
}

@media (max-width : 700 px) {
      #proyectosEspecialesHomenajes .ficha, 
      #proyectosEspecialesObraInvitada .ficha, 
      #proyectosEspecialesExposiciones .ficha, 
      #fundacionHome .ficha,
      .boxActividades,
      .boxActividadesAforos, /*CHB20200528 Nuevo */
      .boxActividades.otrosCursos,
      .rejillaTresCol .ficha {
        /* height: auto; */
        height: auto;
        min-height: auto;
      }

}

@media (max-width : 991px) {
      #laFundacion {
        display: none;
      }
      
      #laFundacionMovil {
        display: block;
      }
      
      #laFundacionMovil h2{
      	/*word-break: break-all;*/
      	overflow-wrap: break-word;
      }
      
      .fundacion .carousel-caption h3 {
	  	display: block;
	  	bottom: 100px;
	  }
	  
	  .carousel-caption h3 {
	  	font-size: 36px!important;
	  	line-height: 42px!important;
	  }

      .cabecera-otra-forma-colab h3{
        font-size: 36px;
        line-height: 42px;
        text-align: left!important;
      }
	  
	  .fundacion .carousel-caption p {
	  	display: none;
	  }
	  
	  #fundacionHome .carousel-indicators  {
	  	display: none!important;
	  }
	  
	  .premioBG {
	  	display: none!important;
	  }
	  
	  .premioculto {
	  	display: block!important;
	  }
	  
	  
	.actividadesAmigos, .actividadesGeneral {
	border: none;
	}

	 .inscripciones a.btn-actividades {
	 	padding: 10px 10px;
	 	margin-right: 10px;
	 }

	 .agotadas {
	 	font-size: 10px;
	 }

	 .iconHScroll {
	 	display: block;
	 }
	  
	 .logosPatrocinadores.bordeDerecho {
	 	border: none;
	 }
    .americanFriends {
        width: 450px;
    }

   /* div.boxActividades2Box{
        position: relative;
        bottom: auto;
    }*/


}



@media (max-width : 1045px) {
    .logo, .logoHome {
      background: url(/img/logoColor.png) 40px center no-repeat;
      text-indent: -9897px;
      min-height: 42px;
      min-width: 406px;
      background-size: 340px;
    }
    
    .navbar-brand  {
    	background: url(/img/logoColor.png) 30px center no-repeat;
    	text-indent: -9897px;
    	min-height: 40px;
    	min-width: 400px;
    }

    .navbar-brand img {
    max-height: 39px;

	}
 
    a.navbar-brand.logo, a.navbar-brand.logoHome {
      margin-bottom: 15px;
    }

     a.navbar-brand {
      margin-bottom: 30px;
      margin-left: 10px!important;
    }
    
	.navbar-collapse.collapse {
	        display : none !important;
	 }
	
	.navbar-default {
	 	padding: 10px 0;

	 }
	.navbar-toggle {
		display : block;
		color: red;
	 }
	 
	 span.icon-bar {
	     background-color : #000!important;
	     width: 30px!important;
	     height: 1px!important;
	     margin-bottom: 9px!important;
	     }  
	     
	  nav.navbar.m-menu.navbar-default.navbar-fixed-top {
	  	background-color: #fff;
	  }    


    .hero-slide .carousel-caption h1 {
	    font-size: 40px;
	    line-height: 1;
	    font-weight: bold;
	    color: #ffffff;
	}


	.titularesHome h1 {
	    font-size: 40px;
	    line-height: 1;
	    color: #ffffff;
	}
	
	
	.titularesHome p {
	    font-size: 17px;
	
	}
	
	.btn-rojo {
	
	    font-size: 13px;
	    padding-bottom: 8px;
	    padding-top: 10px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	.titularesHome {
	
	position: relative!important;
	left: 0%!important;
	right: 0%!important;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 20%!important;
	margin-bottom: 20%!important;
	
	}
	
	
	.titularesHome h2 {
	    font-size: 15px;
	}
	
	.img-full {
	
	  display: none;
	
	}
	
a.siguiente {
		display: none;
	}
	
	.moduloHome1 {
	  height: 100%;
	  background: url('/img/home1.jpg');
	  background-size: cover;
	  background-position: 50%;
	
	}
	
	.moduloHome2 {
	  height: 100%;
	  background: url('/img/maja1.jpg');
	  background-size: cover;
	  background-position: 50%;
	
	}
	
	
	.moduloHome3 {
		height: 100%;
	  background: url('/img/infantil1.jpg');
	  background-size: cover;
	  background-position: 50%;
	
	}
	
	
	.moduloHome4 {
	  height: 100%;
	  background: url('/img/barroco.jpg');
	  background-size: cover;
	  background-position: 50%;
	
	}

	.submenuMovil {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}


}



@media screen and (max-width : 768px) {
     .hero-slide {
         margin-top : 0px;
         }
 
     .hero-slide .carousel-caption h1 {
         font-size : 24px;
         }
 
     .hero-slide .carousel-indicators {
         bottom : 20px;
         }
 
     .hero-slide .carousel-caption p {
         font-size : 17px;
         }



    /*custom-padding class*/
    .pl-30 {
        padding-left : 30px;
        }

    .pr-30 {
        padding-right : 30px;
        }
    
    
    /* Tab */
    .tabOne .tab-content{
        border: 1px solid #eee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
        }
      /* Acordeón */
     .x-accordion .panel-group{
         margin-bottom: 50px ;
         }
         
     /*custom-padding class*/
     #testimonialSlider .carousel-indicators {
         bottom : -60px;
         }
     
    .x-services .thumbnail a > img,
    .x-services .thumbnail > img {
        float : left;
        }

    .navbar-default {
        background-color   : transparent;
        padding            : 0px;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition : all .5s ease-in-out;
        -moz-transition    : all .5s ease-in-out;
        transition         : all .5s ease-in-out;
        }

    .sticky-nav.navbar-default {
        background-color : #333333;
        padding          : 15px 0;
        }

    .navbar-right .dropdown-menu {
        right : auto;
        }
     
     .navbar-right .dropdown-menuFundacion {
         right : auto;
         }

    .footer .copyright-section .list-inline > li {
        padding-right : 10px;
        padding-left  : 10px;
        }
        
    .contenedorGlobal {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.actividadesAmigos, .actividadesGeneral {
		border: none;
	}
	
 	.infoAnuario {
 		padding-left: 0px;
 	}
}

@media (max-width : 848px) {

    #laFundacionMovil h2 {
    	font-size: 28px;
    }
    .img-responsive {
       margin: 0 auto;
   }
}

@media (max-width : 767px) {
     .team .thumbnail {
         margin-bottom : 30px;
         }

     .x-services .thumbnail a > img,
     .x-services .thumbnail > img {
         width : 100%;
         }

    .footer .footer-block {
        padding    : 30px 15px;
        min-height : inherit;
        }
             
     
     /* fichaPublicaciones */
     
     
     .fichaPublicaciones {
      max-width: 400px;
      margin: auto;
      height: auto !important;
     }
     
     .publicacionesFicha h2 {
     	text-align: center;
	 	margin-bottom: 20px;
	 }
	
    .carousel-inner.fundacion h3 {
     font-size: 23px;
     line-height: 28px;
     }
     
     /*obraFicha*/
     
	.obraFicha img{
	    min-width: 100%;
	   }


   .x-progress .progress {
         width: 60%;
         }

	.footer-logo a img {
	          max-width:249px;
	   }     


     .amigoRedondo {
      	display: none;
     }
     
     
     
     .amigoRedondoMovil {
         display: block;
         background-color: #e42313;
         width: 104px;
         height: 104px;
         border-radius: 50px;
         margin-top: -50px;
	 	 margin-right: auto;
	 	 line-height: normal;
         padding-top: 26px;
	 	 margin-left: auto;
	 }
     
     .amigoRedondoMovil p {
     	text-align: center;
     	font-size: 22px;
     	color: #fff;
     	font-family: serif;
     }
     
     #home .amigoRedondoMovil {
	 	margin-top: -15px;
	 }
     
     .conlogo {
     
         background:url(/img/logopie.png)no-repeat;
         background-position: bottom right;
     
     }
     
     .footer-widget-section {
     	display: block;
     	width: 300px;
	 	margin-right: auto;
	 	margin-left: auto;
	 }
     
     
    div#accordion.panel-group {
    	margin-bottom: 0;
    }
    #memorias .bordeInferiorUltimo {
    	border-bottom: 1px solid #e5e5e5;
    }
    
   #memorias .bordeInferior {
    	border-bottom:0px!important;
    	margin-bottom: 0px;
    }
    
    /*publicacionesDisponiblesFicha*/
    
    #publicacionesDisponiblesFicha h2 {
    	margin-bottom: 20px;
    	text-align: center;
    	font-size: 16px;
    	line-height: 19px;
    }
    
   .imgFicha {
    	display: none;
    }
    
  .imgOculta {
    	margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
		float: none;
		display: block;
	}
	
	#publicacionesDisponiblesFicha .btn-pedido {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 220px;
	}
	
	.cuadrosInfo {
		margin-bottom: 40px;
	}
	
	.cuadrosInfo div {
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.cuadrosInfo div:first-child {
		padding-top: 0px;
	}
	
	.cuadrosInfo div:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}
	
	.premioBG {
		background: url(/img/premioHeader.png) center bottom no-repeat;
	}
	
	#actividadesAmigos {
		background: none;
	}
	
	.contenedorActividades, .botonesActividades {
		background: url(/img/bg-actividades-amigos.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.inscripciones {
		margin-bottom: 20px;
	}

	.imgProtector {
		display: none;
	}

	.agotadas {
		font-size: 14px;
	}

	.tituloPatrocinadores {
		text-align: center;
	}
}

@media (max-width : 766px) {
    .page-header h1 {
        font-size   : 44px;
        line-height : 44px;
        }

    .page-header .sub-title {
        font-size   : 30px;
        line-height : 30px;
        }
        
     #testimonialSlider .carousel-control.right,
         #testimonial-slider .carousel-control.left {
             display : none;
             }
     
         #testimonialSlider .carousel-inner .item blockquote p {
             margin-bottom : 20px;
             padding       : 0;
             }
     .introduccion .container {
     	padding-right: 15px;
     	padding-left: 15px;
     	margin-bottom: 50px;
     }
     
       /* Menú Secundario */
     
       .containerMenuSecundario {
        border:none;
       }
       
       .menuSecundario ul {
       	display: block!important;
       } 
       	  
       .menuSecundario li {
        float:none;
        margin: auto;
        border-bottom: 1px solid #d8d8d8;
        border-left: 0;
        min-width: 720px;
       	padding-top: 14px;
       	padding-bottom: 14px;
       	display: block;
       	max-width: 100%;
       }
       
       .menuSecundario li:first-child {
        border-bottom: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
       }
       
       .menuSecundario li a {
       	display: block;
       	font-size: 16px;
       }

       
       .submenuMovil {
       	display: block;
       	width: 100%;
       	margin-bottom: 25px;
       }

       .img-responsive {
           margin: 0 auto;
       }

       .ficha .img-responsive {
           width: 100%;
       }


       /*Anuario*/

       .contendorAnuario {
       	display: block;
       	max-width: 600px;
       	margin-right: auto;
       	margin-left: auto;
       }

       .carousel-inner.anuario {
       	padding-top: 0 !important;
       	padding-right: 20px;
       	padding-left: 20px;
       }

       .btnAnual a {
       	width: 75px;
       }



}

@media (max-width : 691px) {
    .agotadas{
        margin-top: 5px;
    }

    

    .textosBox {
        min-height: auto;
    }
}

@media (max-width : 694px) {
	div#laFundacionMovil {
		display: none;
	}
	#laFundacionMovil .contenidoMovil {
		display: block;
	}
	
	#laFundacionMovil .contenido {
		display: none;
	}
	
	#laFundacionMovil .contenidoMovil h2 {
		font-size: 44px;
		display: block;
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.fundacion .carousel-caption {
		left: -80px;
		bottom: 167px;
		width: 300px;
	}

	.fundacion .carousel-caption h3 {

		display: block;
		position: relative;
	}
	
	a.right.carousel-control, a.left.carousel-control {
		display: none;
	}
	
	#menuFundacionMovil {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

	
	.submenuMovil {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

       /*Anuario*/

       .contendorAnuario {
       	display: block;
       	max-width: 600px;
       	margin-right: auto;
       	margin-left: auto;
       }

       .carousel-inner.anuario {
       	padding-top: 0 !important;
       	padding-right: 30px;
       	padding-left: 30px;
       }

       .btnAnual a {
       	width: 70px;
       }

	.carousel-control.anuario {
		display: block!important;
	}

	#identificacion, #registro {
		padding-top: 20px;
	}

    #error-pagina {
        padding-top: 20px;
    }

    #enciclopedia .container {
        padding-right: 0px;
        padding-left: 0px;
    }    
}

@media screen and (max-width : 661px) {

 /*Anuario*/

       .contendorAnuario {
       	display: block;
       	max-width: 550px;
       	margin-right: auto;
       	margin-left: auto;
       }

       .carousel-inner.anuario {
       	padding-top: 0 !important;
       	padding-right: 30px;
       	padding-left: 30px;
       }

       .btnAnual a {
       	width: 60px;
       }

	.carousel-control.anuario {
		display: block!important;
	}

	.lemaBoton {
		top: 300px;
	}

}


@media screen and (max-width : 600px) {
     .tabOne .tab-content{
         margin-top: 30px;
         }
/*Anuario*/

.carousel-inner.anuario {
	padding-top: 0 !important;
	padding-right: 2px;
	padding-left: 2px;
}

.carousel-control.anuario {
	display: block!important;
	margin-top: 20px;
}

.carousel-inner.anuario {
	padding-top: 0 !important;
	padding-left: 50px;
}

.btnAnual a {
	border: 1px solid #d8d8d8;
	width: 25%;
	margin-bottom: 12px;
	margin-right: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
    .americanFriends{
        width: 100%;
    }
}

@media only screen and (max-width : 479px) {
     .x-progress .progress-title {
         width: 70px;
         }
     .x-progress .progress {
         width: 40%;
         }

	a.boton {
		height: 100%;
	}

    .logo, .navbar-brand {
    background: url(/img/logoColor.png) 30px center no-repeat;
    text-indent: -9897px;
    min-height: 42px;
    min-width: 100%;
    background-size: 70%;
	}


	.navbar-brand img {
	    max-height: 27px;
	    margin-top: 7px;
	}


	#entradaFundacion .separado {
	    font-size: 20px;
	    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
	    font-style: normal;
	    font-weight : 300;
	    border-left: 1px solid #333;
	    line-height: 26px;
	    padding-left: 12px;
	    display: inline-block;
	    height: 50px;
	}


       a.navbar-brand {
      margin-bottom: 30px;
      margin-left: -10px!important;
    }
    
    
    .leyenda  .abierto {
    	margin-right: 0px;
    }
    
    .leyenda .exclusivo {
    	margin-top: 12px;
    	margin-left: 0px;
    }

    .masInformacion p{
    	font-size: 13px;
    }

    .lemaLeft {
    	left: 0;
    	width: 100%;
    	text-align: center ;
    }

    h3.lemaLeft {
    	font-size: 40px;
    }

    .tituloModulo h3 {
    	font-size: 30px;
    }

    .menuAnclas {
    	display: none;
    }

   .menuAnclasMovil {
    	display: block!important;
    }
   
    .americanFriends .content.grey {
        padding-top: 24px;
    } 

    #enlacesArtistas {
        padding-right: 22px;
        padding-left: 22px;
    }

    .nota {        
        padding: 28px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
    #testimonialSlider .carousel-inner .item blockquote p {
        font-size     : 13px;
        line-height   : 24px;
        margin-bottom : 20px;
        padding       : 0;
        }
}    
    
@media (min-width : 768px) and (max-width : 991px) {
     #testimonialSlider .carousel-inner .item blockquote p {
         font-size   : 13px;
         line-height : 24px;
         }

    .footer .footer-block {
        padding : 50px 15px;
        }
}



/*++++++++++++++ Cambios +++++++++++++++*/

.imagenCabecera{
    padding: 30px 0 30px 0;
}
.imagenFichaCabecera{
    width: 100%;
}
.boletinContainer{
    text-align: center;
}

#identificacion, #registro {
    padding-top: 60px;
}
@media (min-width : 992px) {
   .actividades .textosBox .botonGris,
   .otrosCursos .botonGris{
        bottom: 20px;
        position: absolute;
        right: 0px;
    }
}
@media (max-width : 992px) {
    .actividades .textosBox .botonGris,
    .otrosCursos .botonGris{
        bottom: auto;
        position: relative;
    }

    .actividades .textosBox{
        padding-bottom: 14px;
    }

    .boxActividades.otrosCursos{
        padding-bottom: 10px;
    }
    .img-responsive {
        margin: 0;
        width: 100%;
   }
}
@media (max-width : 892px) {
    ul.listaDorada li {
        margin-bottom: 10px;
        line-height: 20px;
    }
    #hazteAmigo .acordeon .collapsed .panel-heading{
        padding-top: 14px;
        padding-bottom: 14px;
    }
    
    .acordeon h4.panel-title{
        height: auto;
        line-height: normal;
    }
    #hazteAmigo .acordeon a span.precio{
        margin-right: 0;
        margin-top: 0;
    }
    .col-xs-12.acordeon {
        padding: 0;
}
    .contenedorGlobal {
        padding-right: 10px;
        padding-left: 10px;
    }
    #hazteAmigo .acordeon .panel-heading {
        padding: 0;
    }
    .lemaSlider h3 {
        text-align: center;
    }
    .lemaSlider.tituloEmpresas h3{
        margin-bottom: 0px;
        margin-right: -100px;
    }
    .lemaSlider a.btn-actividades{
        float: none;
        margin-right: 0;
    }    
}

@media (max-width: 694px){
    #identificacion, #registro {
        padding-top: 40px!important;
    }

    #error-pagina {
        padding-top: 50px!important;
    }

    .columnaInterior{
        padding-right: 0%;
        padding-left: 0%;
        margin-right: -15px;
        margin-left: -15px;
     }
}
@media (max-width : 400px) {
    .col-xs-10.boxPrecios{
        width: 100%;
    } 

    .form-control {
     height: 53px;
     padding: 6px 2px 6px 30px;
     font-size: 13px;
     line-height: 24px;
     color: #969595;
     border: 2px solid #F1F1F1;
     border-radius: 0;
     box-shadow: none;
     }

     .tituloModuloForm span {
        padding-right: 10px;
        padding-left: 10px;
     }

     .checkbox label{
        width: 50%;
     }

}

/*+++++++++++FIN CAMBIOS++++++++++++++++++*/


/*CHB20200528 Cambios Aforos*/
.boxActividadesAforos {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 25px;
}

.boxActividadesAforos.otrosCursos {
    height: 640px;
}


.boxActividadesAforos h4 {
    font-size: 14px;
    line-height: 17px;
    color: #e42313;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.boxActividadesAforos h3 {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamMedium';
    font-style: normal;
    font-weight : 500;
    text-align: left;
    margin-bottom: 10;
    margin-top: 6px;
}

.boxActividadesAforos p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Gotham SSm A', 'Gotham SSm B','GothamLight';
    font-style: normal;
    font-weight : 300;
    margin-bottom: 30px;
}

div.actividadTextoAforos {
    display: none;
}

div.boxActividadesBottomAforos {
    position: relative; 
    bottom: 10px;
    width: 85%;
}

@media (max-width: 767px){
   .boxActividadesBottomAforos{
        position: relative!important;
        bottom: auto!important;
        margin-top: 10px;
    }
}

/* CHB20210527 Modificación para la pantalla de amigos donde se solapaba el MHJ */
@media (max-width : 425px) {
    #hazteAmigo .acordeon .collapsed .panel-heading h4{
        width: 75%;
    }
}

@media (max-width : 375px) {
    #hazteAmigo .acordeon .collapsed .panel-heading h4{
        width: 65%;
    }
}