
/* Fuente suomi hand */
@font-face {
    font-family: SuomiHand;
    src: url("../../amcor/fonts/suomiHansScriptOT/Suomi-Hand.otf");
    }

/* Fuente mas gruesa */
@font-face {
    font-family: AmcorProBold;
    src: url('../../amcor/fonts/amcorProFont/AmcorPro-Bold.ttf');
    }

/* Fuente semi gruesa */
@font-face {
    font-family: AmcorProSemiBold;
    src: url('../../amcor/fonts/amcorProFont/AmcorPro-SemiBold.ttf');
    }


/* Fuente mediana */
@font-face {
    font-family: AmcorProMedium;
    src: url('../../amcor/fonts/amcorProFont/AmcorPro-Medium.ttf');
    }

/* Fuente mas delgada */
@font-face {
    font-family: AmcorProLight;
    src: url('../../amcor/fonts/amcorProFont/AmcorPro-Light.ttf');
    }

.SuomiHand{
    font-family: 'SuomiHand', sans-serif !important;  
}

.AmcorProBold{
    font-family: 'AmcorProBold', sans-serif !important;  
}
.AmcorProSemiBold{
    font-family: 'AmcorProSemiBold', sans-serif !important;  
}
.AmcorProMedium{
    font-family: 'AmcorProMedium', sans-serif !important;  
}
.AmcorProLight{
    font-family: 'AmcorProLight', sans-serif !important;  
}

h2, h3, h4, h5, h6{
    font-family: 'AmcorProBold', sans-serif !important;    
}

.h-errors{
    font-size: 4rem;
}

ul li a{
    font-size: 17px !important; 
    font-family: 'AmcorProBold', sans-serif !important;
}



/* Estilos globales */
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}


.scroller {
  width: 300px;
  height: 100px;
  overflow-y: scroll;
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}


html {

    font-size: 10px;
    box-sizing: border-box;
    
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
    font-family: 'AmcorProLight', sans-serif !important; 
}

p{
    font-size: 1.6rem;
    font-family: 'AmcorProLight', sans-serif !important; 
    
}

.familia-poppins{
    font-family: 'AmcorProLight', sans-serif !important;   
}

/* img{
    width: 100%;
    max-width: 100;
    height:auto;
} */

section{
    /* padding: 5rem 0; */
}


