/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Raleway', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img{
	width: inherit;
}
html {
  scroll-behavior: smooth;
}

/*-- header --*/
.buttons-social span.fa {
    color: #fff;
    width: 35px;
    font-size: 11px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.buttons-social span.fa-facebook:hover {
    background: #3b5998;
    border: 2px solid #3b5998;
    color: #fff;
}
.buttons-social span.fa-twitter:hover {
    background: #1da1f2;
    border: 2px solid #1da1f2;
    color: #fff;
}
.buttons-social span.fa-linkedin:hover {
    background: #0077b5;
    border: 2px solid #0077b5;
    color: #fff;
}
.buttons-social span.fa-youtube:hover {
    background: red;
    border: 2px solid red;
    color: #fff;
}
.buttons-social span.fa-instagram:hover {
    background: #9C007D;
    border: 2px solid #9C007D;
    color: #fff;
}
.buttons-social span.fa:hover {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a.navbar-brand {
    font-size: .8em;
    color: #fff;
    padding: 0;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    position: relative;
}

a.navbar-brand span.fa{
    color: #00bcd1;
}
/*-- //header --*/


/*-- banner --*/

.banner-text {
    padding-top: 17vw;
}
/*-- popup --*/

.overlay {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
    z-index: 9;
}

.popup {
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    position: relative;
    margin: 8em auto;
	padding: 3em 1em;
}
.popup p{
	font-size: 15px;
	color: #666;
	letter-spacing: .5px;
	line-height: 30px;
}
.popup .close {
    position: absolute;
    top: 25px;
    right: 25px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup h2 {
	margin-top: 0;
	color: #fff;

}
.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup .close:hover {
	color: #00bcd1;
}

/*-- //popup --*/

/*-- text Slider --*/


p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.slider-top span {
    font-weight: 600;
}

.home h3 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.15em;
}

.slider-info p {
	color: #fff;
	font-size: 15px;
	width: 70%;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 1em;
	text-transform: none;
}


.slider-info a.btn {
    color: #fff;
    font-size: 15px;
    background: #00bbd1;
    border: 2px solid #00bbd1;
    padding: 11px 35px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	opacity:0.75;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.slider-info a.btn:hover {
	opacity:1;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.slider-info a.btn.btn1 {
    color: #fff;
    font-size: 15px;
    background: #00bbd1;
    border: 2px solid #00bbd1;
    padding: 11px 35px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.slider-info a.btn.btn1{
    border: 2px solid #fff;
    color: #fff;
    background: none;
    font-size: 15px;
    padding: 11px 35px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.slider-info a.btn{
    border: 2px solid #fff;
    color: #fff;
    background: none;
    font-size: 15px;
    padding: 11px 35px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* //text slider */

.bs-slider-overlay1 {
    width: 100%;
    height: 100%;
	background: rgba(0, 76, 34, 0.4);
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
h4.agile-title,h1.agile-title,h2.agile-title {
    letter-spacing: 1px;
    line-height: 1.25em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 3.0em;
    font-weight: 700;
	color: #fff;
}
h5.tag {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
	position: relative;
}

h5.tag span {
	position: absolute;
	width:100px;
	height:1px;
	background: #fff;
	content:"";
	top:47%;
}
/*-- //banner --*/


/*-- banner --*/

.csslider>ul>li,.bs-slider-overlay1 {
    min-height: 780px;
}

.csslider>ul>li:first-child {
    background: url(../images/banner/Banner-Lima-1.jpg) no-repeat center;
    background-size: cover;
}

.csslider>ul>li:nth-child(2) {
    background: url(../images/banner/Banner-Otro-3.jpg) no-repeat center;
    background-size: cover;
}
.csslider>ul>li:nth-child(3){
    background: url(../images/banner/Banner-Lima-3.jpg) no-repeat center;
    background-size: cover;
}
.csslider>ul>li:nth-child(4) {
    background: url(../images/banner/Banner-Madrid-8.jpg) no-repeat center;
    background-size: cover;
}

.csslider>ul>li:nth-child(5) {
    background: url(../images/banner/Banners-web-CSC.jpg) no-repeat center;
    background-size: cover;
}
/*.csslider>ul>li:last-child(5) {
    background: url(../images/banner5.jpg) no-repeat center;
    background-size: cover;
}*/
.csslider>ul.productos-legales>li:first-child {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}
.csslider>ul.publicaciones>li:first-child {
    background: url(../images/banner/Banner-Madrid-2.jpg) no-repeat center;
    background-size: cover;
}

.csslider {
    position: relative;
}

.csslider>input {
    display: none;
}

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%;
}

.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%;
}

.csslider>input:nth-of-type(5):checked~ul li:first-of-type {
    margin-left: -400%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0%;
}

.csslider>ul {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider>.navigation {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider>.navigation>div {
    margin-left: -100%;
}

.csslider>.navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 2px;
    background: none;
    border: 3px solid #fff;
}

.csslider>.navigation label:hover:after {
    opacity: 1;
}

.csslider>.navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: transparent;
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    border: 4px solid #fff;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after
.csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after {
    opacity: 1;
}

.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(3)
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(4)
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(5) {
    display: block;
    left: 0;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(4)
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(5) {
    display: block;
    right: 0;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*#region MODULES */


#slider1 {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .csslider>.navigation {
        bottom: 75px;
    }
}
@media screen and (max-width: 768px) {
    .csslider>ul>li {
        min-height: 486px;
    }
}
@media screen and (max-width:736px) {

    .csslider>.navigation {
        bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .csslider>ul>li {
        min-height: 420px;
    }
}
@media screen and (max-width: 600px) {
    .csslider>ul>li {
        min-height: 385px;
    }
}
@media screen and (max-width: 480px) {
    .csslider>ul>li {
        min-height: 330px;
    }
}
@media screen and (max-width: 384px) {
    .csslider>ul>li {
        min-height: 280px;
    }
}
/* //banner */

/* header */
/* CSS Document */
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 1rem 0;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav {
	margin:0;
	padding: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}

/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
	font-weight: 400;
	text-transform: none;
	color: #fff;
	letter-spacing: 1px;
	font-size: 12px;
	border-bottom: 2px solid transparent;
	position: relative;
	padding: 0.2rem;
	text-transform: uppercase;
}


nav ul li ul li:hover { background: #f8f9fa; }

/* Background color change on Hover */
nav a:hover {
    color: #fff;
    background: transparent;
    border-bottom: 2px solid #fff;
}
.menu li.active  a{
    color: #fff;
    background: transparent;
    border-bottom: 2px solid #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 25px;
    background: #fff;
    padding: 10px;
}
ul.inner-dropdown a:hover {
	color: #333;
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
	width:160px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}





/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {

	#logo {
		display: block;
		padding: 0;
		width: 50%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0px;
	}

	.header-agile{
		float: left;
	}
	nav ul {
		width: 100%;
	}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 4px 18px;
		font-size: 20px;
		text-decoration:none;
		border:none;
		float: right;
		background-color: #0E828A;
		color: #fff;
	}
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 25%;
		padding: 5px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.toggle:hover {
		color:#333;
		background-color: #fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		text-align: center;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 5px 0;
	}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: transparent;
	}

	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;
		color:#FFF;
		font-size:17px;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */

	}
	nav a {
		color: #333;
	}
	nav a:hover {
		color: #333;
	}
	.menu li.active a {
		color: #333;
	}
	nav ul ul li a {
		display: inline-block;
		font-size: 15px;
	}
	ul.inner-dropdown {
		padding-bottom: 0 !important;
		padding-top: 8px !important;
	}
	.boton-idiomas {
		color: #333!important;
		padding: 5px 10px!important;
		display: block!important;
	}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}




/*-- welcome --*/
.welcome {
    background: #043C57;
}
.welcome h3.heading {
    color: #eee;
}
.welcome p {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: none;
}
.welcome a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    background: #00bbd1;
    border: 2px solid #00bbd1;
    padding: 12px 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.welcome a:hover {
    background: transparent;
	color:#8b8e96;
    border: 2px solid #8b8e96;
}
/*-- //welcome --*/

/*-- section --*/
.section_grids p {
    line-height: 30px;
    font-size: 15px;
    color: #888;
    letter-spacing: 1px;
}
.section_grids h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 42px;
    color: #353c4e;
}
.section_grids a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    background: #00bbd1;
    border: 2px solid #00bbd1;
    padding: 12px 30px;
    letter-spacing: 2px;
    margin-top: 10px;
	opacity:0.75;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.section_grids a:hover {
    color: #fff;
    background: #00bbd1;
    border: 2px solid #00bbd1;
	opacity:1;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- //section --*/

/*-- Services --*/
h1.heading,h3.heading {
    font-size: 45px;
    color: #333;
    letter-spacing: 0px;
    font-weight: 600;
}
.service-grids p {
    font-size: 16px;
    line-height: 30px;
    color: #353c4e;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 1em 0;
}
.service-grids a {
    color: #00bbd1;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 5px;
}
.service-grids a:hover{
    color: #353c43;
}
.service-grids h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #353c4e;
    font-size: 23px;
    font-weight: 700;
}
.service-grids span.number {
    font-size: 70px;
    font-weight: 900;
    color: #555;
    opacity: .1;
    position: absolute;
    top: 20%;
}
.service-grids h3 span.fa{
    background: #0e8189;
    color: #fff;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 21px;
    margin-right: 5px;
    transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.service-grids h3 i:hover {
    background: #353c4e;
    transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}

.grid1{
	position: relative;
}
/*-- //Services --*/

/*-- book --*/
.book {
    background: url(../images/banner-fondo.jpg) no-repeat center;
    background-size: cover;
	background-attachment: fixed;
}
.book .layer ,.testimonials .layer{
    background: rgba(0, 0, 0, 0.5);
}
.book h3 {
	font-size: 25px;
	text-transform: none;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}
.book p {
    color: #eee;
    letter-spacing: 1px;
    font-size: 16px;
    width: 70%;
    margin: auto;
    line-height: 30px;
}
.book a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 2px solid #0E828A;
	background: #0E828A;
    padding: 12px 30px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	opacity:0.75;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.book a:hover {
    color: #fff;
    border: 2px solid #00bcd1;
	background: #00bcd1;
	opacity:1;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- //book --*/

/*-- footer --*/
footer {
    background: #0D577A;
}
.copyright {
    background: #074867;
}
.footer_left p {
    font-size: 16px;
    line-height: 28px;
    color: #8b8e96;
    letter-spacing: 1px;
    margin-top: 1.5em;
}
.footer_grids h3 {
    font-size: 23px;
    color: #eee;
    letter-spacing: 1px;
    font-weight: 600;
}
a.footer-logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
	letter-spacing: 1px;
}
a.footer-logo span {
    color: #00bcd1;
}
.footer_right p,.footer_right p a {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: .5em;
    color: #fff;
    letter-spacing: .5px;
}
.footer_right p span.fa {
    color: #fff;
}
.footer_right p a:hover {
    color: #eee;
}
.footer_middle ul li {
    display: inline-block;
    color: #8b8e96;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .5px;
}
.footer_middle ul li span {
    margin-left: 10px;
    font-size: 13px;
}
.footer_middle ul li a {
    text-decoration: underline;
	color: #00bbd1;
}
.footer_middle ul li a:hover {
    text-decoration: none;
	color: #eee;
}
.copyright p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
}
.copyright p  a{
	color: #ccc;
}
.copyright p  a:hover{
	color: #fff;
}
/*-- //footer --*/

/*-- team --*/

.team-right-grid {
    right: 0;
    top: 0;
    width: 29.75%;
}
p.text {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-top: 15px;
    letter-spacing: 1px;
    text-align: center;
}
.carousel-indicators li {
    background-color: transparent;
    height: 10px;
    width: 10px;
	border: 3px solid #fff;
	border-radius:50%;
}

.carousel-indicators .active {
    background: transparent;
	border: 4px solid #fff;
}
.carousel-indicators {
    margin-bottom: 0;
    margin-top: 1em;
    bottom: -30px;
}
.box5 {
    background: #444;
    position: relative;
    overflow: hidden;
}

.box5:after,
.box5:before {
    content: "";
}

.box5 .icon,
.box5 .icon li {
    display: inline-block;
}

.box5:after,
.box5:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00bcd1;
    position: absolute;
    top: -80px;
    left: 15px;
    opacity: 0;
    z-index: 1;
    transition: all .35s ease;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
}

.box5:after {
    top: auto;
    left: auto;
    bottom: -80px;
    right: 15px
}

.box5:hover:after,
.box5:hover:before {
    opacity: .75;
    transform: scale(8);
    transition-delay: .15s
}

.box5 img {
    width: 100%;
    height: auto;
    transition: all .35s ease-out 0s
}

.box5 .icon {
    margin: 0;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    transform: scale(0);
    transition: all .35s ease-out
}

.box5:hover .icon {
    transform: scale(1);
    transition-delay: .15s
}

.box5 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 18px;
    color: #444;
    margin-right: 10px;
    position: relative;
    transition: all .5s ease 0s;
    border-radius: 50%;
    text-align: center;
}

.box5 .icon li a:hover {
    background: #444;
    color: #fff
}

.box5 .box-content {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.box5 .title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 5px;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all .35s ease-out
}

.box5:hover .title {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .15s
}

.box5 .post {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all .35s ease-out
}

.box5:hover .post {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .15s
}

.box6 .title,
.box6 img,
.box6:after {
    transition: all .35s ease 0s
}
/*-- //team --*/

/*-- Latest News --*/

.blog-wthree{
    background: #353c4e;
    background: #f8f9fa;
    background: #00bcd1;
}
.news-blog h4 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 35px;
}
.news-blog {
    background: #353c4e;
    padding: 2em;
}
.news-blog li {
    color: #ccc;
    display: inline-block;
    margin-right: 15px;
    letter-spacing: 2px;
    font-size: 15px;
}
.news-blog li span{
	color: #00bcd1;
}
.news-blog p {
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ccc;
    margin: 1.5em 0;
}
.news-blog ul.icon {
    border-top: 1px solid #999;
    padding-top: 1em;
    margin-top: 1em;
}
.news-blog a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 25px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #fff;
    background: none;
	opacity:0.75;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.news-blog a:hover {
	opacity:1;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.news-blog{
	position: relative;
}
.news-blog h5 {
    background: #fff;
	position: absolute;
    padding: 10px;
    right: 3%;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
	top:0;
    color: #353c4e;
}
.news-blog h5 span{
	display: block;
}
/*-- //Latest News --*/


/*-- // contact --*/
.contact input[type="text"], .contact input[type="email"], .contact select, .contact textarea {
	display: block;
	width: 100%;
	margin-bottom: 22px;
	padding: 12px 20px;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #777;
	background-color: transparent;
	text-transform: none;
	background-image: none;
	border-radius: 5px;
	letter-spacing: 1px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #ccc;
}
.contact textarea {
    height: 120px;
}
.contact button.btn {
    background: #0D577A;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border: 2px solid;
    padding: 12px 30px;
    letter-spacing: 2px;
    margin-top: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}
.contact input[type="submit"]:hover {
    color: #fff;
    background: #00bbd1;
	border: 2px solid #00bbd1;
}
.contact p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1em;
    color: #555;
    letter-spacing: .5px;
}
/*-- // contact --*/


