@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  margin: 0;
   font-family: "Open Sans", sans-serif;
  background-color: #f4f4f4;
}

a {
  color: #fff;
}
p{
	  font-family: "Open Sans", sans-serif;
	font-size: 16px;
	    padding: 0px 30px;
}
h1, h2, h3, h4, h5{
	  font-family: "Open Sans", sans-serif;
}

/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
 
  width: 100%;
  z-index: 3;
	height: auto;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right:none;
  text-decoration: none;
	    background-color: #fff;
	    color: #000 !important;
	font-size: 20px;
}

.header li a:hover,
.header .menu-btn:hover {
      background-color: #0c2959;
    color: #fff !important;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
	  padding-top: 80px;
  }
  .header .menu-icon {
    display: none;
  }
}
.logo-1{
	width: 50%;
}
.flex{
	display: flex;
	justify-content: center;
}
section{
	overflow: hidden;
}
.sec-slide{
	margin-top: -6px;
	    margin-bottom: 80px;
}
.sec-quie{
	
	    margin-bottom: 80px;
}
.quienes{
	   font-family: "Open Sans", sans-serif;
    font-size: 40px;
	color: #39994D;
    font-weight: bold;
	padding-bottom: 20px;
}
.nuestros{
	   font-family: "Open Sans", sans-serif;
    font-size: 40px;
	color: #fff;
    font-weight: bold;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
		
}

.card-1{
	   
   
   padding: 20px;
    color: #fff;
    text-align: center;
	margin-right: 30px;
}
.card-1 p{
	    font-weight: 100;
    line-height: initial;
    padding: 30px;
}
.card-1 h4{
	   font-family: "Open Sans", sans-serif;
	  font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.card-1 img{
	width: 30%;
}
.ser{
	   background-color: #0c2959;
	padding: 40px;
}

/** formulario **/
.form-holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 100vh;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
}

.form-content .form-items {
    border: 3px solid #fff;
    padding: 40px;
    display: inline-block;
    width: 100%;
    min-width: 540px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: #fff;
}

.form-content input[type=text], .form-content input[type=password], .form-content input[type=email], .form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}


.btn-primary{
    background-color: #6C757D;
    outline: none;
    border: 0px;
     box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #495056;
    outline: none !important;
    border: none !important;
     box-shadow: none;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.mv-up{
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback{
    color: #ff606e;
}

.valid-feedback{
   color: #2acc80;
}
.form {
    height: 100%;
    background-color: #0c2959;
    overflow: hidden;
}
footer{
	    background-color: #000;
	height: auto;
	    font-family: "Open Sans", sans-serif;
	    padding: 40px;
	
}
.div-video{
	      padding: 0px 0px 100px 0px;
}
.dian {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    color: #0c2959;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.viasus{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.franja{
	background-color: #0c2959;
}
.padd-l{
	    padding: 80px;
}
/**footer**/
.menu{
	color: #fff;
	    font-family: "Open Sans", sans-serif;
    font-size: 16px;
	font-weight: bold;
}
li{
	list-style: none;
	color: #fff;
	
	
}
li a{
	text-decoration: none;
	color: #fff;
	
}
ul{
	padding-left: 0px !important;
}
.menu-p{
	color: #fff;
}
.card-nosotros{
	background-color: #0c2959;
    border-radius: 30px;
	    padding: 50px;
    color: #fff;
    text-align: center;
    margin-right: 30px;
	    margin-bottom: 30px;
}
.n {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    color: #0c2959;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.n-sec{
	margin-bottom: 80px;
}
.padd-somos{
	    padding: 0px 30px;
}
.img-ser{border-radius: 30px;}

@media (max-width: 768px)

{
	.flex{
		display: block;
	}
	.logo-1 {
    width: 8%;
    display: none;
}
	.header li a {
    display: block;
    padding: 10px 20px;
    border-right: none;
    text-decoration: none;
    background-color: #fff;
    color: #000 !important;
    font-size: 14px;
}
	p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 20px;
}
	.nuestros {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
	.dian {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    color: #0c2959;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
	.ser-2 {
    background-color: #0c2959;
    padding: 80px 20px;
}

}




.ser-2 {
    background-color: #0c2959;
    padding: 80px 0px;
}
.trad{
	    color: #fff;
    text-align: center;
    padding-top: 10px;
}