/*Encabezado*/
header{
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.container{
    width: 100%;
    max-width: 98rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

nav{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-family: 'Poppins', sans-serif !important;
}

.nav-brand{
    width: 2rem;
}

.menu-icons i{
    font-size: 3.5rem;
    color: #fafafa;
    cursor: pointer;
}

.close i{
    color: #000000;
    margin-left: 2rem;
}

.nav-list{
    width: 25rem;
    height: 100vh;
    background-color: #9cd6f8;
    position: fixed;
    top: 0;
    right: -26rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    z-index: 1500;
    transition: all 650ms ease-in-out;


}

.nav-list.active{
    right: 0;
}


.nav-item{
    margin: 1.5rem 0;
    margin-left: 1rem;
    font-family: 'Poppins', sans-serif !important;
}

.nav-link{
    font-size: 1.4rem !important;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}
a.nav-link:hover{
   color: white!important;
}

.text-justify{
    text-align: justify !important;
}

/*Hero*/
.hero{
    width: 100%;
    height: 40vh;/*Altura que se ve en grande*/
    /* background: linear-gradient(135deg, rgba(8,88,159,0.3) 0%, rgba(13, 111, 197, 0.3) 100%), url("../../amcor/images/fondos/fondo.jpg") center no-repeat;  */
    background-size: cover;
    position: relative;
}

.hero::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height:4.7rem;
    background: url("../images/wave-small.png") center no-repeat;
    background-size: cover;
}

h1{
    font-family: 'AmcorProLight', sans-serif !important;
    font-size: 2.6rem;

}

.name-title{
    font-family: 'SuomiHand', sans-serif !important;
    font-size: 4rem !important;
    text-transform: none !important;
    color: rgb(0, 0, 0) !important;
}
.desc-doctors{
    text-align: justify !important;
    font-size: 1.6rem;
    font-family: 'AmcorProLight', sans-serif !important;
}
.text-center{
    text-align: center !important;
}
.suomi{
	font-family: SuomiHand, serif !important; 
}

.main-message {
    width: 100%;
    max-width: 50rem;
    color: #fafafa;
    text-transform: uppercase;
    transform: translateY(20%);
  
}

.main-message h3 {
    font-size: 1.6rem;
}
.main-message h1{
    font-family: 'Poppins', sans-serif !important;
    font-size: 4rem;
    margin: 1rem 0;
}

.margin-message p{
    text-transform: lowercase;
}


.btn{
    background-color: #2484f1;
    border: 1px solid #2484f1;
    font-size: 1.3rem;
    border-radius: 2rem;
    color: #fafafa;
    display: inline-block;
    padding: 1rem 2.5rem;
    transition: background-color 650ms
}

.btn:hover{
    background-color: #0e67cc;
    border: 1px solid #0e67cc;
}


.btn-language{
    background-color: #f39120;
    border: 1px solid #f39120;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.4rem;
    border-radius: 3rem;
    color: #fafafa;
    display: inline-block;
    padding: .6rem 2.5rem;
    transition: background-color 650ms
}

.btn-language:hover{
    background-color: #e98411;
    border: 1px solid #e98411;
    color: #fafafa !important;
}
.btn-delete{
    background-color: #0e67cc;
    border: 1px solid #0e67cc;
    font-size: 1.3rem;
    border-radius: 5rem;
    color: #ffffff;
    display: inline-block;
    padding: .2rem 1rem;
    margin: 2px;
    transition: background-color 650ms
}

.btn-delete:hover{
    background-color: #ffffff;
    border: 2px solid #0e67cc;
    color: #000000;
}

.btn-add{
    background-color: #ffffff;
    border: 2px solid #2484f1;
    font-size: 1.3rem;
    border-radius: 5rem;
    color: #000000;
    display: inline-block;
    padding: .2rem 1rem;
    margin: 2px;
    transition: background-color 650ms
}

.btn-add:hover{
    background-color: #0e67cc;
    border: 1px solid #0e67cc;
    color: #ffffff;
}

.experience-outdoors{
    padding: 0;
}

.title-heading{
    text-align: center;
    text-transform: uppercase;
    margin-top:-.5rem;
    margin-bottom:4rem;
    color: rgba(0, 0, 0, .7);
}

.title-heading h3{
    font-size: 1.4rem;
}

.title-heading h1{
    font-family: 'Poppins', sans-serif !important;
    font-size: 2rem;
    margin: .5rem 0 1rem;
}

.title-heading p{
    text-transform: lowercase;
}

.activities-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-gap: 2.5rem;
    border-radius: 20px !important;
   
}

.activities-grid-item{
    height: 29rem;
    padding: 2.2rem;
    color: #fafafa;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    border-radius: 2%;

    
}

.activities-grid-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, rgba(16, 125, 221, 0.9) 0%, rgba(103, 180, 248, 0.9) 100%); 
    z-index: -1;
    border-radius: 2%;
}

.star-gazing{
    background: url("../images/stars.jpg") center no-repeat;
}

.camping{
    background: url("../images/camping.jpg") center no-repeat;
}

.activities-grid-item i{
    font-size: 4rem;
    color: #f39120;
}

.activities-grid-item h1{
    font-family: 'SuomiHand', sans-serif !important;
    font-size: 4rem;
    margin: 2rem 0;
}

.testimonials{
    width: 100%;
    height: 42vh;
    background: linear-gradient(135deg, rgba(8,88,159,0.3) 0%, rgba(13, 111, 197, 0.3) 100%), url("../../amcor/images/fondos/fondo.jpg") center no-repeat fixed; 
    background-size: cover;
    position: relative;
    margin-top:-2rem;
    border:0px !important;

}

.testimonials::before{
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 4.7rem;
    background: url("../images/wave-small-reversed.png") center no-repeat;
    background-size: cover;
    border:0px !important;
}

.testimonial{
    width: 100%;
    color: #fafafa;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.testimonial-text-box{
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.testimonial-text-box i{
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
    color:#eb648c;
    opacity: .5;
    z-index: -1;
}

.testimonial-customer img{
   /* width:11rem;
    height:11rem;
    border-radius: 100%;
    */
    border-radius: 9999px;
    border: 3.5px solid #f39120; /*Color naranja */
}
.text-naranja{
    color: #f39120 !important;
}

.adventure-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-gap: 2.5rem;
    margin-bottom: 2rem;
}

