@import url(https://fonts.googleapis.com/css?family=Montez);
@import url(https://fonts.googleapis.com/css?family=Montserrat:500);
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1#title { 
    font-family: 'Montez', cursive;
    font-size: 9em; 
}

h1#title2 { 
    font-family: 'Montez', cursive;
    font-size: 7em; 
    color: #280189 !important;
    text-shadow: #8BC44A 1px 5px 2px;
}

h3.secntitle{
   text-shadow: #280189 1px -2px 2px;
}

h3.subtitulo{
    font-family: 'Montserrat';
    font-size: 2em;
    color: #FFF !important;
}

.gradiente1{
    background: rgb(40,1,137);
    background: linear-gradient(90deg, rgba(40,1,137,1) 0%, rgba(255,0,106,1) 100%);
}

.gradiente2{
    background: rgb(92,214,173);
    background: linear-gradient(90deg, rgba(92,214,173,1) 0%, rgba(40,1,137,1) 100%);
}

.gradiente3{
    background: rgb(92,214,173);
    background: linear-gradient(325deg, rgba(92,214,173,1) 0%, rgba(40,1,137,1) 50%, rgba(255,0,106,1) 100%);
}

.gradiente32{
    background: rgb(137,1,137);
    background: linear-gradient(180deg, rgba(137,1,137,.3) 0%, rgba(40,1,137,.3) 50%, rgba(92,214,173,.3) 100%);
}

.gradiente33{
    background: rgb(137,1,137);
    background: linear-gradient(0deg, rgba(137,1,137,.3) 0%, rgba(40,1,137,.3) 50%, rgba(92,214,173,.3) 100%);
}


h4#nombre{ 
    font-family: 'Montserrat', cursive;
    font-size: 4.5em;
    color: #3B253F;
    padding-top: .4em;
    padding-bottom: .25em; 
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
}

.btn-light {
    border-radius: 0;
    color: rgb(180,14,14);
    background-color: rgba(200,200,200,.2);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgb(180,14,14);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
    padding-top: 0px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: rgba(5,5,5,.9);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 1.5em;
    margin-top: 1em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(155,100,255,0.2);
    font-size: 1.6em;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
    font-size: 1.1em;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
    font-size: 1.1em !important;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/cubo.gif) repeat center center scroll;
}
h1, h3{
    color: #FFF !important;
    -webkit-text-shadow: black 0.1em 0.1em 0.2em;
    -moz-text-shadow: black 0.1em 0.1em 0.2em;
    text-shadow: black 0.1em 0.1em 0.2em;
}
/* About */

.about {
    padding: 50px 0;
    background: url(../img/movement.gif) repeat center center scroll;
}

.about22 {
    padding: 50px 0;
    background: url(../img/movement2.gif) repeat center center scroll;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/cubes.gif) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callout2 {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/points.gif) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
/*News */
.divloco {
   transition: all 2s ease-in-out;
}

.divloco:hover, div.hover_effect {
    transform: rotate(540deg) scale(-.7,-.7);
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    margin-top: 3.5em;
    padding: 2.1em 0 1.5em;
    background: url(../img/lines.gif) repeat center center scroll;
    font-size: 1.8em;
    font-weight: bold;
    color: #FFF;
    text-shadow: 3px 3px .8px #3B253F;
}
.imogen{
    border-radius: 50%;
}

p .service-item{
    font-size: 14px;
}



