/*--------------------------------------------------------------------- File Name:prueba-style-corazon.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


* {
     box-sizing: border-box !important;
}

.container2 {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #291108;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     background-color: #DDCBA4;
}

a {
     color: #b29056;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0px;
     font-weight: normal;
     line-height: normal;
     color: #C29337;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: 'Poppins', sans-serif;
}



h3 {
     font-size: 23px;
     letter-spacing: 2px;
     font-family: 'Poppins', sans-serif;
     padding: 15px 0px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #b29056;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

/*--
p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}
--*/
a {
     color: #b29056;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #b29056;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}



.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/
/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

/*---------------------------- ends preloader area ----------------------------*/


/*=============== header ======================*/
.header {
    width: 100%;
    height: 100px;
    padding: 20px 20px;
    background-color: #DDCBA4;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.logo {
     display:flex;
     flex-direction:column;
     justify-content:center;
     font-weight: 700; 
     font-size:14px;
}

.logo a img{
     flex-direction:column;
     align-items: center;
     justify-content:center;
}

.header2{
    text-align: center;
    background-color: #412818;
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px;
    box-sizing: border-box;
}

/*=============== end header ======================*/



/**-- start carousel --**/

.carousel-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.logo-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.carousel {
    display: flex;
    width: 500%; /* 5 slides in a row */
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

.carousel-item h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E57200;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    z-index: 2;
}

.carousel-item h4 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E57200;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    z-index: 2;
}

.carousel-item img {
    width: 100%;
}

.arrow {
    position: absolute;
    top: 50%;
    font-size: 24px;
    background: none;
    color: #E57200;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

/**-- end carousel --**/

/*============= valores section ================*/

.valores {
     margin-top: 0px;
     padding: 20px 30px 20px 30px;
     border-style: solid;
     border-width: 0;
     background-clip: border-box;
     border-color: #E57200;
     border-top-width: 15px;
     background: url(../images/costal-textura.png);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
}

.valores .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.valores .titlepage span {
     padding: 10px 20px 60px 0px;
     font-weight: 500;
}

.valores_img {
     margin-right: -38px;
     padding-left: 50px;
}

.valores_img figure {
     margin: 0;
}

.valores_img figure img {
     width: 100%;
}

.valores h2 {
    text-align: center;
}

.container-valores {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;

}

.cuatro-valores{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 10px;
}

.ctro-valores{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    text-align: center;
}


/*============ ends valores section ==================*/

/*============= about-corazon section ================*/

.titlepage2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-corazon {
    background-color:#E7DBC5;
    margin-top: 0px;
    padding: 40px 60px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #E57200;
    border-top-width: 15px;
}


.about-corazon_img {
     margin-right: 0px;
     padding-left: 0px;
}

.about-corazon_img figure {
     margin: 0;
     display:flex;
     justify-content:center;
}

.about-corazon_img figure img {
     width: 100%;
     padding-bottom: 30px;
}

/*============= ends about-corazon section ================== */

/*============== sociales section ==============*/
.sociales {
     background-color:#ffebc1;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 40px 60px;
     border-style: solid;
     border-width: 0;
     background-clip: border-box;
     border-color: #E57200;
     border-top-width: 15px;
}

.sociales .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.sociales .titlepage span {
     padding-bottom: 5px;
     padding-top: 10px;
     font-weight: 500;
     font-size: 1.3rem;
}

.sociales_img {
     margin-right: 0px;
     padding-left: 0px;
     padding-top: 30px;
}

.sociales_img figure {
     margin: 0;
}

.sociales_img figure img {
     width: 100%;
}

/*============== end sociales section ==============*/

/*============== culturales section ==============*/
.culturales {
     background-color:#ffebc1;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 40px;
}

.culturales .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.culturales .titlepage span {
     padding-bottom: 5px;
     padding-top: 10px;
     font-weight: 500;
     font-size: 1.3rem;
}

.culturales_img {
     margin-right: 0px;
     padding-left: 0px;
     padding-top: 30px;
}

.culturales_img figure {
     margin: 0;
}

.culturales_img figure img {
     width: 100%;
}

.col-md-7 a {
    font-size: 20px;
    color: rgb(229, 114, 0);
    width: 100%;
    max-width: 250px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 700;
}

.col-md-7 a:hover {
   color: brown; 
}

/*============== sustentables section ==============*/

.sustentables {
     background-color:#ffebc1;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 40px;
}

.sustentables .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.sustentables .titlepage span {
     padding-bottom: 5px;
     font-weight: 500;
     font-size: 1.3rem;
}

.sustentables_img {
     margin-right: 0px;
     padding-left: 0px;
     padding-top: 30px;
}

.sustentables_img figure {
     margin: 0;
}

.sustentables_img figure img {
     width: 100%;
}

/*============= tagline section ================*/

.tagline {
     background-color: #E57200;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 10px 0;
}

.tagline .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.tagline .titlepage span {
     padding: 10px 20px 60px 0px;
     font-weight: 500;
}

.tagline_img {
     margin-right: -38px;
     padding-left: 50px;
}

.tagline_img figure {
     margin: 0;
}

.tagline_img figure img {
     width: 100%;
}

.tagline h2 {
    text-align: center;
}

.container-tagline {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;

}

/*============ ends tagline section ==================*/

/*============= sign up section ================*/

.signup {
     display:flex;
     flex-direction: column;
     align-items:center;
     background-color: #F8F0DE;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 90px 60px;
}

.signup .titlepage {
     text-align: center;
     padding-bottom: 0;
}

.signup .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}