.adventure-grid-item p{
    color: rgba(0, 0, 0, .7);
}

.unlist{
    list-style:none !important;
}

.amcor{
    width: 25rem !important;
}

.cemedi{
    width: 18rem !important;
}

.p-bienestar{
    margin-top:-13px !important;
}



/* Scroll */
/* width */
::-webkit-scrollbar {
	width: 8px;
	}

	/* Track */
	::-webkit-scrollbar-track {
		background: #cacaca;

	}
	
	/* Handle */
	::-webkit-scrollbar-thumb {
	background: #cbe9fa; 
	border-radius:0px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	background:#2484f1; 
	
	}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    gray !important;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    gray !important;
   font-family: 'Poppins', sans-serif;
   font-size:14px;
   
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    gray !important;
   font-family: 'Poppins', sans-serif;
   font-size:14px;
   
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    gray !important;
   font-family: 'Poppins', sans-serif;
   font-size:14px;
   
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    gray !important;
   font-family: 'Poppins', sans-serif;
   font-size:14px;
   
}

::placeholder { /* Most modern browsers support this now. */
   color:    gray !important;
   font-family: 'Poppins', sans-serif;
   font-size:14px;
   
}
	.btn-buscar{
		border-radius:25px !important;
        background: #f1f1f1 !important;
        border:8px inset #c8c9c9  !important;

        width: 105px !important;
        height: 40px !important;
		color:#57b2ab;
		font-weight:bold;
		-webkit-box-shadow: 10px -7px 14px -11px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px -7px 14px -11px rgba(0,0,0,0.75);
		box-shadow: 10px -7px 14px -11px rgba(0,0,0,0.75);
	}
	
	.hr-search{
		margin-top:10px; 
		border:1px solid #57b2ab; 
		background:#57b2ab;
		width:40vmax;
	}
	.nborder{
		border:0px !important;
	}
	.sizepq{
		font-size:14px !important;
	}
	.wborder{
       border-radius: 0px !important; 
    }
    .wborder:focus {
    border-color: #2484f1;
    }
    .text-white{
        color:#ffffff !important;
    }
	.back-primary{
		background:#2484f1 !important;
        color: rgb(255, 255, 255) !important;
	}
	.strong-back{
		background:rgba(8,88,159,0.9) !important;
	}

	.b-radius{
		border-radius:25px !important;
	}
	.strong-color-two{
		color: #008780 !important;
		font-weight: bolder;
		font-size: 18px !important;	
	}
	.comment{
		color: #DF7401 !important;
		font-size: 12px !important;	
	}
	.secondary-color{
		color: #57b2ab !important;
		font-weight: bold;
	}
	.secondary-color-two{
		color: #57b2ab !important;
	}
	.secondary-back{
		background:#2972d1 !important;
		border: 1px solid #2972d1 !important;
	}
	.btn-login{
		width: 45%;
		height: 50px;
		border-radius: 35px;
		border: none;
		background-image: linear-gradient(to right, #44a4e4,#1c53b8, #2972d1);
		background-size: 200%;
		font-size: 1.2rem;
		color: #fff !important;
		cursor: pointer;
		transition: .5s;
		font-size: 1.5rem;
    }
	.btn-login:hover{
		background-position: right !important;
	}
	.location{
		font-size:17px !important;
		color: #008780 !important; 
		font-weight:bold !important;
	}
	.location-2{
		font-size:15px !important;
		color: #57b2ab !important; 
		font-weight:bold !important;
	}
	.location-3{
		font-size:15px !important;
		color: #008780 !important; 
		font-weight:bold !important;
	}
	.img-location{
		width:80px !important;
	}
	.img-location-2{
		width:50px !important;
	}
    .dc-header{
        background: #c5deee !important;
    }
    .dc-btn{
        color: rgb(0, 0, 0) !important;
    }
    .dc-btn:hover{
        color: rgb(255, 255, 255) !important;
    }
	.header-backend{

		background:#c5deee;
	}
    .swal2-content{
        font-size: 1.5em !important; 
    }
    .swal2-styled.swal2-confirm{
        font-size: 1.5em !important;
    }

    .swal2-styled.swal2-cancel{
        font-size: 1.5em !important;
    }
	.text-none{
		text-transform: none !important;

	}
	.text-darkc{
		color:#03443e !important;
	}
	.back-mayor{
		background:#DF7401 !important;/*Color naranja*/
		color: rgb(255, 255, 255) !important;
	}
	.text-mayor{
		color:#03443e !important;
	}
	.text-medio{
		color:#44a4e4 !important;
	}
	.border-medio{
		border:1px solid #57b2ab !important;
	}
	.logo{
		width:400px;
		width:240px; 
		margin-top:-30px;
	}
	.logov1{
		width:400px;
		width:240px; 
		margin-top:-50px;
	}
	.color-icon{
		color: #DF7401 !important;
		font-size:37px;
        
	}
	.imgSeeMore{
		width:15vw !important;
	}
	.page-item{
		background: rgb(255, 255, 255) !important;
	}

	/* Inputs para escribir */

	.wave{
		position: fixed;
		bottom: 0;
		left: 0;
		height: 100%;
		z-index: -1;
	}
    .input-login{
        background:red !important;
    }

	.login-content .input-div{

		display: grid;
		grid-template-columns: 7% 93%;
		margin: 25px 0;
		padding: 5px 0;
		border-bottom: 2px solid #d9d9d9;
	}
	
	.login-content .input-div.one{
		margin-top: 0;
	}
	
	.i{
		color: #d9d9d9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.i i{
		transition: .3s;
	}
	
	.input-div > div{
		position: relative;
		height: 45px;
	}
	
	.input-div > div > h5{
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		color: #999;
		font-size: 18px;
		transition: .3s;
	}
	
	.input-div:before, .input-div:after{
		content: '';
		position: absolute;
		bottom: -2px;
		width: 0%;
		height: 2px;
		background-color: #38d39f;
		transition: .4s;
	}
	
	.input-div:before{
		right: 50%;
	}
	
	.input-div:after{
		left: 50%;
	}
	
	.input-div.focus:before, .input-div.focus:after{
		width: 50%;
	}
	
	.input-div.focus > div > h5{
		top: -5px;
		font-size: 15px;
	}
	
	.input-div.focus > .i > i{
		color: #38d39f;
	}
	
	.input-div > div > input{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: none;
		outline: none;
		background: none;
		padding: 0.5rem 0.7rem;
		font-size: 1.5rem;
		color: #555;
	}
	
	.input-div.pass{
		margin-bottom: 4px;
	}
	
	a{
		display: block;
        font-family: 'Poppins', sans-serif !important; 
		text-decoration: none;
		color: #999;
		font-size: 1.5rem;
		transition: .3s;
	}
	
	a:hover{
		color: #1c53b8;
	}

   /*  .form-login{
        margin-top:-14rem;
    } */

    .dc-btn.btn-login{
        border: 2px solid #44a4e4; 
    }

    footer p {
        font-family: 'AmcorProMedium', sans-serif !important; 
    }

    .card-footer{
        height:7rem !important;
        background:rgba(243, 145, 53, 0.9);
        border-top: 0px !important;
    }
	
	.btn-login-new{
		display: block;
		width: 80%;
		height: 50px;
		border-radius: 35px;
		outline: none;
		border: none;
		/* background-image: linear-gradient(to right, #44a4e4,#1c53b8, #2972d1); */
        background-image: radial-gradient(circle at 50% -20.71%, #68a2c0 0, #0078a1 50%, #005083 100%);
		background-size: 200%;
		font-size: 1.2rem;
		color: #fff;
        margin-left: auto;
        margin-right: auto;
		cursor: pointer;
		transition: .5s;
		font-size: 1.5rem;
	}
	.btn-login-new:hover{
		background-position: right;
	}

    .textarea-cita{
        width: 100% !important; 
        height:120px !important; 
        margin-bottom: 10px !important;
    }
    .text-uppercase{
        text-transform: uppercase !important;
    }

	.menos-top-once-rem{
		margin-top: -11rem;
	}

	.menos-top-cien-trienta{
		margin-top: -10rem;
	}
    .menos-top-ochenta-cinco{
		margin-top:-85px;
	}
    .menos-top-sesenta{
		margin-top:-60px;
	}
    .menos-top-sesenta-cinco{
		margin-top:-65px;
	}

	.menos-top-cincuenta{
		margin-top:-50px;
	}
	.menos-top-cuarenta-cinco{
		margin-top: -45px;
	}

    .menos-top-cuarenta{
		margin-top: -40px ;
	}
    

    .menos-top-treinta-cinco{
		margin-top: -35px !important;
	}

    .menos-top-treinta{
		margin-top: -30px !important;
	}

    .menos-top-veinte-cinco{
		margin-top: -25px;
	}

    .menos-top-quince{
		margin-top: -15px !important;
	}

   .menos-top-diez{
		margin-top: -10px !important;
	}
    .mas-top-cincuenta{
		margin-top: 50px;
	}

    .dc-userlogedin{
        padding: 0px !important;
    }

    .card-custom {
        overflow: hidden;
        min-height: 450px;
        box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
      }
      
      .card-custom-img {
        height: 200px;
        min-height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-color: inherit;
      }
      
      /* First border-left-width setting is a fallback */
      .card-custom-img::after {
        position: absolute;
        content: '';
        top: 161px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-top-width: 40px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 545px;
        border-left-width: calc(575px - 5vw);
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: inherit;
      }
      
      .card-custom-avatar img {
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
        position: absolute;
        top: 100px;
        left: 1.25rem;
        width: 100px;
        height: 100px;
      }

.font-size-thirteen{
    font-size:13px !important;
}
.font-size-fourteen{
    font-size:14px !important;
}

/*Perfiles de las doctoras*/
.card{
  position: relative;
  width: 100%; /* Remove for full width */
  /* height: 650px; Remove for full width */
  margin:30px auto;
  box-shadow: 0 0 30px rgba(114, 113, 113, 0.2);
}
.card-header{
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: top;

}

.card-header-bar{
  position: absolute;
  top:0;
  width: 100%;
  z-index: 1;
  width: 100%;
  background-color: white !important;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0,0,0,0);
  border: none;
  overflow: hidden;
}
.btn-message{
  display: inline-block;
  background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077483/profile-card/images/message.svg) no-repeat;
  width: 19.37px;
  height: 16.99px;
  margin-right:10px;
  margin-top:10px;
  float: right;
}
.btn-menu{
  display: inline-block;
  background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077483/profile-card/images/menu.svg) no-repeat;
  width: 19px;
  height: 12.16px;
  margin-left:10px;
  margin-top:10px;
  float: left;
}

