/*Responsive coteky*/
/*@media screen and (min-width: 1300px) {
	html {
	    display: block;
	   /* width: 1180px;
	    width: 1300px;
	    margin: 0 auto;
	}
}*/


@media screen and (max-width: 1300px) {
	
	#header_father {
		width: 100%;
	}

	.cuerpo {
    	width: 100%;
	}

	.nav_abajo {
		width: 100%;
	}

	.titulo_adaptativo {
		width: 100%;
	}

	.cookie {
		width: 100%!important;
		left: 0px;
	}
}

@media screen and (max-width: 1200px) {

	.li_class_space {
		width: 100px;
	}
}

@media screen and (max-width: 1100px) {
	
	#nav {
		display: none;
	}

	.back-to-top {
	    right: 5px;
	    top: 5px;
	    width: 45px;
    	height: 45px;
    	animation: none;
	}

	.titulo_adaptativo{
		z-index: 200;
		width: 180px;
    	right: 68px;
    	top: 15px;
	}

	.img_hada1,
	.img_hada2,
	.img_mariposa1,
	.img_mariposa2,
	.img_mariposa3,
	.img_mariposa4,
	.img_mariposa5,
	.img_mariposa6
	{
		display: none;
	}

	.resp_770 {
		flex: none!important;
    	max-width: 100%!important;
	}

	.div1,
	.div2 {
		width: 100%!important;
	    display: block!important;
	    border-right: none!important;
	    padding-right: 30px!important;
	    vertical-align: top!important;
	    padding-left: 30px!important;
	}

	.menu_web_responsive {
		display: block;
	}

	.li_responsive {
		text-decoration: none;
	    list-style: none;
	    /*background: #9b2322;*/
	    border-bottom: solid 2px #808285;
	    /*border: solid 2px #808285;*/
	    padding: 10px;
	    /* width: 100%;*/
    }

    .item_menu_responsive {
    	color: #fff;
    }

	.menu_down_die {
		top: 58px;
	    position: fixed;
	    z-index: 999;
	    width: 100%;
	    background: #3d1039!important;
	    transition: all 0s;
	}

	.navbar {
	    background: #3f0d3a!important;
	    width: 100%;
	    color: white;
	    border-bottom: solid 3px #808285;
	    position: relative;
    	z-index: 99;
    	position: fixed!important;
    	top: 0!important;
	}

	#logo {
		padding-top: 64px;
	}

	#header {
		height: 429px;
	}

	.pl-116-left {
	    text-align: center;
	    padding-top: 51px;
	    padding-left: 0px;
	}
}


@media screen and (max-width: 600px) {
	#Slider_principal_angelhadas {
		width: 100%!important;
	}

	.section {
    	display: block;
    	padding-top: 30px!important;
	}

}


@media screen and (max-width: 537px) {
	
	.tit_web {
		font-size: 65px!important;
	}

	.img_header {
		width: 400px;
	}

	#header {
    	height: 355px;
	}
}


@media screen and (max-width: 438px) {
	
	.imagen_nosotras {
		width: 100%;
	}

	.img_header {
		width: 350px;
	}

	#header {
    	height: 335px;
	}
}


@media screen and (max-width: 361px) {
	
	.tit_web {
    	font-size: 49px!important;
    }

    #logo {
    	padding-top: 40px;
	}

    .tel_whasapp {
    	width: 30px;
    	height: 30px;
    }

    .back-to-top {
	    right: 8px;
	    top: 8px;
	    width: 39px;
	    height: 40px;
	}

	.img_header {
		width: 90%;
	}

	#header {
    	height: 300px;
	}

}