.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #aaa;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.7em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #aaa;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #aaa;
}
.btn-send {
  color: #fff;
  background-color: #3B253F;
  border-color: #25253F;
}
.btn-send:hover,
.btn-send:focus,
.btn-send.focus,
.btn-send:active,
.btn-send.active,
.open > .dropdown-toggle.btn-send {
  color: #25253F;
  background-color: #FFF;
  border-color: #25253F;
  box-shadow: .1em .1em .1em #3B253F;
}
.btn-send:active,
.btn-send.active,
.open > .dropdown-toggle.btn-send {
  background-image: none;
}
.btn-send.disabled,
.btn-send[disabled],
fieldset[disabled] .btn-send,
.btn-send.disabled:hover,
.btn-send[disabled]:hover,
fieldset[disabled] .btn-send:hover,
.btn-send.disabled:focus,
.btn-send[disabled]:focus,
fieldset[disabled] .btn-send:focus,
.btn-send.disabled.focus,
.btn-send[disabled].focus,
fieldset[disabled] .btn-send.focus,
.btn-send.disabled:active,
.btn-send[disabled]:active,
fieldset[disabled] .btn-send:active,
.btn-send.disabled.active,
.btn-send[disabled].active,
fieldset[disabled] .btn-send.active {
  background-color: #3B253F;
  border-color: #25253F;
}
.btn-send .badge {
  color: #25253F;
  background-color: #fff;
}
#ico{
    padding-top: 2em;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-style: groove;
    border-width: 1px;
    border-radius: 50%;
    color: #000;
}
div#ico:hover{
    background: linear-gradient(#3b5998, #6d84b4);
    color: #FFF;
}
#ico2{
    padding-top: 2em;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-style: groove;
    border-width: 1px;
    border-radius: 50%;
    color: #000;
}
div#ico2:hover{
    background: linear-gradient(#00aced, #1dcaff);
    color: #FFF;
}
#ico3{
    padding-top: 2em;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-style: groove;
    border-width: .2em;
    border-radius: 50%;
    color: #000;
}
div#ico3:hover{
    background: linear-gradient(#8a3ab9, #cd486b, #cd486b, #fbad50, #fccc63);
    color: #FFF;
}

#ico4{
    padding-top: 2.5em;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-style: groove;
    border-width: .2em;
    border-radius: 50%;
    color: #000;
}
div#ico4:hover{
    background: linear-gradient(#075e54, #128c7e);
    color: #FFF;
}

.big-text{
    font-size: 1.2em;
}

.aboutme{
    font-size: 1.1em;
    padding: 50px 0;
}

.skills p{
    font-size: 1.1em;
}

.mtop{
    margin-top: 3em;
    text-align: justify;
}

.pbig{
    font-size: 1.5em;
}

.pmiddle{
    font-size: 1.2em;
    color: #220422
}

.subtle{
    font-size: 1.7em;
}

.card {
    width: 100%;
    position: relative;
    display: inline-block;
}
.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.card:hover .img-top {
    display: inline;
}

.card img {
    max-width: 100%;
    border-radius: 40px 40px 15px 40px; 
}

.texta {
  background-color: #3B253F;
  color: white;
  font-size: 28px;
  font-family: 'Montez', cursive;
  padding: 64px 32px;
  border-radius: 50%;
}

.textaboutme{
    margin-top: 30px;
}

.finite {
  color: #3b253f;
  font-size: 3.5em;
  font-family: 'Satisfy', cursive;
  margin-bottom: -50px;
}

.fear:hover {  
   opacity: 1 #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(71, 0, 128, 0.9);
  -moz-box-shadow: 0px 0px 20px rgba(71, 0, 128, 0.9);
  box-shadow: 0px 0px 20px rgba(71, 0, 128, 0.9);
  margin-top: .5em; 
}

.imogen:hover {
 -webkit-transform: rotate(-15deg);
 -moz-transform: rotate(-15deg);
 -o-transform: rotate(-15deg);
}

.container_box{
    background-color: #78c143;
    width: 28vw;
    height: fit-content;
}

.port_container{
    text-align: center;
    padding: 2em 5vw;
}

.btn-portweb{
    border-radius:42px;
    cursor:pointer;
    font-size:17px;
    padding:15px 25px;
    text-decoration:none;
    background: linear-gradient(137deg, rgba(9,144,0,1) 0%, rgba(51,0,129,1) 50%, rgba(0,157,255,1) 100%);
    color: #FFF !important;
}

.btnweb{
    margin-top: -170px;
}

.webimg{
    max-width: 100%;
}

.parrafo{
    padding: 0px 150px;
    color: #181215;
}

.frame{
    width: 90%;
    color: #00000001;
}

.framebtn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 30%;
    opacity: 50%;
}

.frame:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.frame:hover{
    opacity: 50%;
    color: #000;
}


div#frame1{
    background-image: url(imgs/VOI_BANNER.png);
}

#frame2{
    background-image: url("VOI_BANNER.png");
}




@media(max-width: 991px) {
    .container_box{
        width: 45vw;
    }

    .port_container{
        padding: 5em 3vw;
    }

    .parrafo{
    padding: 0px 80px;
    }

    .textaboutme{
    padding-right: 0px;
    }  

    .resptitle{
    text-align: center;
 }

}

@media(max-width: 768px) {

.btnweb{
    margin-top: -150px;
}

.parrafo{
    padding: 0px 40px;
}

.textaboutme{
    padding-right: 0px;
}

// .card{
    align-self: center;
 }

 .resptitle{
    text-align: center;
 }

}