svg .polygon{
  fill: #fff;
}
.card-header-slanted-edge{
  position: absolute;
  bottom: -3px;
  z-index: 1;
  width: 100%;
  right:0;
  left:0;
}

.btn-follow{
  position: absolute;
  top: -15px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: linear-gradient(to left, #2D77C1, #68FAC2);
  border-radius:100%;
  box-shadow: 0 10px 15px rgba(110,221,235, .53);
}

.btn-follow:after{
  content: '';
  position:absolute;
  background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077480/profile-card/images/add.svg) no-repeat;
  width:17px;
  height: 17px;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
}

.card-body{
  text-align:center;
  padding-left: 10px;
}

.name{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
}

.job-title{
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  color: #919191;
}

.bio{
  font-size: 14px;
  color: #7B7B7B;
  font-weight: 300;
  margin: 10px auto;
  line-height: 20px;
}

.social-accounts img{
  width: 15px;
}

.social-accounts a{
  margin-left: 10px;
}
.social-accounts a:first-child{
  margin-left: 0;
}


.stat{
  box-sizing: border-box;
  width: calc(100% / 3);
  float: left;
  text-align: center;
  border-left: 1px solid #EBEBEB;
}
.stat .label{
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  color: #95989A;
}

.stat .value{
  display: block;
  font-weight: 300;
  font-size:1.5rem;
  margin-top: 5px;
}