.questions {
    display: flex;
    flex-direction: column;
    margin: 20px 30px;
    align-content: center;
    align-items: center;
    font-size: 18px;
}

label {
    font-size: 17px;
    font-weight: 600;
    color:#4E3629;
}

input[type=submit] {
    display: flex;
    font-size: 17px;
    background-color: rgb(229, 114, 0);
    color: #f2e4c3;
    padding: 6px 0px;
    width: 100%;
    max-width: 157px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 55px;
    height: 43px;
    border: none;
}

input[type=submit]:hover {
     background: #CC6600;
     color: #fff;
     transition: ease-in all 0.5s;
}

input {
    ont-size: 15px;
    color: gray;
    width: 90%;
    text-align: left;
    display: inline-block;
    font-weight: 500;
}

.container-signup {
     max-width: 1170px;
}


/*============ ends sign up section ==================*/

/*============== footer-web ================*/

footer {
  display: flex;
  flex-wrap: wrap;
  background:#DDCBA4;
  color: #412818;
  padding: 30px;
  justify-content: space-evenly;
}

footer a {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  text-decoration: none;
  color:#E57200;
  font-weight: 600;
}

footer a:hover {
  opacity: 100;
  color:#412818;
  opacity: .8;
}

footer #left-footer {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo ul {
    display: flex; 
    flex-direction: column; 
    align-items: center;
    padding-left: 20px;
}

footer #left-footer-logo li {
    text-align: center;
    font-size: 2em;
}

footer #left-footer h3 {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  color: #412818;
  font-weight: 700;
  padding: 20px;
}

footer #left-footer ul {
  padding: 20px;
  list-style: none;
  line-height: 1.5;
}


#social-media-footer ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    font-size: 25px;
}

#social-media-footer li {
    padding: 0px 20px 10px 0px;
}


.bottom-footer{
font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
background-color: #4E3629;
height: 20%;
width: 100%;
padding: 25px;
text-align: center;
}

/*============== ends footer-web ================*/


/***********************************************************************************/


/*======================================
                 Media Query
=========================================*/


/* ============== Mobile ============== */


@media screen and (max-width: 320px) {
    .carousel {
        width: 100%;
    }
    
    .carousel-container {
    padding-top: 100px;
    }
    
    .carousel-item h1 {
        font-size: 2.5rem;
    }
    
    .cuatro-valores {
      flex-wrap: wrap;

    }
    
    .valores {
        background: url(../images/costal-textura-vertical.png);
        background-size: 100% auto;
    }
}

@media screen and (min-width: 321px) and (max-width: 768px) {
    .carousel {
        width: 100%;
    }
    
    .carousel-container {
    padding-top: 100px;
    }
    
    .carousel-item h1 {
        font-size: 2.5rem;
    }
    
    .cuatro-valores {
      flex-wrap: wrap;
      padding: 10px 0px;
      justify-content: center;
    }
    
    .valores {
        background: url(../images/costal-textura-vertical.png);
        background-size: 100% auto;
    }

}

/* ============== Tablet ============== */

@media screen and (min-width: 769px) and (max-width: 991px) {
    .carousel {
        width: 100%;
    }
    
    .carousel-container {
    padding-top: 100px;
    }
    
     .cuatro-valores {
      flex-wrap: wrap;
      padding: 10px 150px;
      justify-content: center;
    }
    
    .about-corazon_img figure img {
        width: 100%; 
        height: auto;
    }
    
    .valores {
        background: url(../images/costal-textura-vertical.png);
        background-size: 100% auto;
    }
    
}

@media screen and (min-width: 1024px) and (max-width: 1366px)  {
    .carousel {
        width: 100%;
    }
    
    .carousel-container {
    padding-top: 100px;
    }
    
    .about-corazon_img figure img {
        width: 100%; 
        height: auto;
    }
    
}

/*============== Laptop ==============*/

@media screen and (min-width: 1367px) and (max-width: 1400px)  {
    .carousel {
        width: 100%;
    }
    
    .carousel-container {
    padding-top: 100px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1656px) {
     .carousel {
        width: 100%;
    } 
    
    .carousel-container {
    padding-top: 100px;
    }

}

/*============== Desktop ==============*/

@media screen and (min-width: 1657px) and (max-width: 2143px) {
     .carousel {
        width: 100%;
    }
    
    .carousel-container {
    padding-top: 100px;
    }

}

@media screen and (min-width: 2144px){
     .carousel {
        width: 100%;
    }
    
    .carousel-container {
    padding-top: 100px;
    }
}

/***********************************************************************************/


/** end page css **/
