@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	width: 100% !important;
	background-color: #FFF !important;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: 300 !important;
}

a:hover {
	text-decoration: none !important;
}

a:visited {
    color: unset; !important;
}

a, a:active, a:link {
    /*color: unset !important;*/
    text-decoration: none !important;
    color: #333;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder { color: #666 !important; } /* WebKit */
:-moz-placeholder { color: #666 !important; } /* Firefox 18- */
::-moz-placeholder { color: #666 !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666 !important; } /* IE 10+ */

.row {
  width: 100% !important;
}

.logo {
	margin-top: 15px;
}

.logoChico {
  width: 224px;
}

.logoResponsiveImg {
  display: none;
}

.logoRespChico {
  width: 224px !important;
}

header {
	width: 100%;
	min-height: 120px;
	background-color: #FAFAFA;
	border-bottom: 2px solid #496B88;
	padding: 0px 0px 10px 0px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	align-content: flex-end;
	align-items: center;
	position: fixed;
	z-index: 2000;
}

.fixed {position:fixed; top:0; left:0; z-index:300; width:100%; min-height: auto; background-color: rgba(255,255,255,0.9);}
.displayNone {display: none;}

footer {
  width: 100%;
  min-height: 200px;
  background-color: #156084;
  margin-top: 0px;
}

footer.page-footer {
  padding-top: 10px;
  background-color: #4C829C;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #167491;
}

.btnWhatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #496B88;
  font-size: 34px !important;
  font-weight: 400 !important;
  color: #FAFAFA !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 2px 5px 5px 10px;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s;
  z-index: 9000;
}

.btnWhatsapp:hover {
  background-color: #263238;
  cursor: pointer;
  color: #FAFAFA !important;
}

nav {
	width: auto;
  	text-align: center;
}

nav ul {
	margin:0;
	padding: 0;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
}

nav ul li {
	list-style-type: none;
	margin: 0px 25px 0px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #496B88;
	font-size: 14px;
	margin-top:0px;
	padding: 0px;
	transition: all 0.3s;
	
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: center;
}

nav ul li:hover {
	color: #000;
	cursor: pointer;
}

.contentSite {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
}

.titleContacto {
	width: 100%;
	text-align: left;
}


.titleContacto p {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	text-align: left;
	margin-top: 35px;
	text-shadow: 0px 0px 20px #000;
	/*margin: 50px 0px 20px 0px;*/
}

.titleContacto span {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	float: left;
	padding-bottom: 25px;
	text-shadow: 0px 0px 20px #000;
	/*margin: 50px 0px 20px 0px;*/
}

.titleAddress {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.titleAddress h2 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	/*margin: 50px 0px 20px 0px;*/
}

.contentForm {
	width: 100%;
	height: auto;
	padding: 3%;
	background-color: rgba(0,0,0,0.7);
}

.contentTextArea {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.contentTextArea textarea {
	width: 100% !important;
	height: 220px;
	border:0 !important;
	float: left;
	font-size: 18px !important;
	font-weight: 300 !important;;
	color: #FFF !important;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0 !important;
	border: 1px solid #9E9E9E !important;
	background-color: transparent !important;
}

.contentInput button {
	width: 118px;
	height: 43px;
	background-color: rgba(250,250,250,0.8);
	text-align: center;
	color: rgba(0, 0, 0, 1);
	font-size: 20px;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	transition: all 0.3s;
}

.contentInput button:hover {
	background-color: rgba(250,250,250,1);
	cursor: pointer;
}

.contentInput {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.contentForm label {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
}

.contentForm input {
	height: 30px;
	border:0 !important;
	width: 100%;
	float: left;
	font-size: 18px !important;
	font-weight: 300 !important;;
	color: #FFF !important;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0 !important;
	border-bottom: 1px solid #9E9E9E !important;
	background-color: transparent !important;
}

.centerSite {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
}

.form {
	width: 90%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	padding-bottom: 25px;
}

.form video {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

.contentCV {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: nowrap;
  	justify-content: space-around;
  	text-align: center;

  	background-image: url("../images/bgCV1.jpg");
  	background-attachment: fixed;
  	background-position: fixed;
  	background-repeat: no-repeat;
  	background-size: auto 100%;

  	padding: 5%;
}

.div1CV {
	max-width: 33%;
	padding: 0% 4% 4% 4%;
}

.div1CV img {
	max-width: 250px;
}

.div1CV p {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	color: #496B87;
	margin-top: 25px;
}

.contentCV ul {
	width: 100%;
}

.contentCV ul li {
	text-align: left;
	font-size: 14px;
	color: #496B87;
	line-height: 25px;
	font-weight: 300;
	list-style-type: disc !important;
}

.div2CV {
	max-width: 33%;
	padding: 0% 4% 4% 4%;
	border-left: 3px solid #496B87;
}

.titleCV {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: #496B87;
}

.div3CV {
	max-width: 33%;
	padding: 0% 4% 4% 4%;
	border-left: 3px solid #496B87;
}

.contentCV2 {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap !important;
  	justify-content: flex-end;
  	text-align: center;

  	background-image: url("../images/BG2cv2.jpg");
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: auto 100%;

  	padding: 0 5% 0 5%;
  	height: 100vh;
}

.colCenter {
	max-width: 45%;
	padding: 5%;
	height: 100vh;
	background-color: rgba(73, 107, 135, 0.6);
	-webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
	
}

.col1CV2 {
	max-width: 45%;
	padding: 5%;
	height: 100vh;
	background-color: rgba(73, 107, 135, 0.6);
	-webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
	
}

.contentCol1CV {
	width: 100%;
	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.col2CV2 {
	max-width: 45%;
	padding: 5%;
	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: center;}

.titleCV2 {
	width: 100%;
	min-height: 30px;
	font-size: 20px;
	color: #FFF;
	text-align: left;
}

.txtCV2 {
	width: 100%;
}

.txtCV2 ul {
	width: 100%;
}

.txtCV2 ul li {
	width: 100%;
	text-align: justify;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;

}

.contentServices {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap !important;
  	justify-content: center;
  	text-align: center;

  	background-image: url("../images/bgServicios.jpg");
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

  	padding: 0 5% 0 5%;
  	height: 100vh;
}

.titleServices {
	position: absolute;
	left: 5%;
	margin-top: 45px;
}

.titleServices p {
	color: #FFF;
	font-size: 36px;
}

.contentServices .titleCV2 p {
	font-size: 26px !important;
}

.contentServices .txtCV2 ul li {
	font-size: 16px !important;
}

/* SCROLL */
.area {
  height: 500px;
  overflow: auto;
}

.ss-wrapper {
    overflow : hidden;
    height   : 100%;
    position : relative;
    z-index  : 1;
    float: left;
}

.ss-content {
    height          : 100%;
    width           : 100%;
    padding         : 0 32px 0 0;
    position        : relative;
    right           : -18px;
    overflow        : auto;
    -moz-box-sizing : border-box;
    box-sizing      : border-box;
}

.ss-scroll {
  position            : relative;
  background          : rgba(255, 255, 255, 0.7);
  width               : 4px;
  border-radius       : 4px;
  top                 : 0;
  z-index             : 2;
  cursor              : pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-container:hover .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
     user-select: none;
     -o-user-select: none;
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
}

.cvHidde {
	margin-top: -120px;
	width: 100%;
	height: auto;
	float: left;
}

.contactHidde {
	margin-top: -120px;
	width: 100%;
	height: auto;
	float: left;
}

.linkLeftCV {
	position: absolute;
	margin-top: 40vh;
}

.linkLeftCV:hover {
	cursor: pointer;
}

.overlay { 
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	opacity: 0;
	z-index: 800;
  }

  .overlay:target{
	display: block;
	opacity: 1;
  }

#popupBody{
	width: 500px;
	padding: 0;

	background: #FFF;
	position: relative;
	margin: 20% auto;

	transition: all 5s ease-in-out;
}

#cerrar{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	font-weight: 900;
	text-decoration: none;
	color: #496B88;
	transition: all 200ms;
	z-index: 900;
}

.popupContent p {
	color: #496B88;
	font-size: 26px;
	font-weight: 600;
	border: 4px solid #496B88;
	padding: 35px;
}

.popupContent a {
	color: #496B88;
	font-size: 26px;
	font-weight: 600 !important;
}