.pointer{
    cursor: pointer!important;
}




/*Animaciones*/
    
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }


  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 6;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  .double-border-danger{
      border: 2px solid rgb(255, 0, 0) !important;
  }
  .double-border-primary{
    border: 2px solid #44a4e4 !important;
}


    

/*Media queris*/

@media screen and (max-width: 349px){

     .hero{
        height: 19vh;
    } 

    .amcor{
     width: 15rem !important;
     margin-top:-3.2rem !important;
    }

    .main-message{
        transform: translateY(40%);
    }

    .wellbeing{
        margin-top: -30px !important;
        width:130px !important;
    }


    .nutriologa{
     margin-top:25px !important;
    }  

    .testimonials{
        height: 25vh;
        margin-top: 370px !important;
    }

    .register{
        background-color: red !important;
    }

    .stat .value{
        font-size:.8rem !important;

    }
}

@media screen and (max-width: 767px){

    .nutricion{
     margin-top: 20px;
    }
    .stat .value{
        font-size:.7rem;

    }

}

@media screen and (min-width: 350px){

     .hero{
        height: 19vh;
    } 

    .amcor{
     width: 15rem !important;
     margin-top:-3.2rem !important;
    }

    .main-message{
        transform: translateY(40%);
    }

    .wellbeing{
        margin-top: -30px !important;
        width:130px !important;
    }


    .nutriologa{
     margin-top:25px !important;
    }  

    .testimonials{
        height: 25vh;
        margin-top: 370px !important;
    }

    .stat .value{
        font-size:.9rem;

    }

    

}