/*-- testimonials --*/
.icon i {
    font-size: 60px;
    margin-bottom: 20px;
    color: #30c39e;
}

.feedback-top p {
    color: #ddd;
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    letter-spacing: 1px;
    float: left;
    width: 90%;
}
.feedback-top span.fa {
    font-size: 20px;
    color: #00bcd1;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.feedback-img {
    width: 15%;
    float: left;
    margin-left: 3em;
}

.feedback-grids {
	margin: 1em 0 0;
}

.feedback-img img {
    width: 100%;
    border-radius: 50%;
}

.feedback-img-info {
    float: left;
    margin-left: 1em;
    margin-top: 1em;
}

.feedback-img-info h5 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
}
.feedback-img-info p {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
    margin-top: .5em;
}
.testimonials{
    background: url(../images/b1.jpg) no-repeat center;
    background-size: cover;
	background-attachment: fixed;
}
/*-- //testimonials --*/

/*-- pricing --*/
.pricing-grid1 {
    border: 1px solid #eee;
	padding: 2em;
    background: #fff;
	position: relative;
    transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}

.pricing-grid1:hover,.pricing-grid1-active {
    background: #00bcd1;
    transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.pricing-grid1 p {
    font-size: 15px;
    line-height: 30px;
    color: #888;
    padding: 5px 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.pricing-grid1  h4 {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #353c4e;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.pricing-grid1 h3 {
    margin: 0;
    background: #00bcd1;
    font-weight: normal;
    color: #eee;
    font-weight: 500;
    padding: 3px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    display: table;
    margin-bottom: 10px;
}
.pricing-grid1 a {
    color: #00bcd1;
    font-size: 15px;
    display: inline-block;
    background: none;
    border: 2px solid;
    padding: 8px 30px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing-grid1 a:hover {
    background: #353c4e;
    border: 2px solid #353c4e !important;
}
.pricing-grid1:hover.pricing-grid1 h3,.pricing-grid1-active h3{
    background: #fff;
}
.pricing-grid1:hover.pricing-grid1 p,.pricing-grid1-active p{
    color: #eee;
}
.pricing-grid1:hover.pricing-grid1 h3,.pricing-grid1-active h3{
	color: #353c4e;
}
.pricing-grid1:hover.pricing-grid1 a,.pricing-grid1-active a {
	color: #fff;
	border:2px solid #fff;
}
/*-- //pricing --*/

/*-- newsletter --*/
h4.newsletter {
	font-size: 35px;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
}
.newsletter p{
    font-size: 15px;
    letter-spacing: 1px;
    color: #eee;
	text-transform: capitalize;
}
.newsletter {
    background: #00bbd1;
}
.newsletter form {
    width: 100%;
    margin: auto;
}

.newsletter input[type="email"] {
    outline: none;
    padding: 16px 16px 16px 20px;
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    width: 70%;
    border: none;
	letter-spacing: 2px;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.newsletter button.btn {
    width: 30%;
    background: #353c4e;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 16px 16px;
    letter-spacing: 2px;
	font-weight: 500;
    float: left;
    cursor: pointer;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.newsletter input[type="submit"]:hover {
    background: rgba(53, 60, 78, 0.88);
}
.newsletter form span {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 10px;
    display: block;
    text-transform: capitalize;
}
.newsletter form span a {
    color: #fff;
}
.newsletter form span a:hover {
    color: #fe5000;
}
/*-- //newsletter --*/

/*-- to-top --*/

a.move-top span {
    color: #8b8e96;
    width: 35px;
    background: #353c4e;
    left: 49%;
    bottom: 18%;
    border-radius: 50%;
    height: 35px;
    border: 1px solid #8b8e96;
    line-height: 1.9em;
}
/*-- //to-top --*/

/*-- Responsive Design --*/
@media(max-width:1440px) {
	h4.agile-title, h1.agile-title, h2.agile-title {
	font-size: 3.4em;
	}
}
@media(max-width:1366px) {
	.csslider>ul>li, .bs-slider-overlay1 {
		min-height: 780px;
	}
}
@media(max-width:1280px) {

}
@media(max-width:1080px) {
	.section_grids h3 {
		font-size: 24px;
	}
	.img img {
		margin-top: 0px;
	}
	.about h4 {
		font-size: 26px;
	}
	.team-grid h4 {
		font-size: 22px;
	}
	.feedback-top h4 {
		letter-spacing: 1px;
		font-size: 21px;
	}
	.location {
		width: 25%;
	}
	.book p {
		width: 80%;
	}
	.pricing-grid1 p {
		padding: 5px;
	}
	h1.heading, h3.heading {
		font-size: 40px;
	}
	.service-grids h3 {
		font-size: 20px;
	}
	.book h3 {
		font-size: 25px;
	}
	.news-blog h4 {
		font-size: 20px;
		line-height: 30px;
		margin-right: 2.5em;
	}
	.pricing-grid1 {
		padding: 2em 1em;
	}
	h4.newsletter {
		font-size: 32px;
	}
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 25px;
	}
}
@media(max-width:1024px) {
	.csslider>ul>li, .bs-slider-overlay1 {
		min-height: 650px;
	}
	.service-grids p {
		font-size: 14.5px;
	}
}
@media(max-width:991px) {
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 25px;
		letter-spacing: 1px;
	}
	.buttons {
		text-align: center;
		position: absolute;
		left: 48%;
		top: 0%;
	}
	.header{
		position: relative;
	}
	.feedback-top i.fas.fa-quote-right {
		font-size: 20px;
	}
}
@media(max-width:800px) {
	.footer_grids h3 {
		font-size: 23px;
	}
	.inner-banner {
		min-height: 215px;
	}
	.banner-text {
		padding-top: 20vw;
	}
	.welcome p {
		font-size: 15px;
	}
	h1.heading, h3.heading {
		font-size: 35px;
	}
	.book h3 {
		font-size: 25px;
	}
}
@media(max-width:736px) {
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 35px;
    letter-spacing: 1px;
	}
	.book p {
		width: 100%;
		font-size: 15px;
	}
	.book h3 {
		font-size: 25px;
	}
	.welcome p {
		font-size: 15px;
	}
	.location {
		width: 40%;
		left: 30%;
	}
	.map iframe {
		height: 300px;
	}
	.slider-info p {
		width: 100%;
	}
	.csslider>ul>li, .bs-slider-overlay1 {
		min-height: 600px;
	}
}
@media(max-width:667px) {
	h1.heading, h3.heading {
		font-size: 35px;
	}
	.csslider>ul>li, .bs-slider-overlay1 {
		min-height: 560px;
	}
	.welcome p {
		font-size: 14px;
		line-height: 20px;
	}
	.welcome a {
		font-size: 14px;
		padding: 10px 30px;
		letter-spacing: 1px;
	}
	.service-grids h3 {
		font-size: 18px;
	}
}
@media(max-width:640px) {
	.book h3 {
		font-size: 20px;
	}
}
@media(max-width:600px) {

}
@media(max-width:568px) {
	.banner-text {
		padding-top: 25vw;
	}
	.pricing-grids {
		margin: 0 5em;
	}
	.pricing-grid1 {
		padding: 2em 2em;
	}
}
@media(max-width:480px) {

	h1.heading, h3.heading {
		font-size: 35px;
	}
	.w3layouts_stats_left p {
		font-size: 2.5em;
	}
	.w3layouts_stats_left h3 {
		font-size: 16px;
	}
	.location {
		width: 50%;
		left: 25%;
	}
	a.navbar-brand {
		font-size: .7em;
	}
	.section_grids h3 {
		font-size: 22px;
		line-height: 35px;
		letter-spacing: 1px;
	}
	.pricing-grids {
		margin: 0 4em;
	}
	.menu .toggle {
		width: 30%;
	}
	h4.newsletter {
		font-size: 28px;
	}
	h5.tag span {
		width: 70px;
	}
}
@media(max-width:414px) {
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 34px;
    letter-spacing: 1px;
	}
	.slider-info a {
		font-size: 14px;
		padding: 10px 30px;
	}
	.banner-text {
		padding: 33vw 0 0;
	}
	.service-grids h3 {
		font-size: 20px;
	}
	.book h3 {
		font-size: 25px;
	}
	.book a,.section_grids a,.welcome a,.booking input[type="submit"] {
		font-size: 14px;
		padding: 10px 25px;
	}
	.section_grids h3 {
		font-size: 22px;
		line-height: 35px;
	}
	.modal-title {
		font-size: 22px !important;
		letter-spacing: 1px;
	}
	.team-grid {
		padding: 0 3em;
	}
	.about h4 {
		font-size: 23px;
		letter-spacing: 0;
	}
	.inner-banner {
		min-height: 180px;
	}
	.feedback-top h4 {
		font-size: 21px;
		line-height: 32px;
	}
	.buttons span.fa {
		width: 32px;
		height: 32px;
		line-height: 30px;
	}
	.buttons {
		left: 52%;
	}
	.toggle {
		padding: 4px 15px;
	}
	.csslider>ul>li, .bs-slider-overlay1 {
		min-height: 590px;
	}
	.csslider>.navigation {
		bottom: 30px;
	}
	.footer_grids h3 {
		font-size: 20px;
	}
	.pricing-grids {
		margin: 0 2em;
	}
	.contact input[type="text"], .contact input[type="email"], .contact select, .contact textarea {
		padding: 10px 20px;
		font-size: 14px;
	}
	.copyright p {
		font-size: 15px;
	}
	.slider-info a.btn.btn1, .slider-info a.btn:hover ,.slider-info a.btn, .slider-info a.btn.btn1:hover{
		font-size: 15px;
		padding: 10px 25px;
	}
	.slider-info p {
		font-size: 14px;
	}
	nav a,.menu .toggle,nav ul ul li a {
		letter-spacing: 1px;
		font-size: 14px;
	}
}
@media(max-width:384px) {
	.about h4 {
		font-size: 21px;
		letter-spacing: 0;
	}
	.about p.top {
		font-size: 14px;
	}
	.w3layouts_stats_left h3 {
		font-size: 14px;
		letter-spacing: .5px;
	}
	a.footer-logo {
		font-size: 29px;
	}
	h1.heading, h3.heading {
		font-size: 30px;
	}
	.menu .toggle {
		width: 40%;
	}
	.service-grids h3 {
		font-size: 18px;
	}
	.service-grids h3 span.fa {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.book h3 {
		font-size: 25px;
	}
	.section_grids h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.pricing-grids {
		margin: 0 0em;
	}
	.buttons span.fa {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.toggle {
		padding: 2px 13px;
	}
	.news-blog {
		padding: 1.5em;
	}
	.news-blog li {
		margin-right: 10px;
		letter-spacing: 0px;
		font-size: 15px;
	}
	.footer_middle ul li,.footer_left p,.footer_right p, .footer_right p a {
		font-size: 14px;
		letter-spacing: 0.8px;
	}
	h5.tag {
		font-size: 12px;
		letter-spacing: 3px;
	}
	h5.tag span {
		width: 50px;
	}
}
@media(max-width:375px) {
	.navbar-light .navbar-brand {
		font-size: 1.8em;
	}
	a.navbar-brand i.fas {
		font-size: 30px;
	}
	.section_grids h3 {
		font-size: 20px;
	}
	.footer_grids h3 {
		font-size: 21px;
	}
	.book h3 {
		font-size: 27px;
	}
	.book p {
		font-size: 14px;
	}
	a.navbar-brand {
		font-size: .65em;
	}
	.book h3 {
		font-size: 22px;
	}
	.section_grids h3 {
		font-size: 19px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 69%, rgba(0,0,0,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	.news-blog h4 {
		font-size: 18px;
		line-height: 29px;
	}
	a.footer-logo {
		font-size: 26px;
	}
}
/*-- //Responsive Design --*/

/*Alex*/

.container-CSC{
	margin-top:20px!important;
	padding-bottom: 15px;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.1);

	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 69%, rgba(0,0,0,0) 99%); /* FF3.6-15
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 99%); /* Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

@media(max-width:667px) {
	.container-csc-banners{
		margin-top:100px!important;
	}
}


.ui-bg-bottom-overlay-banner-home{position:absolute;bottom:0;left:0;width:100%;height:350px;background:rgba(255,255,255,0);background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);background:-o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );}
.fondo-nuevo-csc{
	position:absolute;top:0;left:0;width:100%;height:300px;background:rgba(1, 56, 58, 1);background:-moz-linear-gradient(top, rgba(1, 56, 58, 1) 0%, rgba(0,0,0,0) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));background:-webkit-linear-gradient(top, rgba(1, 56, 58, 1) 0%, rgba(0,0,0,0) 100%);background:-o-linear-gradient(top, rgba(1, 56, 58, 1) 0%, rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top, rgba(1, 56, 58, 1) 0%, rgba(0,0,0,0) 100%);background:linear-gradient(to bottom, rgba(1, 56, 58, 57%) 0%, rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}

.nav_w3ls{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 10px;
}

.capa-oscura{
	background-color: rgba(0,0,0,0.6);
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pt-6 {
  padding-top: 5rem !important;
}

.texto-cita{
	font-size: 2.5em!important;
}

.texto-cita-small{
	font-size: 2.0em!important;
	line-height: 1.35em!important;
}

.texto-cita-mobile{
	font-size: 1.5em!important;
	line-height: 1.35em!important;
}

.texto-cita-mobile-2{
	font-size: 1.3em!important;
  line-height: 1.5em!important;
}

.texto-cita-creditos-mobile{
	font-size: 10px!important;
	line-height: 1.35em!important;
}

.container-csc-banner-mobile{
	margin-top:100px!important;
}

.container-csc-banner-mobile-2{
	margin-top:120px!important;
}


.menu-banner-csc{
	width: 100%;
	height: 100%;
background: rgba(0, 76, 34, 0.4);
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
}

.csslider>ul>li,.menu-banner-csc {
		min-height: 150px;
}


@media(max-width:1366px) {
	.csslider>ul>li,.menu-banner-csc {
	    min-height: 150px;
	}
}

.container-header-sm-csc{
	margin-top: 14px!important;
}

.fondo-small-menu-csc{
	height: auto!important;
}


/*NUEVO PUBLICACIONES BY ALEX*/
.common-heading{padding:0;text-align:center;/*position:relative;*/ㅡz-index:10;}
.common-heading h2{margin-bottom:60px;}
.inner-heading h2{margin-bottom:10px;}
.v-center{align-self:center;align-items:center;}
.text-l{text-align:left!important;}
.common-heading>span{color:#14c9d6;text-transform:uppercase;letter-spacing:.5px;font-size:16px;font-weight:400;margin:0 0 15px 0;display:block;font-family: Raleway,sans-serif;}
.icon-card-{text-align:center;background:#fff;border:1px solid #eaeaea;border-radius:8px;padding:15px;height: 405px;transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);}
.icon-card-:hover{
	transform: scale(1.1);
}
.icon-card- img{width: 230px;
	transform: translateY(20px) scale(1.15);
	  transform-origin: 50% bottom;
	  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);}

.icon-card-:hover img{
	transform: translateY(0) scale(1.2);
}
.icon-card- h4{margin: 20px 0;
color: black;
font-size: 16px;
line-height: 22px;}
h2{font-size:40px;line-height:52px;}
h4{font-size:22px;line-height:32px;}
p{font-size:17px;line-height:28px;font-family: Raleway;}
.pad-tb{padding-top:100px;padding-bottom:100px;}
html .mt30{margin-top:45px;}
.pr25{padding-right:25px!important;}
.bg-gradient5{background:#0D577A;background:-moz-linear-gradient(top,#0D577A 0,#0e8189 100%);background:-webkit-linear-gradient(top,#0D577A 0,#0e8189 100%);background:linear-gradient(to bottom,#0D577A,#0e8189 100%);}

@media only screen and (max-width:991px){
.text-l{text-align:center!important;}
.common-heading h2,.common-heading h4,.common-heading>span{text-align:center;}
.pad-tb{padding-top:80px;padding-bottom:80px;}
}
@media only screen and (max-width:767px){
.pad-tb{padding-top:60px;padding-bottom:60px;}
.pr25{padding-right:0!important;}
}

.pais-libros{
  margin-bottom: 10px;
	COLOR: #096d66;
}

.texto-grande{
	font-size: 33px!important;
}

.icon-card- a{
	display: block;
	overflow: hidden;
	text-align: center;
	color: black;
}

.icon-card- a span{
	display: block;
    background: rgb(13 129 136);
    padding: 0.5rem;
    font-size: 15px;
    margin-top: 1rem;
    color: white;
    border-radius: 10px;
}

@media (hover: hover) {
  .icon-card- a span{
    transform: translateY(100px);
    transition: 0.2s;
  }
	.icon-card-:hover span{
  transform: translateY(0);
  }
 }

/* ARTICULOS CSC */
.articulos-fondo{
	background: url(https://www.toptal.com/designers/subtlepatterns/patterns/gplaypattern.png);
background-attachment: fixed;
box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .2);
}
#cscarticulos{}
.csc-articulos{display:-ms-flexbox;display:flex;max-width:79.875em;padding-right:1.5em;padding-left:1.5em;margin-left:auto;margin-right:auto;padding:0;margin-top:7.5em;margin-bottom:7.5em;position:relative;}
.csc-articulos .articulo{width:35%;}
.csc-articulos .articulo .articles{background-color:#FFF;padding:5.625em;position:relative;width:33vw;min-width:550px;font-size:1.125em;margin:20px 0px 20px 0px;border-radius: 30px;}
.csc-articulos .articulo .title-articulos{font-size:66px;line-height:1.25;font-weight:bold;padding: 85px 0px;color: white;}
.csc-articulos .articulo .summary{margin-bottom:1em;word-break:break-word;}
.csc-articulos .imagen-triangular-csc{width:65%;}
.csc-articulos .imagen-triangular-csc img{display:block;max-width:100%;}
@media screen and (max-width: 47.9375em){
.csc-articulos{display:block;margin-top:3.5em;margin-bottom:3.5em;}
.csc-articulos .articulo{width:100%;padding:1em;margin-bottom:-5em;position:relative;background-color:#FFF;}
.csc-articulos .articulo .title-articulos{font-size:24px;}
.csc-articulos .articulo .summary{word-break:break-word;}
.csc-articulos .articulo .articles{position:relative;min-width:0;width:auto;padding:0;background-color:transparent;}
.csc-articulos .imagen-triangular-csc{width:100%;}
.csc-articulos .imagen-triangular-csc.scroll-animate--animated{width:100%;}
}
.csc-1{padding-top:3.75em;padding-bottom:3.75em;background:none;}
.csc-1.csc-articulos{margin-top:3.75em;margin-bottom:3.75em;}
@media screen and (max-width: 47.9375em){
.csc-1{padding-top:1.875em;padding-bottom:1.875em;}
}
.articulo-cont,.articulo{width:35%;}
.articulo-cont{background-color:#FFF;padding:5.625em;position:absolute;width:50%;min-width:550px;z-index:1;}
.articulo .summary{margin-bottom:1em;color: black;}
.imagen-triangular-csc{width:65%;}
.imagen-triangular-csc img{display:block;max-width:100%;}
.imagen-triangular-csc.scroll-animate{opacity:0;transform:translateX(50%);width:0;transition:opacity 0.8s ease-in-out, transform 0.8s ease-in-out;}
.imagen-triangular-csc.scroll-animate--animated{opacity:1;transform:translateX(0);width: 100%;}
@media screen and (max-width: 47.9375em){
.articulo{width:80%;padding:1em;margin-bottom:-5em;position:relative;z-index:1;background-color:#FFF;}
}
.lnk{position:relative;overflow:hidden;}
.efecto,a{-webkit-transition:1.2s cubic-bezier(.17,.85,.438,.99);-o-transition:1.2s cubic-bezier(.17,.85,.438,.99);transition:1.2s cubic-bezier(.17,.85,.438,.99);}
span.efecto{background:rgba(255,255,255,.2);display:block;position:absolute;top:-10%;right:-130px;width:200px;height:200px;border-radius:100%;}
.lnk:hover span.efecto{top:-10%;right:-80px;}
.boton-nuevo-csc:hover{color:#fff;}
.boton-nuevo-csc{font-size:16px;font-weight:400;;padding:0 32px;line-height:56px;text-align:center;outline:0;color:#fff;background-color:#ff1f8e;border:none;-webkit-border-radius:100px;border-radius:100px;display:inline-block;position:relative;}
html .mt20{margin-top:20px;}
.celeste-boton{background:#0e8189;background:-moz-linear-gradient(left,#0e8189 0,#2196f3 100%);background:-webkit-linear-gradient(left,#0e8189 0,#2196f3 100%);background:linear-gradient(to right,#0e8189 0,#2196f3 100%);}

.slide-in-bck-center{-webkit-animation:slide-in-bck-center .7s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bck-center .7s cubic-bezier(.25,.46,.45,.94) both}

@-webkit-keyframes slide-in-bck-center{0%{-webkit-transform:translateZ(600px);transform:translateZ(600px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes slide-in-bck-center{0%{-webkit-transform:translateZ(600px);transform:translateZ(600px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}


.boton-idiomas{
	color: #fff;
    background-color: transparent;
    border-color: white;
    font-size: 12px;
		    display: inline;
				    margin-left: 20px;
}

.boton-idiomas:hover{
	background-color: #113d3e;
	border-color: transparent;
}

.banderas{
	position: absolute;z-index: 1;left: 91%;top: 25%;
}

.bg-banderas{
	width: 100%;
background-color: #5f5f5f;
text-align: right;
font-size: 0;
}
