body {
    background:#eaf3f9;
}

.container2 {
    width: 90%;
}
/*tipografia*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300i|Roboto');

h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    color: #00497f;
}

p, div{
    font-family: 'Roboto', sans-serif;
    color: #00497f;
    font-size: 13pt;
}

a {
    color: #462e76;
    text-decoration: underline !important;
    -webkit-tap-highlight-color: transparent;
    font-size: 14pt;
}

.style-bg1 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 70% !important;
    padding: 0 !important;
    position: absolute;
    z-index: -1;
}

.m-0{
    margin: 0 !important;
}

.p-0{
    padding: 0 !important;
}

/*inicio nav*/

.class-menu-redessociales{
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 2vh 0;
}

nav {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    width: 50%;
    height: 56px;
    line-height: 56px;
}

nav ul {
    margin: 0;
    width: 100%;
}

nav ul li {
    transition: background-color .3s;
    float: left;
    padding: 0;
    text-align: left;
    width: 50%;
}

nav .nav-wrapper {
    position: relative;
    height: 100%;
    background: none;
    border: none;
    border-top: none;
}

nav ul a {
    transition: background-color .3s;
    font-size: 20pt;
    font-weight: bold;
    color: #98e8ff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none !important;
}

.style-form1{
    margin-top: 2vh;
    height: 1vh;
    border-radius: 100px 0 0 100px;
    background-image: linear-gradient(to right, #42317282, #9f7aa48a);
}

ul#nav-mobile li a.active{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/*fin nav*/

/*nav smartphone*/

.sidebar {
    height: -webkit-fill-available;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #423171cc;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none !important;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }

/*fin nav smartphone*/

.class-redes-sociales a i{
    color: white;
    background: #48c2ff;
    box-shadow: 5px 5px 20px 1px #10202761;
    padding: 1.5vw 1.5vw;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    float: right;
    font-size: 18pt;
}

.header div.mt{
    margin-top: 9vh;
}

.header div h1{
    font-style: italic;
    font-weight: 100;
    color: white;
}

button,
input.btn{
    background: #00c3ff;
    height: auto;
    border: none;
    border-radius: 100px;
    padding: 1vh 4vh;
    color: #fff;
    box-shadow: 5px 5px 20px 1px #10202761;
}

.btn-success{
    background: #8cc63f !important;
}

.btn-warning{
    background: #ff1d25 !important;
}

/*formulario*/
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: navajowhite;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0px 0px 0px -15px;
    padding: 0;
    box-sizing: content-box;
    transition: all 0.3s;
    border-radius: 100px;
    padding: 0vh;
    box-shadow: 5px 5px 20px 1px #10202730;
}

textarea {
    width: 100%;
    height: 3rem;
    box-shadow: 5px 5px 20px 1px #10202730;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    height: 200px;
    margin: 0px 0px 0px -15px;
}

/*formulario fin*/

img.class-divide{
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 99;
}

img.class-divide:first-child{
    margin-top: 0vh;
}

img.class-divide-2{
    position: absolute;
    width: 100%;
    margin-top: -30vh;
    z-index: -1;
}

.class-bg-2{
    background-image: url(../img/img-07.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    margin-top: -34vh;
    margin-bottom: -30vh;
}

.class-bg-2 h2{
    padding-top: 13vh;
}

.class-bg-2 ul{
    padding-top: 18vh;
}

.class-bg-2 ul li div{
    background: #e8f3fa66;
    height: auto;
    border: none;
    border-radius: 100px;
    padding: 1vh 4vh !important;
    color: #fff;
    margin-bottom: 2vh;
    box-shadow: 5px 5px 20px 1px #10202730;
 }

 footer{
    background: #004983;
    padding: 2vh;
 }
/*media for 4k*/
@media only screen and (min-width: 1400px)
{

    nav .nav-wrapper {
        position: relative;
        width: 50%;
        height: 100%;
        background: none;
        border: none;
        border-top: none;
    }

    img.class-divide:first-child{
        margin-top: 27vh;
    }

    .class-redes-sociales a i {
        color: white;
        background: #48c2ff;
        box-shadow: 5px 5px 20px 1px #10202761;
        padding: 0.8vw 0.8vw;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        float: right;
        font-size: 18pt;
    }

    .style-bg1 {
        background-size: cover;
        background-repeat: no-repeat;
        width: 60% !important;
        padding: 0 !important;
        position: absolute;
        z-index: -1;
    }

    .class-bg-2 {
        background-image: url(../img/img-07.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 91vh;
        margin-top: -47vh;
        margin-bottom: -30vh;
    }

    #galeria{
        margin-top: -29vh !important;
    }

    img.class-divide-2{
        display: none;
    }


    
}

.class-bg-2{
	margin-top: -34vh;
}

#galeria{
	margin-top: 15vh !important;
}

/*media for tablet*/
@media only screen and (max-width: 993px)
{

    .style-bg1 {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100% !important;
        padding: 0 !important;
        position: absolute;
        z-index: -1;
    }

    nav ul {
        margin: 0;
        width: 50%;
    }

    .class-redes-sociales{
        width: auto !important;
    }

    .class-redes-sociales a i {
        color: white;
        background: #48c2ff;
        box-shadow: 5px 5px 20px 1px #10202761;
        padding: 2.5vw 2.5vw;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        float: right;
        font-size: 18pt;
    }

    form{
        margin: auto;
        float: left !important;
        width: 100%;
    }

    .class-bg-2 {
        background-image: url(../img/img-07.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin-top: -25vh;
        margin-bottom: -22vh;
    }

    .class-bg-2 h2 {
        padding-top: 25vh;
        color: white !important;
    }

    .class-bg-2 ul {
        padding-top: 5vh;
    }

    img.class-divide-2{
        display: none;
    }
}

/*media for desktop*/
@media only screen and (min-width: 600px)
{

}

.style-sm-display-yes{
    display: none !important;
}

/*media for smartphone*/
@media only screen and (max-width: 600px)
{
    nav ul a {
        transition: background-color .3s;
        font-size: 16pt;
        font-weight: bold;
        color: #98e8ff;
        display: block;
        padding: 0 15px;
        cursor: pointer;
        text-decoration: none !important;
    }

    img.responsive-img{
        max-width: 200px;
        height: auto;
    }

    .class-menu-redessociales nav.col.l8.m8.s12{
        width: 90%;
    }
    .style-sm-display-yes{
        display: block;
    }

    .class-redes-sociales {
        width: auto !important;
        display: none;
    }
 
    .header p{
        color: #00497f !important;
    }

    .header div h1 {
        font-style: italic;
        font-weight: 100;
        font-size: 34pt;
        margin-bottom: 19vh;
        color: white;
    }

    button, input.btn {
        background: #00c3ff;
        height: auto;
        border: none;
        font-size: 14pt;
        border-radius: 100px;
        padding: 1vh 4vh;
        color: #fff;
        box-shadow: 5px 5px 20px 1px #10202761;
    }

    .class-bg-2 {
        background-image: url(../img/img-07.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 167vh;
        margin-top: -25vh;
        margin-bottom: -27vh;
    }

}

section.row.m-0.position-relative{
    margin-top: 15vh !important;
    margin-bottom: 0vh !important;
}