@media screen and (min-width: 470px){

     .hero{
        height: 25vh;
    } 

    .hero::before{
        height:9.4rem;
        background: url("../images/wave-medium.png");
        background-size: cover;

    }

    .testimonials::before{
        height:9.4rem;
        background: url("../images/wave-medium-reversed.png");
        background-size: cover;
    }

 
    .wellbeing{
        width:130px !important;
    } 

    .amcor{
     width: 15rem !important;
     margin-top:-3.2rem !important;
    }
    .psicologa{
        margin-top:-11px !important;
    }
    .nutriologa{
     margin-top:-5px !important;
    }
    .stat .value{
        font-size:1.4rem;
    }

}


@media screen and (min-width: 574px){ /*max significa que toma estas caracteristicas desde que el minimo de la pantallar*/
     
    .hero{
        height: 25vh;
    } 

    .amcor{
    width: 19rem !important;
    margin-top:-4.7rem !important;
    }

    .wellbeing{

        width:160px !important;
    }
    
}



@media screen and (min-width: 700px){


    header{
        height:8rem;
    }

    .nav-brand{
        width:15rem;
    }

    .nav-list{
        width:initial;
        height: initial;
        background-color: transparent;
        position: initial;
        top: initial;
        right: initial;
        display:flex;
        flex-direction: row;
        transition:initial;
    }

    .menu-icons{
        display:none;
    }

    .nav-item{
        margin: 0 2.5rem;
    }

    .nav-link, 
      .current{
        color:#fafafa;
        position: relative; 
        font-size: 1.3rem;
    }

    .nav-link::before,
    .current::before{
        content:"";
        position: absolute;
        left: 0;
        bottom: -5rem;
        background-color: #f39120;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left top;
        transition: transform 250ms;
    }

    .current::before{
        transform: scaleX(1);
    }

    .nav-link:hover::before{
        transform: scaleX(1);
    }



    .main-message{
        transform: translateY(50%);
    }

    .title-heading h1{
        font-size: 2.5rem;
        
    }

    .wellbeing{
      width:190px !important;
    } 

    .hero{
        height: 40vh;
    } 

    .amcor{
     width: 25rem !important;
     margin-top:-.2rem !important;
    }
    .nutriologa{
        margin-top:5px !important;
    }
     .psicologa{
        margin-top:5px !important;
    }

    .testimonials{
        height: 30vh;
    }

    .stat .value{
        font-size:1.5rem;
    }
    
}



@media screen and (min-width: 950px){
    .hero::before{
        height:22.7rem;
        background: url("../images/wave-large.png");
        background-size: cover;
    }

    .testimonials::before{
        height:22.7rem;
        background: url("../images/wave-large-reversed.png");
        background-size: cover;
    }

    .main-message{
        transform: translateY(30%);
    }

        
    .wellbeing{
        width: 190px !important;
        margin-top: -65px !important;
    }

    .testimonials{
        height: 45vh;
    }
    
}

@media screen and (min-width: 1200px){/*min significa que toma toma estos valores cuando la pantalla sea minimo de 12000px*/
    .hero{
        height:40vh;
    }
    .main-message{
        transform: translateY(30%);
    }

     .wellbeing{
        width: 190px !important;
    }

    .testimonials{
        height: 45vh;
    }

  
}


@media (min-width: 300px) and (max-width: 800px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 300px) and (max-width: 800px) {
  nav {
    padding: 0 0
  }
}
